Home
Definitions
OK Code Values
Other Useful Tips
SAP and ABAP Links
SAP Functions
SAP Reports
SAP Tables
Source Code
Transaction Codes
Site Map (Index)
ABAP Keyword Help
| |
Central Address Management
As of 4.0, SAP has moved away from using the SADR table to maintain addresses centrally.
|
The addresses are now stored in the ADR* tables. ADRC is the main table, and there are many supporting tables.
|
SAP supplies the function module ADDR_GET to get the address. The function does not retrieve ALL of the address information maintained in SAP. It does pass back a structure letting
you know each type of address that has been stored. This can be used to read the other tables (ADR4 to ADR16) directly, and add them to the provided SADR structure. ADR2 (Phone) and ADR3 (Fax)
numbers are supplied by the function module.
|
|