The Function Module RRX_TRACE_SET_SCHEDULING_INFO (Ändern der Einplanungsinformationen für Einstellung) is a standard Function Module in SAP ERP and is part of the function group RSRD_MS_SETTING_TRACE within the package RSRD_MS.
Function Module | RRX_TRACE_SET_SCHEDULING_INFO |
Short Text | Ändern der Einplanungsinformationen für Einstellung |
Function Group | RSRD_MS_SETTING_TRACE |
Package | RSRD_MS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CREATE_NEW | TYPE | RS_BOOL | Direkte Einplanung: neu anlegen | |
I_HANDLE | TYPE | GUID_32 | Handle auf Broadcast-Einstellung | |
I_PERIODIC | TYPE | RS_BOOL | Direkte Einplanung: periodisch | |
I_PERIOD_NUMBER | TYPE | NUMC2 | Direkte Einplanung: Periodenzahl | |
I_PERIOD_TYPE | TYPE | RSRD_PERIOD_TYPE | Direkte Einplanung: Periodentyp | |
I_START_DATE | TYPE | SYDATUM | Direkte Einplanung: Datum nächster Start | |
I_START_TIME | TYPE | SYUZEIT | Direkte Einplanung: Uhrzeit nächster Start |
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_T_EVENT_DATACHANGE | LIKE | RSRD_S_EVENT | Einplanungen auf Datenänderung | |
I_T_EVENT_TIMEPOINT | LIKE | RSRD_S_EVENT | Einplanungen auf Zeitpunkte | |
I_T_SETTING_SCHEDULING | LIKE | RSRD_S_SETTING_SCHEDULING | Direkte Einplanungen in der SAP Hintergrundverarbeitung |
This function module does not define any Exceptions.