Menu

SAP Function Module IF_FC_PERS_MON_TASK

MiniApp: Personalisierung Monitor pro Maßnahme 4.6C

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module IF_FC_PERS_MON_TASK (MiniApp: Personalisierung Monitor pro Maßnahme 4.6C) is a standard Function Module in SAP ERP and is part of the function group FCMA4_46C within the package WAO_46C_CONS_MONITOR_PERS.

Technical Information

Function Module IF_FC_PERS_MON_TASK
Short Text MiniApp: Personalisierung Monitor pro Maßnahme 4.6C
Function Group FCMA4_46C
Package WAO_46C_CONS_MONITOR_PERS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CONGR TYPE FC_CONGR Konsolidierungskreis
I_DIMEN TYPE FC_DIMEN Sicht
I_PATTERN TYPE FC_CONGR Konsolidierungskreis mit Wildcards
I_REVISION TYPE CHAR2 Gewünschte Version der MiniApp
I_SAVE TYPE CHAR1 KonsKreis speichern?
I_USER TYPE SYUNAME R/3-System, Anmeldename des Benutzers
I_VALUETYPE TYPE CHAR1 Prozentzahlen (P) oder Anzahl (N)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_ALERT TYPE TEXTPOOLTX Fehlermeldung für PopUp
E_CONGR TYPE FC_CONGR Konsolidierungskreis
E_CONGR_T TYPE FC_TEXT Textfeld
E_DEBUG TYPE TEXTPOOLTX Debuginfo
E_DIMEN TYPE FC_DIMEN Sicht
E_DIMEN_T TYPE FC_TEXT Textfeld
E_ERROR TYPE TEXTPOOLTX Fehlermeldung
E_OPTIONAL TYPE CHAR1 Ist der KonsKreis ein Mußfeld?
E_REVISION TYPE CHAR2 Gelieferte Version der MiniApp
E_SUBRC TYPE CHAR1 Returncode
E_VALUETYPE TYPE CHAR1 Prozentzahlen (P) oder Anzahl (N)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_LIST LIKE FCMA4_PERS_TASK_OUTPUT Ausgabestruktur für Personalisierung Monitor pro Massnahme

Exceptions

This function module does not define any Exceptions.