Menu

SAP Function Module ADDRESS_SHOW_PRINTFORM

Display a formatted address in a popup

The Function Module ADDRESS_SHOW_PRINTFORM (Display a formatted address in a popup) is a standard Function Module in SAP ERP and is part of the function group SADR within the package SZAD.

Technical Information

Function Module ADDRESS_SHOW_PRINTFORM
Short Text Display a formatted address in a popup
Function Group SADR
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_1 LIKE ADRS1 Transfer structure: Address data (type 1)
ADDRESS_2 LIKE ADRS2 Transfer structure: Address data (type 2)
ADDRESS_3 LIKE ADRS3 Transfer structure: Address data (type 3)
ADDRESS_NUMBER LIKE ADRC-ADDRNUMBER SPACE Address number for special cases (Japan, type 1,SPACE)
ADDRESS_TYPE LIKE SZAD_FIELD-ADDR_TYPE SPACE Address type: 1,2,3 or ' '(default)
COUNTRY_NAME_IN_RECEIVER_LANGU LIKE SZAD_FIELD-FLAG SPACE Flag: Output country in recipient language
LANGUAGE_FOR_COUNTRY_NAME LIKE T002-SPRAS SPACE Country name language
LINE_PRIORITY LIKE SZAD_FIELD-PRIORITY SPACE Line suppresion sequence
NUMBER_OF_LINES LIKE ADRS-ANZZL 10 Max. line length for the formatting (type 1,2,3)
RECEIVER_LANGUAGE LIKE T002-SPRAS SPACE Recipient language (for type 1,2,3)
SENDER_COUNTRY LIKE SZAD_FIELD-SEND_CNTRY SPACE Sender country (for type 1,2,3)
STREET_HAS_PRIORITY LIKE SZAD_FIELD-STREETPRIO SPACE Flag: Street has priority over PO Box

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADDRESS_DATA_CARRIER LIKE SZAD_FIELD-ADDR_DC Data carrier address (type 1,2,3)
ADDRESS_PRINTFORM LIKE ADRS_PRINT Formatted address (type 1,2,3)
ADDRESS_SHORT_FORM LIKE SZAD_FIELD-ADDR_SHORT Short form of the formatted address (type 1,2,3)
EV_EXIT_CAUSED_BY_CALLER TYPE CHAR1 Delete list in CALLBACK_USER_COMMAND
EV_EXIT_CAUSED_BY_USER TYPE SLIS_EXIT_BY_USER How the user left the list
NAME_IS_EMPTY LIKE SZAD_FIELD-FLAG Flag: Name fields empty, no formatting
NUMBER_OF_USED_LINES LIKE ADRS-ANZZL Number of lines occupied (type 1,2,3)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.