The Function Module GM_RT_TASK_INFO (Get the task info from Schedule Manager) is a standard Function Module in SAP ERP and is part of the function group BDT_GMGR within the package GMMASTERDATA_E.
Function Module | GM_RT_TASK_INFO |
Short Text | Get the task info from Schedule Manager |
Function Group | BDT_GMGR |
Package | GMMASTERDATA_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_NODE_ID | TYPE | SCMA_NODE | Node ID | |
I_TASK_LIST | TYPE | GM_TASK_LIST | Task List for Schedule Manager |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_NEXT_DATE | TYPE | SYDATUM | Date and Time, Current (Application Server) Date | |
E_PRE_DATE | TYPE | SYDATUM | Date and Time, Current (Application Server) Date | |
E_PRE_STATUS | TYPE | GM_TASK_STATUS | GM task status |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.