SAP Reports / Programs

SAPDBPNPCE SAP ABAP Report - PNPCE Logical Database: Database Program







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPDBPNPCE. "Basic submit
SUBMIT SAPDBPNPCE AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBPNPCE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Selection Text: PNPSNAME = EE Name Can Be Sorted
Selection Text: PNPSELID = Selection ID
Selection Text: PNPSBMOD = D Administrator Group
Selection Text: PNPSASBZ = Administrator Group: Time
Selection Text: PNPSASBP = Administrator Group: Personnel
Selection Text: PNPSASBA = Administrator Group: Payroll
Selection Text: PNPSACHZ = Time Recording Administrator
Selection Text: PNPSACHP = Personnel Administrator
Selection Text: PNPSACHA = Payroll Administrator
Selection Text: PNPPLANS = D Position
Selection Text: PNPPERSK = D Employee Subgroup
Selection Text: PNPPERSG = D Employee Group
Selection Text: PNPPERNR = D Personnel Number
Selection Text: PNPPABRP = Period Selection: Period
Selection Text: PNPBUKRS = D Company Code
Selection Text: PNPBTRTL = D Personnel Subarea
Selection Text: PNPBEGPS = Person Selection Period: Start
Selection Text: PNPBEGDA = Data Selection Period: Start
Selection Text: PNPANSVH = D Work Contract
Selection Text: PNPABKRS = D Payroll Area
Title: PNPCE Logical Database: Database Program
Text Symbol: 034 = Limit by
Text Symbol: 033 = Reporting Set
Text Symbol: 032 = Payroll Period
Text Symbol: 031 = Period
Text Symbol: 026 = Period
Text Symbol: 025 = Key Date
Text Symbol: 022 = Dynamic Selections
Text Symbol: 021 = Processing...
Text Symbol: 020 = Initializing...
Text Symbol: 019 = Personnel Numbers
Text Symbol: 018 = Personnel Number
Text Symbol: 017 = OrgUnits
Text Symbol: 016 = OrgUnit
Text Symbol: 015 = Grouping
Text Symbol: 013 = Person Selection
Text Symbol: 012 = Data Selection
Text Symbol: 011 = Reporting Period
Text Symbol: 009 = Selection Fields





Text Symbol: 008 = Selection Criteria
Text Symbol: 007 = Active
Text Symbol: 006 = Sort Order
Text Symbol: 004 = Payroll Area
Text Symbol: 002 = Period
Text Symbol: P11 = Special Run
Text Symbol: P10 = Other Payroll Period
Text Symbol: P09 = Current Payroll Period
Text Symbol: P08 = Future (as of today)
Text Symbol: P07 = Past (until today)
Text Symbol: P06 = Current Year
Text Symbol: P05 = Current Month
Text Symbol: P04 = Other Period
Text Symbol: P03 = All
Text Symbol: P02 = Key Date
Text Symbol: P01 = Today
Text Symbol: 047 = Payroll Type
Text Symbol: 046 = Evaluation Run
Text Symbol: 044 = Payroll Run
Text Symbol: 043 = Run
Text Symbol: 042 = Hide Person Selection Period
Text Symbol: 041 = Show Person Selection Period
Text Symbol: 040 = Execute
Text Symbol: 039 = Hide Dynamic Selections
Text Symbol: 038 = Dynamic Selections
Text Symbol: 037 = Period
Text Symbol: 036 = Search Help
Text Symbol: 035 = OrgStructure


INCLUDES used within this REPORT SAPDBPNPCE

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.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

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.