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 RH_GENERATE_FROM_HEADCT_STEP (Generierung der Aktivitäten des Headcountplans) is a standard Function Module in SAP ERP and is part of the function group RHMWAB within the package PP0M.
Function Module | RH_GENERATE_FROM_HEADCT_STEP |
Short Text | Generierung der Aktivitäten des Headcountplans |
Function Group | RHMWAB |
Package | PP0M |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACT_CREATE_ONLY | TYPE | FLAG | SPACE | Only new positions are created, no obsolet setting |
ACT_REDUCE_ONLY | TYPE | FLAG | SPACE | Only reducing is processed |
CALC_RED_GEN_ONLY | TYPE | FLAG | SPACE | Nur Redutionzahl ausrechnen |
DISTRIBUTE_REDUCTION | TYPE | FLAG | SPACE | Reduction shall be distributet on all postion of org.-unit |
USED_IN_GENERATION | TYPE | FLAG | allgemeines flag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AMOUNT_GENERATE | TYPE | JOB_AMOUNT_FTE | Amount of fte's to be created | |
AMOUNT_OBSOLET | TYPE | JOB_AMOUNT_FTE | Only be filled if act_create only is set: shows amount to be set obsolet | |
NO_REDUCTION_DONE | TYPE | FLAG | Reduction was cancelled manually |
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 |
---|---|---|---|---|
POS_NOT_DELETED | LIKE | HROBJECT | Nicht gelöschte Planstellen |
This function module does not define any Exceptions.