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 FM_RIB_BUDGET_INCREASE_ (update the budget depending on revenues) is a standard Function Module in SAP ERP and is part of the function group FMUT within the package FMOV_E.
Function Module | FM_RIB_BUDGET_INCREASE_ |
Short Text | update the budget depending on revenues |
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 |
---|---|---|---|---|
IP_FLG_NO_DB_COMMIT | LIKE | FMDY-XFELD | '' | Don't trigger commits (e.g. when called during RIB-V2-process) |
IP_FLG_NO_GROUPING | LIKE | FMDY-XFELD | '' | Create Budget document per RIB Sender |
IP_FLG_WRITE_RIB_DOCS | LIKE | FMDY-XFELD | '' | Update RIB-Information (relevant only with distrib 1) |
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 |
---|---|---|---|---|
T_FMUDBSEGH | LIKE | FMUDBSEGH | Addtl Info on Revenues Increasing Budget for Recovery Order | |
T_FMUDKBLPH | LIKE | FMUDKBLPH | Addtl Info re Revenues Increasing Budget for Fcst of Revenue |
This function module does not define any Exceptions.