Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module HRFPM_HANDLE_INCONS_FPM_POS (Inkonsistenzen auf HRFPM_POS finden) 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_HANDLE_INCONS_FPM_POS |
Short Text | Inkonsistenzen auf HRFPM_POS finden |
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_ACC_ASS | TYPE | FLAG | allgemeines flag | |
IP_FLG_NON_EXISTING_DEP | TYPE | XFELD | 'X' | Finde Datensätze mit nicht-existierenden abhängigen Obekten |
IP_FLG_NON_MATCHING_ACC_ASS | TYPE | XFELD | 'X' | Finde Datensätze deren Kontierungen nicht übereinstimmen |
IP_FLG_PERSON | TYPE | FLAG | allgemeines flag | |
IP_FLG_POSITION | TYPE | FLAG | allgemeines flag | |
IP_FLG_TEST_RUN | TYPE | XFELD | 'X' | Testlauf |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_HRFPM_FPM_POS_DELETED | LIKE | HRFPM_FPM_POS | Gelöschte Datensätze | |
P_HRFPM_FPM_POS_ERROR | LIKE | HRFPM_FPM_POS | Datensätze, die nicht bearbeitet werden können | |
P_HRFPM_FPM_POS_NON_ACC_ASS | LIKE | HRFPM_FPM_POS | HRFPM: FPM Belege - Positionen | |
P_HRFPM_FPM_POS_NON_DEP | LIKE | HRFPM_FPM_POS | Gefundene Inkonsistente Datensätze | |
R_PERSONS | LIKE | HRFPM_RANGE_C8 | Range für Personen | |
R_POSITIONS | LIKE | HRFPM_RANGE_C8 | Range für Planstellen |
This function module does not define any Exceptions.