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_AMNT (Neuaufbau der FM-Belege aus den FPM-Belegen) 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.
Function Module | HRFPM_COMPARE_FM_FPM_AMNT |
Short Text | Neuaufbau der FM-Belege aus den FPM-Belegen |
Function Group | HRFPM_DOC_RECONST_SERVICES |
Package | PAOC_FPM_COM_ENGINE |
Module Type | Normal Module |
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_FLG_CHECK_TOTALS | TYPE | FLAG | 'X' | Beträge abgleichen |
IP_LOG_LEVEL_MASTER | TYPE | BAL_S_MSG-DETLEVEL | Anwendungs-Log: Detaillierungsgrad |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_FM_ERROR | TYPE | HRFPM_FM_POS_T | Belege, bei deren Update Fehler aufgetreten sind | |
ET_FM_INC | TYPE | HRFPM_FM_POS_T | Inkonsistente Belege | |
ET_FM_UPD | TYPE | HRFPM_FM_POS_T | Angepasste Belege | |
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_INC | TYPE | HRFPM_FPM_POS_IT | Tabellentyp für HRFPM_FPM_POS (unsortiert) | |
ET_HROBJECTS_REFIN | TYPE | HROBJECT_TAB | Objekte für Neufinanzierung |
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 |
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 Belege - DB Schlüssel | |
IT_FPM_OBJECTS | LIKE | HRFPM_FPM_KEY_HEADER | HRFPM: FPM Belege - DB Schlüssel |
This function module does not define any Exceptions.