Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module BAPI_ADDRESSORG_SAVEREPLICA (BAPI for Inbound Distribution of Company Addresses) is a standard Function Module in SAP ERP and is part of the function group SZAK within the package SZAD.
Function Module | BAPI_ADDRESSORG_SAVEREPLICA |
Short Text | BAPI for Inbound Distribution of Company Addresses |
Function Group | SZAK |
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 | BAPI4001_1-CONTEXT | 1 | Semantic meaning of the addresses (-> constants) |
IV_CHECK_ADDRESS | LIKE | BAPI4001_1-CHECK_ADDR | 'X' | Indicator: Check Address? |
IV_TIME_DEPENDENT_COMM_DATA | LIKE | BAPI4001_1-TIMEDEPCOM | SPACE | Indicator: Take time validity for communication data into account |
OBJ_ID | LIKE | BAPI4001_1-OBJKEY | Address owner BOR object key | |
OBJ_ID_EXT | LIKE | BAPI4001_1-EXTENSION | SPACE | BOR object key extension (GUID) |
OBJ_TYPE | LIKE | BAPI4001_1-OBJTYPE | Address owner BOR object type |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ADDRESS_NUMBER | LIKE | BAPI4001_1-ADDR_NO | Address 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 |
---|---|---|---|---|
BAPIAD1VL | LIKE | BAPIAD1VL | BAPI-Structure Company Address (w/o. Comm. Data) | |
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 | |
BAPIAD_REM | LIKE | BAPIAD_REM | BAPI structure address comments | |
BAPICOMREM | LIKE | BAPICOMREM | BAPI Structure Communication Comments |
This function module does not define any Exceptions.