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 TFC_START_JOB (Schedule Manager: Starten oder Einplanen eines Jobs) is a standard Function Module in SAP ERP and is part of the function group TFC_SERVICES within the package FB_CLOSING.
Function Module | TFC_START_JOB |
Short Text | Schedule Manager: Starten oder Einplanen eines Jobs |
Function Group | TFC_SERVICES |
Package | FB_CLOSING |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FLAG_IMMEDIATE | TYPE | CHAR1 | Soll der Job direkt freigegeben werden ? | |
FLAG_RELEASED | TYPE | CHAR1 | Soll der Job freigegeben werden ? | |
FLAG_SCHEDULED | TYPE | CHAR1 | Ist der Job eingeplant ? | |
I_NO_DIALOG | TYPE | CHAR1 | kein Dialog | |
SCMA_REPORT | LIKE | SY-REPID | Name des Reports | |
SCMA_STARTDATE | LIKE | TBTCJOB-SDLSTRTDT | Startdatum | |
SCMA_STARTTIME | LIKE | TBTCJOB-SDLSTRTTM | Startzeit | |
SCMA_TASKPLAN | TYPE | PEPPROFILE | Name des Aufgabenplans | |
SCMA_TPI_ID | TYPE | GUID_32 | GUID im 'CHAR' Format in Großschreibung | |
SCMA_TPI_TEXT | TYPE | SCMA_TPI_TEXT | Schedule Manager: Text für Instanz eines Aufgabenplans | |
SCMA_VARIANT | LIKE | RALDB-VARIANT | Name der Variante |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_NOT_SCHEDULED | TYPE | CHAR1 | Job wurde nicht eingeplant/gestartet | |
LAST_RUN | TYPE | SCMALAST_RUN | Letzter Lauf |
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 |
---|---|---|---|---|
LD_SCMATREES | LIKE | SCMATREES | Details des Aufgabenplans |
This function module does not define any Exceptions.