Menu

SAP Function Module ADDR_PERSONAL_UPDATE

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module ADDR_PERSONAL_UPDATE () is a standard Function Module in SAP ERP and is part of the function group SZA0 within the package SZAD.

Technical Information

Function Module ADDR_PERSONAL_UPDATE
Short Text
Function Group SZA0
Package SZAD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADDRESS_HANDLE LIKE SZAD_FIELD-HANDLE SPACE
ADDRESS_NUMBER LIKE ADCP-ADDRNUMBER SPACE x
ADDRESS_PERSONAL_DATA LIKE ADDR2_DATA
CHECK_ADDRESS TYPE AD_CHECK 'X' Flag: Check address contents
DATE_FROM LIKE ADCP-DATE_FROM '00010101'
LANGUAGE LIKE ADRCT-LANGU SY-LANGU
NATION LIKE ADCP-NATION SPACE
PERSON_HANDLE LIKE SZAD_FIELD-HANDLE SPACE
PERSON_NUMBER LIKE ADCP-PERSNUMBER SPACE

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADDRESS_PERSONAL_DATA LIKE ADDR2_DATA
RETURNCODE LIKE SZAD_FIELD-RETURNCODE

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
ERROR_TABLE LIKE ADDR_ERROR

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INTERNAL_ERROR
PARAMETER_ERROR
PERSONAL_ADDRESS_NOT_EXIST
VERSION_NOT_EXIST