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 DD_CREATE_INDEX (Read index from the Dictionary and create it in the database.) is a standard Function Module in SAP ERP and is part of the function group SDD1 within the package SDIC.
Function Module | DD_CREATE_INDEX |
Short Text | Read index from the Dictionary and create it in the database. |
Function Group | SDD1 |
Package | SDIC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DBSYS | LIKE | SY-DBSYS | SY-DBSYS | DBS for which program is generated |
INDEXNAME | LIKE | DD12V-INDEXNAME | Index ID | |
NO_EXEC | LIKE | SPACE | X: do not execute generated program | |
PRID | LIKE | SY-TABIX | 0 | Log ID |
PROGNAME | LIKE | TRDIR-NAME | SPACE | Name of the generated program |
TABNAME | LIKE | DD12V-SQLTAB | Name of the table |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GENPROG | LIKE | TRDIR-NAME | actual name of the generated program |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BASETAB_ERROR | Basis table is missing |
DB_ERROR | Error when creating on the database. |
DD_ERROR | Error in the Dictionary definition |
INDEX_EXISTS | Index already exists on the DB |