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 CHANGEDOCUMENT_READ_HEADERS (Change document: Read change document header) is a standard Function Module in SAP ERP and is part of the function group SCD1 within the package SZD.
Function Module | CHANGEDOCUMENT_READ_HEADERS |
Short Text | Change document: Read change document header |
Function Group | SCD1 |
Package | SZD |
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 | Handle on Open Archive Files |
DATE_OF_CHANGE | LIKE | CDHDR-UDATE | '00000000' | From-change date for search |
DATE_UNTIL | TYPE | CDHDR-UDATE | '99991231' | Change date up to which you want to search |
LOCAL_TIME | LIKE | SPACE | local or system time (re: time zone) | |
NOPLUS_ASWILDCARD_INOBJID | TYPE | C | SPACE | Flag: If !- SPACE then no conversion from PLUS: WILDCARD character |
OBJECTCLASS | LIKE | CDHDR-OBJECTCLAS | Object class for determining change document no. | |
OBJECTID | LIKE | CDHDR-OBJECTID | SPACE | Object ID |
TIME_OF_CHANGE | LIKE | CDHDR-UTIME | '000000' | From-change time for search |
TIME_UNTIL | TYPE | CDHDR-UTIME | '235959' | Change time up to which you want to search |
TIME_ZONE | TYPE | TTZZ-TZONE | 'UTC' | If LOCAL_TIME - X: time zone in which the change document was created |
USERNAME | LIKE | CDHDR-USERNAME | SY-UNAME | Changed by |
This function module does not define any EXPORTING parameters.
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_CDHDR | LIKE | CDHDR | Table with determined header information |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_POSITION_FOUND | No item found |
TIME_ZONE_CONVERSION_ERROR | Error converting local to system time |
WRONG_ACCESS_TO_ARCHIVE | incorrect access to archive |