Method definition
|
Browse for the BAPI or RFC operation from which
the attribute or operation is bound. Once selected, the wizard
automatically retrieves the meta data (for example, parameters, and
input/output tables of the specified BAPI/RFC operation) and builds
models for the MBO instance in the table definition. If you select
Browse, the wizard displays a tree that
represents the data source from which you can access the BAPI or
operation. You can enter text to filter specific SAP business
objects, or use the Search BAPIs/RFCs dialog
box. Once you select the business object of interest, the associated
BAPI operations are listed in the
table.
Select Refresh in the Search dialog to
refresh the SAP data source and display current BAPIs/RFCs. This is
only necessary if there is a change to the data source and need to
display the current BAPIs/RFCs.
Select the operation and click
OK.
|
Parameters definition |
Select the parameters, structure, input tables, or output tables of the BAPI operation and choose one or more table (or columns inside the tables), or output parameters to be mapped as mobile business object attributes. |
Runtime data source credential and connection properties |
If the data source is protected, and if the user name and password
(data source access credentials) are different than the selected
connection profile, you need to enter the User
Name and Password that provide
access. You can also set default values, or use personalization keys for
all JCo connection properties. |
Result checker |
Optionally add a result checker to the MBO. A result checker is a custom Java class that implements error checking for mobile business objects (MBOs).
See Adding a Result Checker.
|
Result set filters
|
Optionally add a result set filter to the MBO. A result set filter is a custom java class that manipulates the rows or columns of data returned from a read
operation for an MBO.
To write a filter, developers must have previous experience with Java programming — particularly with the reference implementations for javax.sql.RowSet, which is used to implement the filter interface.
See Result Set Filters.
|
Preview |
Click Preview to preview the newly defined mobile business object attributes. |
Refresh |
(Optional) Select Refresh to refresh the parameters for the selected BAPI operation.
Any changed parameters are decorated with an asterisk "*" at the beginning of the name. This is required only if there is a change to the BAPI. |