Menu

SAP Function Module BAPI_ADDRESSPERS_GETDETAIL

BAPI to read person addresses

The Function Module BAPI_ADDRESSPERS_GETDETAIL (BAPI to read person addresses) is a standard Function Module in SAP ERP and is part of the function group SZAL within the package SZAD.

Technical Information

Function Module BAPI_ADDRESSPERS_GETDETAIL
Short Text BAPI to read person addresses
Function Group SZAL
Package SZAD
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONTEXT LIKE BAPI4002_1-CONTEXT 0 Semantic meaning of the addresses (-> constants)
IV_CURRENT_COMM_DATA LIKE BAPI4002_1-CURRENTCOM 'X' Indicator: Only read current status of communication data
OBJ_ID LIKE BAPI4002_1-OBJKEY Person object BOR object key
OBJ_ID_EXT LIKE BAPI4002_1-EXTENSION SPACE BOR object key extension (GUID)
OBJ_TYPE LIKE BAPI4002_1-OBJTYPE Person object BOR object type

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADDRESS_NUMBER LIKE BAPI4002_1-ADDR_NO Address number in target system
PERSON_NUMBER LIKE BAPI4002_1-PERS_NO Person number in target system

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BAPIAD2VL LIKE BAPIAD2VL BAPI structure 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
BAPIAD_REM LIKE BAPIAD_REM BAPI structure address comments
BAPICOMREM LIKE BAPICOMREM BAPI Structure Communication Comments
RETURN LIKE BAPIRET2 Message/error return table

Exceptions

This function module does not define any Exceptions.