The Function Module WLF_GET_ADDRESS_IN_PRINTFORM (Agenturgeschäft: Ermittlung einer Adresse in druckaufbereiter Form) is a standard Function Module in SAP ERP and is part of the function group WRGO_3 within the package WZRE.
Function Module | WLF_GET_ADDRESS_IN_PRINTFORM |
Short Text | Agenturgeschäft: Ermittlung einer Adresse in druckaufbereiter Form |
Function Group | WRGO_3 |
Package | WZRE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ANZAHL_ZEILEN | LIKE | ADRS-ANZZL | 10 | Zeilenzahl für die Aufbereitung (max: 10) |
I_DATA_TO_LIEF | LIKE | WBRK_D-DATA_TO_LIEF | Daten zum Lieferanten oder zum Kunden? | |
I_KNA1 | LIKE | KNA1 | Kundenstammdaten (allg. Teil) | |
I_LFA1 | LIKE | LFA1 | Lieferantenstammdaten (allg. Teil) | |
I_NAST | LIKE | NAST | Nachrichtensatz | |
I_SENDER_COUNTRY | LIKE | T001-LAND1 | Absenderland | |
I_VORRANG_STRASSE | LIKE | BOOLE-BOOLE | Hat Strasse Vorrang gegenüber Postfach? | |
I_WBELN | LIKE | WBRK-WBELN | Belegnummer eines Agenturbeleges |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ADRS_PRINT | LIKE | ADRS_PRINT | Adressdaten in druckaufbereiteter Form |
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 |
---|---|---|---|---|
T_ERROR_MESSAGES | LIKE | WLF1_ERROR | Tabelle mit Fehlermeldungen |
This function module does not define any Exceptions.