This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.
Check it out on amazon.com →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.