Menu

SAP Function Module ADDRESS_READ_ALL_VERSIONS

(Obsolet) Adressenverwaltung: Lesen alle Versionen einer Adresse - mit Kom

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 ADDRESS_READ_ALL_VERSIONS ((Obsolet) Adressenverwaltung: Lesen alle Versionen einer Adresse - mit Kom) is a standard Function Module in SAP ERP and is part of the function group SAD2 within the package SZA.

Technical Information

Function Module ADDRESS_READ_ALL_VERSIONS
Short Text (Obsolet) Adressenverwaltung: Lesen alle Versionen einer Adresse - mit Kom
Function Group SAD2
Package SZA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ENTRY_ADRNR LIKE SADR-ADRNR Address number
ENTRY_KIND_OF_ADDR LIKE SY-INPUT SPACE Type of address: C-companies/P-persons
ENTRY_P_WITH_C LIKE SADR-FLAG SPACE For private addresses, also read company address

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EX_KIND_OF_ADDR LIKE SY-INPUT Type of the address: C-companies/P-persons
RTCODE LIKE SY-SUBRC Return code

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
COMPANY_TAB LIKE SADR Table with company data
CS1_TAB LIKE SADR10 Reserve table
CS2_TAB LIKE SADR11 Reserve table
CS3_TAB LIKE SADR12 Reserve table
CS4_TAB LIKE SADR13 Reserve table
CS5_TAB LIKE SADR14 Reserve table
EDI_TAB LIKE SADR6 Reserve table
FAX_TAB LIKE SADR3 Table with telefax numbers
PERSONAL_TAB LIKE SADRP Table with person data
RML_TAB LIKE SADR7 Table with R/Mail addresses
SSW_TAB LIKE SADR9 Table with Soft*Switch addresses
TEL_TAB LIKE SADR2 Table with telephone numbers
TLX_TAB LIKE SADR5 Table with telex numbers
TTX_TAB LIKE SADR4 Table with teletex numbers
X40_TAB LIKE SADR8 Table with X.400 addresses

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ADDR_NOT_EXIST Address does not exist