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 SELECT_TEXT (SAPscript: Select text) is a standard Function Module in SAP ERP and is part of the function group STXD within the package STXD.
Function Module | SELECT_TEXT |
Short Text | SAPscript: Select text |
Function Group | STXD |
Package | STXD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ARCHIVE_HANDLE | LIKE | SY-TABIX | 0 | Archive handle |
CLIENT | LIKE | SY-MANDT | SY-MANDT | Client |
DATABASE_ONLY | LIKE | SPACE | Indicator: Search in text file only | |
ID | LIKE | THEAD-TDID | '*' | Text ID of texts to be searched for |
LANGUAGE | LIKE | THEAD-TDSPRAS | '*' | Language of texts to be searched for |
LOCAL_CAT | LIKE | SPACE | Text catalog local | |
NAME | LIKE | THEAD-TDNAME | '*' | Name of text to be searched for |
OBJECT | LIKE | THEAD-TDOBJECT | '*' | Text object of texts to be searched for |
TEXTMEMORY_ONLY | LIKE | SPACE | Indicator: Search in text memory only |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ENTRIES | LIKE | SY-TFILL | Number of texts found |
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 |
---|---|---|---|---|
I_NAME | LIKE | STEXTNAME | Structure Contains Elementary Type TDNAME | |
SELECTIONS | LIKE | THEAD | Text header of texts found | |
T_ID | TYPE | STXDRID | Table for text IDs (RANGES) | |
T_LANGUAGE | TYPE | STXDRLANG | Table for text languages (RANGES) | |
T_NAME | TYPE | STXDRNAME | Table for text names (RANGES) | |
T_OBJECT | TYPE | STXDROBJ | Table for text objects (RANGES) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
WRONG_ACCESS_TO_ARCHIVE | Archive handle invalid for access |