The Function Module CJPN_GET_PROFIT_CENTER_FOR_WBS (Ermitteln des Profit_Centers eines PSP-Elementes) is a standard Function Module in SAP ERP and is part of the function group CJPN within the package CN_PSP_OPR.
Function Module | CJPN_GET_PROFIT_CENTER_FOR_WBS |
Short Text | Ermitteln des Profit_Centers eines PSP-Elementes |
Function Group | CJPN |
Package | CN_PSP_OPR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_OBJNR | LIKE | PRPS-OBJNR | SPACE | CO-Objektnummer |
I_POSID | LIKE | PRPS-POSID | SPACE | externe PSP-Nummer |
I_PSPNR | LIKE | PRPS-PSPNR | 0 | interne PSP-Nummer |
NO_BUFFER | LIKE | RCWBS-SEL01 | SPACE | direkt von Datenbank lesen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_KONT_PRPS | LIKE | PRPS | PSP-Datensatz (- E_KONT_PRPS) | |
E_OBJNR | LIKE | PRPS-OBJNR | CO-Objektnummer des PSP-Elementes | |
E_POSID | LIKE | PRPS-POSID | externe PSP-Nummer | |
E_POST1 | LIKE | PRPS-POST1 | Bezeichnung des PSP-Elements | |
E_PRCTR | LIKE | PRPS-PRCTR | Profit-Center | |
E_PRPS | LIKE | PRPS | PSP-Datensatz |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INPUT_ERROR | Falsche Eingabeparameter |
PROFIT_CENTER_NOT_FOUND | Es wurde kein Profit_Center gefunden |
PSP_HIERARCHY_ERROR | nicht mehr benutzt |
PSP_NOT_FOUND | PSP-Element konnte nicht gelesen werden |