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 FCOM_PROFITCENTER_WHERE_USED (Verwendungsnachweis für eine Kostenstelle) is a standard Function Module in SAP ERP and is part of the function group FCOM_PROFITCENTER within the package FCOM_MASTERDATA.
Function Module | FCOM_PROFITCENTER_WHERE_USED |
Short Text | Verwendungsnachweis für eine Kostenstelle |
Function Group | FCOM_PROFITCENTER |
Package | FCOM_MASTERDATA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IB_COSTCENTERS | TYPE | BOOLEAN | 'X' | Flag, ob Objekt in Kostenstellen verwendet |
IB_COSTOBJECTS | TYPE | BOOLEAN | 'X' | Flag, ob Objekt in Kostenträgern verwendet |
IB_CYCLES_OM | TYPE | BOOLEAN | 'X' | Flag, ob Objekt in OM-Zyklen verwendet |
IB_CYCLES_PA | TYPE | BOOLEAN | 'X' | Flag, ob Objekt in PA-Zyklen verwendet |
IB_GROUPS | TYPE | BOOLEAN | 'X' | Flag, ob Objekt in Gruppen verwendet |
IB_MATERIALS | TYPE | BOOLEAN | 'X' | Flag, ob Objekt in Materialien verwendet |
IB_ORDERS | TYPE | BOOLEAN | 'X' | Flag, ob Objekt in Aufträgen verwendet |
IB_SETTLEMENT_RULES | TYPE | BOOLEAN | 'X' | Flag, ob Objekt in Abrechnungsregeln verwendet |
ID_CONTROLLING_AREA | TYPE | KOKRS | Kostenrechnungskreis | |
ID_DATE | TYPE | DATUM | SY-DATUM | Datum |
ID_PROFITCENTER | TYPE | PRCTR | Profit Center |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_RETURN | TYPE | BAPIRET2 | Returnparameter |
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_RESULT | LIKE | FCOM_S_WHERE_USED | Ergebnisse der Verwendungsprüfung |
This function module does not define any Exceptions.