Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module ADDRESS_COM_X40 ((Obsolet) Adressen: Verwaltung der X.400 Adressen) is a standard Function Module in SAP ERP and is part of the function group SAD1 within the package SZA.
Function Module | ADDRESS_COM_X40 |
Short Text | (Obsolet) Adressen: Verwaltung der X.400 Adressen |
Function Group | SAD1 |
Package | SZA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IN_LFDNR | LIKE | SADR2-LFDNR | SPACE | Preselection |
MODE | LIKE | SY-UCOMM | 'MAIN' | Operation code |
OUTSIDE_CALL | LIKE | SONV-FLAG | SPACE | Dynpro wird nicht von Adreßverwaltung gerufen |
SINGLE_MODE | LIKE | SONV-FLAG | SPACE | Maintain -> only one entry can be maintained |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_LFDNR | LIKE | SADR2-LFDNR | Current number | |
EX_OK_CODE | LIKE | SY-UCOMM | OK code |
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 |
---|---|---|---|---|
X40_TAB | LIKE | SADR8L | X.400 table |
This function module does not define any Exceptions.