Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module BAPI_ADDRCONTPART_SAVEREPLICA (BAPI for inbound distribution of contact person addresses) is a standard Function Module in SAP ERP and is part of the function group SZAM within the package SZAD.
Function Module | BAPI_ADDRCONTPART_SAVEREPLICA |
Short Text | BAPI for inbound distribution of contact person addresses |
Function Group | SZAM |
Package | SZAD |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CONTEXT | LIKE | BAPI4003_1-CONTEXT | 0 | Semantic meaning of the addresses (-> constants) |
IV_CHECK_ADDRESS | LIKE | BAPI4003_1-CHECK_ADDR | 'X' | Indicator: Check Address? |
IV_TIME_DEPENDENT_COMM_DATA | LIKE | BAPI4003_1-TIMEDEPCOM | SPACE | Indicator: Take time validity for communication data into account |
OBJ_ID_C | LIKE | BAPI4003_1-OBJKEY_C | BOR company address owner object key | |
OBJ_ID_EXT | LIKE | BAPI4003_1-EXTENSION | SPACE | BOR object key extension (GUID) |
OBJ_ID_P | LIKE | BAPI4003_1-OBJKEY_P | Person object BOR object key | |
OBJ_TYPE_C | LIKE | BAPI4003_1-OBJTYPE_C | Company address owner BOR object type | |
OBJ_TYPE_P | LIKE | BAPI4003_1-OBJTYPE_P | Person object BOR object type |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ADDRESS_NUMBER | LIKE | BAPI4003_1-ADDR_NO | Address number in target system | |
PERSON_NUMBER | LIKE | BAPI4003_1-PERS_NO | Person number in target system | |
RETURN | LIKE | BAPIRET2 | Message/error return structure |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BAPIAD3VL | LIKE | BAPIAD3VL | BAPI structure contact person address (w/o. comm.) | |
BAPIADFAX | LIKE | BAPIADFAX | BAPI structure fax numbers | |
BAPIADPAG | LIKE | BAPIADPAG | BAPI structure pager numbers | |
BAPIADPRT | LIKE | BAPIADPRT | BAPI structure printer addresses | |
BAPIADRFC | LIKE | BAPIADRFC | BAPI structure RFC addresses | |
BAPIADRML | LIKE | BAPIADRML | BAPI structure R/Mail addresses | |
BAPIADSMTP | LIKE | BAPIADSMTP | BAPI structure internet addresses | |
BAPIADSSF | LIKE | BAPIADSSF | BAPI structure SSF addresses | |
BAPIADTEL | LIKE | BAPIADTEL | BAPI structure telephone numbers | |
BAPIADTLX | LIKE | BAPIADTLX | BAPI structure telex numbers | |
BAPIADTTX | LIKE | BAPIADTTX | BAPI structure teletex numbers | |
BAPIADURI | LIKE | BAPIADURI | BAPI structure URI addresses | |
BAPIADUSE | LIKE | BAPIADUSE | BAPI Structure for Communication Usages (BAS) | |
BAPIADX400 | LIKE | BAPIADX400 | BAPI structure X400 addresses | |
BAPICOMREM | LIKE | BAPICOMREM | BAPI Structure Communication Comments |
This function module does not define any Exceptions.