SAPDBPNPCE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The PNPCE logical database supports the evaluation of HR master data...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPDBPNPCE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PNPPABRJ = Period Selection: Year
Selection Text: PNPOTYPE = D Object Type
Selection Text: PNPORGEH = D Organizational Unit
Selection Text: PNPMSTBR = D Supervisor Area
Selection Text: PNPMASSN = Action Type
Selection Text: PNPMASSG = Reason for Action
Selection Text: PNPMASNG = Action Type/Action Reason
Selection Text: PNPKOSTL = D Cost Center
Selection Text: PNPKOKTL = Controlling Area/Cost Center
Selection Text: PNPKOKRS = D Controlling Area
Selection Text: PNPJUPER = D Legal Person
Selection Text: PNPGSBER = D Business Area
Selection Text: PNPGRANT = Grant
Selection Text: PNPGPVAL = Grouping Value
Selection Text: PNPGPRSN = Grouping Reason
Selection Text: PNPGEBER = D Fund
Selection Text: PNPFKBER = D Functional Area
Selection Text: PNPFISTL = D Funds Center
Selection Text: PNPEXPID = D Person ID
Selection Text: PNPENDPS = Person Selection Period: End
Selection Text: PNPENDDA = Data Selection Period: End
Selection Text: PNPENAME = Employee Name
Selection Text: PNPDISPP = Display: Payroll Period
Selection Text: PNPDISPJ = Display: Payroll Period: Year
Selection Text: PNPDISED = Display: Payroll Period: End
Selection Text: PNPDISBD = Display: Payroll Period: Start
Selection Text: PNPXPGPK = Employee Group/Subgroup
Selection Text: PNPXBWBK = Pers.Area/Subarea/Cost Center
Selection Text: PNPXABKR = Period Selection: Payroll Area
Selection Text: PNPWERKS = D Personnel Area
Selection Text: PNPVDSK1 = Organizational Key
Selection Text: PNPTIMES = Employee Selection Period
Selection Text: PNPTIMED = Data Selection Period
Selection Text: PNPSTELL = Job
Selection Text: PNPSTATU = Status 1/Status 2/Status 3
Selection Text: PNPSTAT3 = Special Payment Status
Selection Text: PNPSTAT2 = Employment Status
Selection Text: PNPSTAT1 = Customer-Specific Status
INCLUDE PAY_PROCESS_MODELL.
INCLUDE DBPNP_PNPCE_COMMON_FORMS.
INCLUDE DBPNP_PNPCE_PLAN_FORMS.
INCLUDE DBPNP_PNPCE_AUTH_FORMS.
INCLUDE DBPNP_PNPCE_F4_FORMS.
INCLUDE DBPNP_PNPCE_LOG_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name SAPDBPNPCE or its description.