Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.
Bei amazon.de ansehen →The Function Module ADDRESS_SHOW_PRINTFORM_OLD (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.
Function Module | ADDRESS_SHOW_PRINTFORM_OLD |
Short Text | Display a formatted address in a popup |
Function Group | SADR |
Package | SZAD |
Module Type | Normal Module |
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 | ADRS-WAREN | SPACE | Flag: Street has priority over PO Box |
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) | |
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) |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.