Understanding the BAPI schema

The following shows the example schema named bapi_creditor_getdetail and provides an overview of the correlation between the structure of the BAPI and the schema generated by the Importer Wizard

You can use these directories to test the Importer Wizard.

  • The Group type named BAPI has one component, which is Method BAPI_CREDITOR_GETDETAIL.
  • Contained in the Method BAPI_CREDITOR_GETDETAIL component are the Importing Parameters, Exporting Parameters, and Tables Parameters.
  • The Importing Parameters are the importing attributes CREDITORID and COMPANYCODE.
  • The Exporting Parameters are the structures CREDITOR_GENERAL_DETAIL, CREDITOR_COMPANY_DETAIL, and RETURN.
  • The Tables Parameter is composed of the structure CREDITOR_BANK_DETAIL.