Fonction SAP BAPI_IDENTIFICATION_ADD - SAP BP, BAPI: Add Identification Number

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
BUSINESSPARTNER BAPIBUS1006_HEAD-BPARTNER C 10 Business Partner Number
IDENTIFICATION BAPIBUS1006_IDENTIFICATION u 72 SAP BP: BAPI Structure for Identification Numbers
IDENTIFICATIONCATEGORY BAPIBUS1006_IDENTIFICATION_KEY-IDENTIFICATIONCATEGORY C 6 BP Identification Category
IDENTIFICATIONNUMBER BAPIBUS1006_IDENTIFICATION_KEY-IDENTIFICATIONNUMBER C 60 BP Identification Number

Paramètre Reférence Long. Facultatif Description
RETURN BAPIRET2 548 X Return Parameters

Functionality
You can use this BAPI to create identification (ID) numbers for abusiness partner. These ID numbers can also be used to uniquelyidentify a business partner externally.
The system conducts various checks. One such check is that the businesspartner exists, and another that the ID category is valid. Any errorsthat occur are logged and output in the RETURN table. If errors occurduring checks, the ID numbers are not created.

Example
Possible ID numbers:
Driver's license number
Legitimation number
and so on.

Notes
At the BAPI interface you must ensure that the ID category istransferred, and not the ID type. The type is an element of thecategory, and is defined in Customizing (customer-specificCustomizing). This means that the program cannot query the ID type.
INCLUDE BAPI_BUSINESSPARTNER OBJECT DOKU ID TX

Description
This structure contains data on the ID numbers of the business partner.
For information on the significance of the individual parameter fields,consult the corresponding data element documentation in the ABAPdictionary.

Description
The ID category determines the features of the related ID number.
Example: Legitimation number

Description
The ID number also uniquely determines the business partner externally.
Examples of such ID numbers are
Legitimation numbers
Driver's license numbers for persons
Dun&Bradstreet numbers for organizations
and so on.

Description
This table contains the return messages from the method call.