The Function Module AIPA_RECALC_DIST_VALUES (Verteiltwerte Neurechnen im Investitionsprogramm) is a standard Function Module in SAP ERP and is part of the function group AIPA_FUNC_BP within the package AIP.
Function Module | AIPA_RECALC_DIST_VALUES |
Short Text | Verteiltwerte Neurechnen im Investitionsprogramm |
Function Group | AIPA_FUNC_BP |
Package | AIP |
Module Type | Update Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUT_CALC | LIKE | IMPR-POSID | ... außer Blatt mit Positions-ID | |
I_FLG_CALC_LEAFS_ANYWAY | TYPE | XFELD | ' ' | Theoretischen Verteiltwert auf Blättern immer rechnen |
I_FLG_NO_LEAFS | LIKE | IMPR-XAKTB | ' ' | Kz. 'Blätter nicht neurechnen' ... |
I_FLG_READ_IMPR_FROM_DB | TYPE | XFELD | 'X' | Feld zum Ankreuzen |
I_GJAHR | LIKE | IMTP-GJAHR | Genehmigungsjahr | |
I_POSID | LIKE | IMPR-POSID | Positions-ID | |
I_PRNAM | LIKE | IMTP-PRNAM | Programmdefinition | |
I_UP_TO_LEVEL | LIKE | RAIP_DYNP-TLEVEL | '00' | Bis Stufe |
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 |
---|---|---|---|---|
ET_BPGE | LIKE | BPGE | Verteiltwerte Gesamt (in WLGEV, WTGEV) | |
ET_BPJA | LIKE | BPJA | Verteiltwerte Jahre (in WLJHV, WTJHV) | |
IT_BUT_CALC | LIKE | RAIP_POS | Liste von Programmpositionen (externer Key) | |
IT_IMPR | LIKE | IMPR | Investitions-Programmpositionen |
This function module does not define any Exceptions.