Standardized Parameters 

Use

There are some parameters that can be created for various BAPIs because they contain the same or equivalent data in all BAPIs. Such parameters are known as "standardized" parameters. They should be implemented the same in all BAPIs.

Features

Address parameters

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 provides customers with a mechanism that enables BAPIs to be enhanced without modifications. For further information see Customer Enhancement Concept for 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 (Error Handling).

Selection Parameters

The parameters in BAPIs used to search for specific instances of a business object type, for example, BAPI GetList(), have to enable the caller of the BAPIs to specify appropriate selection criteria. Standardized selection parameters are used to do this.

For more information see Selection Parameters.

Test Run Parameters

The parameter TestRun is used in the BAPIs that generate instances - Create() or CreateFromData(), 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 further information see Test Run Parameters.

Text Transfer Parameters

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

For more information see Text Transfer Parameters.