Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module CCMONITOR_POS_LIST_GET (Besorgt die Liste für MiniApp 'Abweichungen auf Kostenstellen') is a standard Function Module in SAP ERP and is part of the function group CCMONITOR_POS_LIST within the package WAO_COST_CENTER_MONITOR.
Function Module | CCMONITOR_POS_LIST_GET |
Short Text | Besorgt die Liste für MiniApp 'Abweichungen auf Kostenstellen' |
Function Group | CCMONITOR_POS_LIST |
Package | WAO_COST_CENTER_MONITOR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_EXECUTE_DATAREPORT | LIKE | BOOLE-BOOLE | SPACE | Extrakt ignorieren und Datenbeschaffungsreport neu ausführen |
I_RULETOCONFIRM | LIKE | CCMON_ALERT_RULE-RULE_ID | Allgemeine 6 stellige Nummer |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ERROR_CODE | LIKE | CCMON_DECLARATIONS-I | Fehlercode | |
E_EXTRACT_CUT_OFF | LIKE | BOOLE-BOOLE | Verarbeitung wurde nach E_EXTRACT_LINES abgebrochen | |
E_EXTRACT_DATE | LIKE | CCMON_DECLARATIONS-CHAR20 | Datum der Extrakterzeugung | |
E_EXTRACT_DATE_INTERNAL | LIKE | SY-DATUM | Datum der Extrakterzeugung, internes Format | |
E_EXTRACT_LINES | LIKE | CCMON_DECLARATIONS-CHAR20 | Anzahl der Extraktzeilen | |
E_EXTRACT_TIME | LIKE | CCMON_DECLARATIONS-CHAR20 | Uhrzeit der Extrakterzeugung | |
E_EXTRACT_TIME_INTERNAL | LIKE | SY-UZEIT | Uhrzeit der Extrakterzeugung, internes Format | |
E_LOGICAL_SYSTEM | LIKE | TBDLS-LOGSYS | logisches System |
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 |
---|---|---|---|---|
ET_LIST | LIKE | CCPOS_ALERT_LIST | Liste für MiniApp 'Abweichungen auf Kostenstellen' |
This function module does not define any Exceptions.