Show TOC Start of Content Area

Procedure documentation Creating BAPI Wrappers Using the Wizard  Locate the document in its SAP Library structure

Use

With this functionality, you can create BAPI wrappers using a wizard. Using the BAPI wrapper wizard, you can:

·        Create the BAPIs in the specified back end.

·        Create BAPI wrappers that adhere to the standard signatures required by the Data Orchestration Engine (DOE). This means that depending on the type of BAPI wrappers (like GetDetal, GetList), the wizard creates the import export, and table parameters for the BAPIs.

·        Create function modules for exchanging attachments between the back end and the DOE.

·        Importing the BAPI wrappers as data objects. This provides further advantages, like:

       Data objects are mapped to the BAPI wrappers and the function modules, automatically.

       You can generate the data objects using the wizard.

       You can create a new software component version (SWCV) for importing the data objects.

Prerequisites

You have development authorizations on the Data Orchestration Engine (DOE).

...

Procedure

       1.      Log on to SAP NetWeaver AS and choose Data Orchestration Engine  Development  Data Orchestration Workbench.

       2.      From the Utilities menu, choose BAPI Wrapper Wizard.

       3.      Follow the instructions in the wizard to create the BAPI wrappers.

End of Content Area