Show TOC

Map the Read OperationLocate this document in the navigation structure

Procedure

For the Read operation, you have to map one data source input parameter to the key property of the related BAPI, BAPI_EPM_PRODUCT_GET_DETAIL, and the other parameters as output.

  1. Expand Service Implementation folder, expand the entity set, for example ProductCollection, to be mapped, right click the operation, GetEntity (Read), and select Map to Data Source. The Map to Data Source dialog box displays.

  2. In Target System, select Local, and in Data Source Attribute Start of the navigation path Type End of the navigation path select Remote Function Calls, and in Name, enter BAPI_EPM_PRODUCT_GET_DETAIL

    The Mapping Screen displays with the Read operation.

    You can use the Propose Mapping button in the Mapping UI to obtain a mapping proposal, including the output structure, HEADERDATA. However, BAPI_EPM_PRODUCT_GET_DETAIL has a mandatory input parameter, PRODUCT_ID.

    We must provide a mapping for the mandatory input parameter.

  3. Click Insert Row in the Mapping. A new line is added to the table.

  4. In the column, Entity Set Property of the empty row, press F4, and select the property ProductId.

  5. Drag the parameter PRODUCT_ID from the Data source view on the right to the added property, ProductId.

  6. Click Save. The mapping for the Read operation is now complete.

Result

You have mapped the read operation.

More Information

To proceed to the next step, see Generating the Service.