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 RIB_CALC_INTERVALS (Intervalle und totlinc holen) is a standard Function Module in SAP ERP and is part of the function group FMUT within the package FMOV_E.
Function Module | RIB_CALC_INTERVALS |
Short Text | Intervalle und totlinc holen |
Function Group | FMUT |
Package | FMOV_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
U_BUART | TYPE | BPJA-WRTTP | Value Type | |
U_BUDVAL | TYPE | FMBUDVAL | Budgetwerte | |
U_FMUDRULE | TYPE | FMUDRULE | Regeln für budgeterhöhende Einnahmen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
U_ANTEIL | TYPE | FMUDRULE-PAYPROZ57 | % of a revenue which increases the budget | |
U_MAX | TYPE | FMUDRULE-MAXINC | Maximum to which the budget is increased | |
U_MIN | TYPE | FMUDRULE-MININC | Minimum revenue from which the budget is increased | |
U_TOTLINC | TYPE | FMUDRULE-TOTLINC | Act.revenues increasing the budget for an FM acct assignment |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.