Menu

SAP Function Module HRFPM_COMPARE_FM_FPM

Analyse und Reparatur von Inkonsistenzen der Tabellen FPM_POS FPM_DOC

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 HRFPM_COMPARE_FM_FPM (Analyse und Reparatur von Inkonsistenzen der Tabellen FPM_POS FPM_DOC) is a standard Function Module in SAP ERP and is part of the function group HRFPM_DOC_RECONST_SERVICES within the package PAOC_FPM_COM_ENGINE.

Technical Information

Function Module HRFPM_COMPARE_FM_FPM
Short Text Analyse und Reparatur von Inkonsistenzen der Tabellen FPM_POS FPM_DOC
Function Group HRFPM_DOC_RECONST_SERVICES
Package PAOC_FPM_COM_ENGINE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IP_FLG_ADJUST_INCONSISTENCIES TYPE FLAG SPACE X
IP_LOG_LEVEL_MASTER TYPE BAL_S_MSG-DETLEVEL Anwendungs-Log: Detaillierungsgrad

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_FM_DEL TYPE HRFPM_FM_POS_T HRFPM: FM Belege - Positionen
ET_FM_ERROR TYPE HRFPM_FM_POS_T Belege, bei deren Update Fehler aufgetreten sind
ET_FM_UPD TYPE HRFPM_FM_POS_T Belge die upgedatet werden sollten
ET_FPM_DEL TYPE HRFPM_FPM_POS_IT Tabellentyp für HRFPM_FPM_POS (unsortiert)
ET_FPM_ERROR TYPE HRFPM_FPM_POS_IT Tabellentyp für HRFPM_FPM_POS (unsortiert)
ET_FPM_UPD TYPE HRFPM_FPM_POS_IT Tabellentyp für HRFPM_FPM_POS (unsortiert)

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CP_LOG_HANDLE TYPE BALLOGHNDL Anwendungs-Log: Handle eines Protokolls

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IT_FM_OBJECTS LIKE HRFPM_FM_KEY_HEADER HRFPM: FM Belegpositionen - DB Schlüssel
IT_FPM_OBJECTS LIKE HRFPM_FPM_KEY_HEADER HRFPM: FPM Belege - DB Schlüssel

Exceptions

This function module does not define any Exceptions.