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 AMDS_USER_COMMAND_PROCESS (Processes User-Commands Cancel, Exit, Return on Dialog) is a standard Function Module in SAP ERP and is part of the function group AMDS within the package AA.
Function Module | AMDS_USER_COMMAND_PROCESS |
Short Text | Processes User-Commands Cancel, Exit, Return on Dialog |
Function Group | AMDS |
Package | AA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATAR | LIKE | SY-DATAR | Indicator any Data entered | |
FCODE_CANC | LIKE | SY-UCOMM | 'CANC' | Fcode used for cancle function |
FCODE_EXIT | LIKE | SY-UCOMM | 'EXIT' | Fcode used for exit function |
FCODE_RTRN | LIKE | SY-UCOMM | 'RTRN' | Fcode used for return function |
LINE1_CANC | LIKE | SY-FMKEY | 'CL1' | Textsymbol 1. text ine of Popup on cancle |
LINE1_EXIT | LIKE | SY-FMKEY | 'EL1' | Textsymbol 1. text ine of Popup on exit |
LINE1_RTRN | LIKE | SY-FMKEY | 'RL1' | Textsymbol 1. text ine of Popup on return |
LINE2_CANC | LIKE | SY-FMKEY | 'CL2' | Textsymbol 2. text ine of Popup on cancle |
LINE2_EXIT | LIKE | SY-FMKEY | 'EL2' | Textsymbol 2. text ine of Popup on exit |
LINE2_RTRN | LIKE | SY-FMKEY | 'RL2' | Textsymbol 2. text ine of Popup on return |
PROGN | LIKE | SY-REPID | Program naem to get Textsymbols | |
TITLE_CANC | LIKE | SY-FMKEY | 'CTI' | Textsymbol Title of Popup on cancle |
TITLE_EXIT | LIKE | SY-FMKEY | 'ETI' | Textsymbol Title of Popup on exit |
TITLE_RTRN | LIKE | SY-FMKEY | 'RTI' | Textsymbol Title of Popup on return |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FCODE | LIKE | SY-UCOMM | User command |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.