Menu

SAP Function Module EPM_KPI_DATA_INSERT

Neuen Kennzahlenwert zur Kennzahlentabelle hinzufügen

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 EPM_KPI_DATA_INSERT (Neuen Kennzahlenwert zur Kennzahlentabelle hinzufügen) is a standard Function Module in SAP ERP and is part of the function group EPM_KPI within the package PLANT_MANAGER.

Technical Information

Function Module EPM_KPI_DATA_INSERT
Short Text Neuen Kennzahlenwert zur Kennzahlentabelle hinzufügen
Function Group EPM_KPI
Package PLANT_MANAGER
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_BW_AN_PROCESS TYPE EPM_AN_PROCESS Analysis Process from Business Warehouse
I_DO_COMMIT TYPE XFELD Commit Work ausführen
I_EPM_PROGRAM TYPE EPM_PROGRAM Program for Updating KPI
I_EPM_VARIANT TYPE EPM_VARIANT Report Variant Used to Update KPI Table
I_INSERT_CODE TYPE EPM_INSERT_CODE Key for Inserting KPI Value
I_KPI_ID TYPE EPM_KPI_ID Technical Name of KPI
I_KPI_SOURCE TYPE EPM_KPI_SOURCE KPI Source System
I_KPI_SOURCE_TYPE TYPE EPM_KPI_SOURCE_TYPE Type of Source System for KPI
I_NO_CHECK_OF_INSERT_CODE TYPE XFELD SPACE X' - No Check for Valid Insertion Key
I_UNAME TYPE XUBNAME User Name in User Master Record
I_VALUE TYPE EPM_VALUE Value of Key Figure

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
MISSING_IMPORT_PARAMETER Missing Import Parameters
NO_AUTHORITY_FOR_INSERT No creation authorization
NO_KPI_FOUND No Matching KPI Found
NO_VALID_INSERT_CODE No Valid Code to Add