Show TOC

Standardized ParametersLocate this document in the navigation structure

Use

Some parameters can be created for various BAPIs because they contain the same or the equivalent data in all BAPIs. They should be implemented the same in all BAPIs.

Features

Address Paramters

Specific reference structures are defined for address parameters in BAPIs. You should copy these structures to use in your BAPI, especially if the underlying object type uses the central address management (CAM).

For more information see Address Parameters .

Change Parameters

In BAPIs that cause database changes (for example, Change() and Create() BAPIs) you must be able to distinguish between parameter fields that contain modified values and parameter fields that have not been modified. This distinction is made through the use of standardized parameters.

For more information see Change Parameters .

Extension Parameters

The parameters ExtensionIn and ExtensionOut provide customers with a mechanism that enables BAPIs to be enhanced without modifications.

For further information, see Extension Parameters and Customer Enhancement of BAPIs .

Return Parameters

Each BAPI must have an export Return parameter for returning messages to the calling application. To provide application programmers with a consistent error handling process for BAPI calls, all return parameters must be implemented in the same, standardized way.

For further information, see Return Parameters .

Selection Parameters

Standardized selection parameters are used in BAPIs that can be used to search for specific instances of a business object type (for example, in GetList() ). These parameters enable the BAPI caller to specify the relevant selection criteria.

For more information see Selection Parameters .

Test Run Parameters

The parameter TestRun is used in write BAPIs ( Create() and Change() ), to check the entries for the object instance in the database before actually creating the object instance. The creation of the object instance is only simulated and data is not updated.

For more information, see Test Run Parameters .

Text Transfer Parameters

To transfer BAPI documentation texts (for example, the documentation of a business object type), you have to create standardized text transfer parameters.

For more information, see Text Transfer Parameters .