The Function Module ADDR_COMPOSE_STREET_LINE () is a standard Function Module in SAP ERP and is part of the function group SADR within the package SZAD.
Function Module | ADDR_COMPOSE_STREET_LINE |
Short Text | |
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_LAYOUT_KEY | LIKE | T005A-ADDRS | ||
COUNTRY | LIKE | ADRC-COUNTRY | Country | |
HOUSE_NUMBER | LIKE | ADRC-HOUSE_NUM1 | SPACE | House Number |
HOUSE_NUMBER2 | LIKE | ADRC-HOUSE_NUM2 | SPACE | |
LANGUAGE | LIKE | ADRC-LANGU | ||
LENGTH | TYPE | I | 80 | |
RULE | TYPE | AD_STRRULE | ||
STREET | LIKE | ADRC-STREET |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RESULT_SHORTENED | TYPE | XFELD | ||
STREET_LINE | LIKE |
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.