This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.
Check it out on amazon.com →The Function Module ETP_IF_CREATE_TASK (EasyTaskPlanning: Task bzw. Subtask anlegen) is a standard Function Module in SAP ERP and is part of the function group ETP_IF within the package MPO_EASYTASKPLANNING.
Function Module | ETP_IF_CREATE_TASK |
Short Text | EasyTaskPlanning: Task bzw. Subtask anlegen |
Function Group | ETP_IF |
Package | MPO_EASYTASKPLANNING |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CONSULTANT_FIELDS | LIKE | ETP_CONSFIELDS | Zusatzfelder für Consultantportal | |
ENDDATE | LIKE | ETP_TASKS-DATE_END | Enddatum des anzulegenden Tasks | |
PARENT | LIKE | ETP_TASKS-NUMB | Tasknummer, falls Subtask angel. werden soll | |
RESPONSIBLE | LIKE | ETP_PARTNER_EXT | Zusatzinfo zum Verantwortlichen | |
SHORTTEXT | LIKE | ETP_TASKS-SUBJECT | Kurztext des anzulegenden Tasks | |
STARTDATE | LIKE | ETP_TASKS-DATE_START | SY-DATLO | Anfangsdatum des anzulegenden Tasks |
STORAGE_LAYER | LIKE | ETP_CONSFIELDS-PUBLISH | 'S' | Ablage (I gr. Meldung, D Basismeldung, S Standal |
SUPERVISOR | LIKE | ETP_PARTNER_EXT | Zusatzinfos zum Supervisor |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_TASK | LIKE | ETP_TASKS | Daten des neu angelegten Tasks | |
FLAG_OK | LIKE | ETP_CONSFIELDS-PUBLISH | X: Task wurde erfolgreich angelegt | |
NUMB | LIKE | ETP_TASKS-NUMB | Nummer des neu angelegten Tasks |
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 |
---|---|---|---|---|
TE_RETURN | LIKE | BAPIRETURN1 | Meldungen | |
TI_COWORKERS | LIKE | ETP_PARTNER | Taskmitarbeiter | |
TI_TEXTLINES | LIKE | ETP_LINES | Beschreibung |
This function module does not define any Exceptions.