Introduction
You can map entity sets
with embedded complex types, delete the mapping for an operation, or update the mapping
information. For BOR, the data source name is in
the format: <Business Object>.<Method>.
Process
Each entity set that is
listed in the Service Implementation folder has the default operations to which you can map
the data source. To map an operation, proceed as follows:
- Expand the Service Implementation folder, and select the entity set you want to map
to a data source. A list of operations of the entity set displays. For example,
GetEntitySet (Query).
- Right click the operation you want to map, and click Map to Data
Source. The Map to Data Source dialog displays.
- Under Target System, specify the location of your data source
by choosing one of the following:
- Under Data Source Attribute, select one of the following data source types:
- Remote Function Call (RFC): Select the RFC data source to specify the remote
function modules from which you want to map selected parameters to the
properties of an entity set.
- Business Object Repository (BOR): Select the BOR data source to specify the
BAPI methods from which you want to
map selected parameters to the properties of an entity set.
- Search Help: Select Search Help to specify the search help which you want to
map the selected parameters to the properties of an entity set.
- In Data Source Name, press F4 to get a list
of the BOR methods, or remote function modules in the target system. Alternatively,
enter the name of the BOR method or remote function module. You can enter part of the
name with the wild card character *, and press F4 to search for
the remote function modules or BOR methods with names that contain the search
term.
- Choose the remote function module or BOR method for your data source, and click
(Continue) to confirm your mapping. The mapping displays as a node called,
Mapping, under the selected operation of the entity
set in the Service Implementation folder. In addition, the Mapping Screen displays on
the right hand side of the project tree. You can map (in input and output directions)
the parameters of the data source to the properties of the entity set in the Mapping
screen