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 CV_BI_DOC_CREATE_BATCH_INPUT (Create document info record via batch input) is a standard Function Module in SAP ERP and is part of the function group CVBI within the package CV.
Function Module | CV_BI_DOC_CREATE_BATCH_INPUT |
Short Text | Create document info record via batch input |
Function Group | CVBI |
Package | CV |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BDC_FLAG | LIKE | MCDOK-ACTION | SPACE | ' ' CALL TRANSACTION USING, 'X' Mappe anlegen |
CLOSE_GROUP | LIKE | MCDOK-ACTION | SPACE | Indicator: close session |
DOCUMENT_DATA | LIKE | DRAW_BI | Document data | |
GROUP_DATA | LIKE | BGR00 | Session data | |
NEW_GROUP | LIKE | MCDOK-ACTION | SPACE | Indicator: open new session |
TCODE_MODE | LIKE | MCDOK-ACTION | 'N' | Processing mode for CALL TRANSACTION USING |
TCODE_UPDATE | LIKE | MCDOK-ACTION | 'A' | Synchronous or asynchronous update |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MSGID | LIKE | SY-MSGID | Message ID | |
MSGNO | LIKE | SY-MSGNO | Message number | |
MSGTY | LIKE | SY-MSGTY | Message type | |
MSGV1 | LIKE | SY-MSGV1 | Message variable 1 | |
MSGV2 | LIKE | SY-MSGV2 | Message variable 2 | |
MSGV3 | LIKE | SY-MSGV3 | Message variable 3 | |
MSGV4 | LIKE | SY-MSGV4 | Message variable 4 |
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 |
---|---|---|---|---|
DOC_CHAR_VALUES | LIKE | BIAUSP | Characteristic value records | |
DOC_CLASSIFICATIONS | LIKE | BIKSSK | Document classification records | |
DOC_DESCRIPTIVE_TEXTS | LIKE | DRAT_BI | Document descriptions | |
DOC_LONG_TEXTS | LIKE | LTEXT_BI | Document long texts | |
DOC_OBJECT_RELATIONS | LIKE | DRAD_BI | Document object links |
This function module does not define any Exceptions.