Table list used by SAP ABAP Function Module ADDR_PERSON_INSERT (Anlegen einer Person der BAS ohne Adreßdaten (ohne Dialog))
SAP ABAP Function Module
ADDR_PERSON_INSERT (Anlegen einer Person der BAS ohne Adreßdaten (ohne Dialog)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | ADDR3_DATA | Transfer structure for the address of a person in a company | ||
| 2 | ADDR_ERROR | Transfer structure for error messages in the fn.gr. SZA0 | SOURCE ERROR_TABLE STRUCTURE ADDR_ERROR OPTIONAL |
|
| 3 | ADDR_ERROR | Transfer structure for error messages in the fn.gr. SZA0 | ||
| 4 | ADRP | Persons (Business Address Services) | SOURCE VALUE(DATE_FROM) LIKE ADRP-DATE_FROM DEFAULT '00010101' |
|
| 5 | ADRP | Persons (Business Address Services) | ||
| 6 | PERS_DATA | Transfer structure for person with private address | SOURCE VALUE(PERSON_DATA) LIKE PERS_DATA |
|
| 7 | PERS_DATA | Transfer structure for person with private address | ||
| 8 | SZAD_FIELD | Reference Structures of Package SZAD | ||
| 9 | SZAD_FIELD | Reference Structures of Package SZAD | SOURCE VALUE(RETURNCODE) LIKE SZAD_FIELD-RETURNCODE |
|
| 10 | SZAD_FIELD | Reference Structures of Package SZAD | SOURCE VALUE(PERSON_HANDLE) LIKE SZAD_FIELD-HANDLE |
|
| 11 | SZAD_FIELD | Reference Structures of Package SZAD | SOURCE VALUE(CHECK_ADDRESS) LIKE SZAD_FIELD-FLAG DEFAULT 'X' |
|
| 12 | TSAD8 | Groups of Persons (Business Address Services) | SOURCE VALUE(PERSON_GROUP) LIKE TSAD8-PERS_GROUP |