Data Element list used by SAP ABAP Function Module SAPBC_GLOBAL_CUSTOMER_CREATE (Flugkunden anlegen)
SAP ABAP Function Module
SAPBC_GLOBAL_CUSTOMER_CREATE (Flugkunden anlegen) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CITY | City | SOURCE VALUE(CITY) LIKE SCUSTOM-CITY |
|
| 2 | POSTCODE | Postal Code | SOURCE VALUE(POSTCODE) LIKE SCUSTOM-POSTCODE |
|
| 3 | SPRAS | Language Key | SOURCE VALUE(LANGU) LIKE SCUSTOM-LANGU DEFAULT 'DE' |
|
| 4 | S_COUNTRY | Country code | SOURCE VALUE(COUNTRY) LIKE SCUSTOM-COUNTRY |
|
| 5 | S_CUSTNAME | Customer name | SOURCE VALUE(NAME) LIKE SCUSTOM-NAME |
|
| 6 | S_CUSTOMER | Customer Number | SOURCE VALUE(ID) LIKE SCUSTOM-ID |
|
| 7 | S_CUSTTYPE | Customer type | SOURCE VALUE(CUSTTYPE) LIKE SCUSTOM-CUSTTYPE DEFAULT 'P' |
|
| 8 | S_DISCOUNT | Discount rate | SOURCE VALUE(DISCOUNT) LIKE SCUSTOM-DISCOUNT DEFAULT '2' |
|
| 9 | S_FORM | Form of address | SOURCE VALUE(FORM) LIKE SCUSTOM-FORM |
|
| 10 | S_PHONENO | Telephone number of flight customer | SOURCE VALUE(TELEPHONE) LIKE SCUSTOM-TELEPHONE |
|
| 11 | S_POSTBOX | PO Box | SOURCE VALUE(POSTBOX) LIKE SCUSTOM-POSTBOX OPTIONAL |
|
| 12 | S_REGION | Region | SOURCE VALUE(REGION) LIKE SCUSTOM-REGION |
|
| 13 | S_STREET | Street | SOURCE VALUE(STREET) LIKE SCUSTOM-STREET |
|
| 14 | TESTRUN | Switch to Simulation Session for Write BAPIs | SOURCE VALUE(TESTRUN) LIKE BAPISFLAUX-TESTRUN DEFAULT SPACE |