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 BUA_GET_ADDRESS_FROM_FAX () is a standard Function Module in SAP ERP and is part of the function group BUA1 within the package BUPA.
Function Module | BUA_GET_ADDRESS_FROM_FAX |
Short Text | |
Function Group | BUA1 |
Package | BUPA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_COUNTRY | TYPE | AD_COMCTRY | Country for Telephone/Fax Number | |
IV_FAX | TYPE | AD_FAXNRCL | Fax number for finding sender |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
ET_COMPANIES | TYPE | ADDR1_VAL | Rückgabestruktur für Adresse | |
ET_PERSONS | TYPE | ADDR2_VAL | Rückgabestruktur für Person mit persönlicher Adresse | |
ET_PERSONS_IN_COMPANIES | TYPE | ADDR3_VAL | Rückgabestruktur für Adresse einer Person in Firma |
This function module does not define any Exceptions.