Entering content frame

SAPscript Control Statement ADDRESS Locate the document in its SAP Library structure

When using the ADDRESS control statement, the processing order is a little different. First, the system outputs general information (ABAP Dictionary structure STXADDRESS) that may be needed to actually format the address:

Then immediately follows the structure of the actual address, depending on the type.

Type1

Type 2

Type 3

     

ADRS1-TITLE_TEXT

ADRS2-TITLE_PERS

ADRS3-TITLE_COMP

ADRS1-NAME1

ADRS2-NAME_PERS

ADRS3-NAME1

ADRS1-NAME2

 

ADRS3-NAME2

ADRS1-NAME3

 

ADRS3-NAME3

ADRS1-NAME4

 

ADRS3-TITLE_PERS

   

ADRS3-NAME_PERS

   

ADRS3-DEPARTMENT

 

This is followed by

ADRSx-NAME_CO
ADRSx-STREET
ADRSx-HOUSE_NUM1
ADRSx-STR_SUPPL1
ADRSx-STR_SUPPL2
ADRSx-CITY1
ADRSx-CITY2
ADRSx-POST_CODE1
ADRSx-POST_CODE2
ADRSx-POST_CODE3
ADRSx-PO_BOX
ADRSx-PO_BOX_LOC
ADRSx-LOCATION
ADRSx-REGION
ADRSx-LAND1

where x equals 1, 2, or 3

 

Note

If symbols are used within the ADDRESS statement, the system replaces them with their values. In the corresponding data record, as symbol name only the appropriate data field appears (for example, ADRS1-NAME1).

Leaving content frame