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 CPE_GUI_FORMULA_ANALYSIS (CPE GUI: Formula Analysis User Interface) is a standard Function Module in SAP ERP and is part of the function group CPE_GUI within the package CPE_DOC.
Function Module | CPE_GUI_FORMULA_ANALYSIS |
Short Text | CPE GUI: Formula Analysis User Interface |
Function Group | CPE_GUI |
Package | CPE_DOC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_LOG_FILTER | TYPE | CPET_LOG_FILTER | CPE Log - Filter Criteria | |
IT_ERROR_MESSAGES | TYPE | CPET_MSG_COM_TAB | CPE - Log: Communication Table for Messages | |
IT_LOG | TYPE | CPET_LOG_TAB | CPE - Table for Log Data in Documents | |
IT_LOG_COM | TYPE | CPET_LOG_COM_TAB | CPE - Communication Table for Log Data in Documents | |
IV_APPSERV | TYPE | CHAR1 | ' ' | Single-character flag |
IV_DISPLAYLIST | TYPE | CHAR1 | ' ' | Single-character flag |
IV_ERROR_LOG_MODE | TYPE | CHAR1 | '' | Single-character flag |
IV_FE_RESULT_CHANGE | TYPE | CHAR1 | ' ' | Result of Formula Evaluation has changed |
IV_LANGU | TYPE | LANGU | SY-LANGU | Language Key |
IV_LOG_PRIORITY | TYPE | CPET_LOG_PRIORITY | 4 | CPE - Priority of Log Entry |
IV_MAX_DEPTH | TYPE | NUM1 | '9' | Numeric 1-character |
IV_PRESSERV | TYPE | CHAR1 | 'X' | Single-character flag |
IV_SOURCE | TYPE | CHAR100 | 'C:\CPE_TEST\' | Character 100 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_KEEP_FE_RESULT_CHANGE | TYPE | CHAR1 | Single-character flag | |
EV_RETURN_FCODE | TYPE | SYUCOMM | Function code that PAI triggered |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_OCCURRED | Error has occurred |
TEST_ERROR_CALL_FM | Error during calling other function module |