PCPRJKR0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter PCPRJKR0 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.
Title: Include ZCPJBKR0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING DEVICE = 'PRINTER' DIALOG = 'X' FORM = FORM_N LANGUAGE = SY-LANGU EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 OTHERS = 9.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' "Write text element DATA EXPORTING ELEMENT = 'DATA' FUNCTION = 'SET' TYPE = 'BODY' WINDOW = 'MAIN' * importing * pending_lines = pending EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 BAD_PAGEFORMAT_FOR_PRINT = 7 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCPRJKR0 - Include ZCPJBKR0 PCPRDIE0 - HR-IE: Data Definition for IE payroll reading PCPR1VE0 - documentation and ABAP source code PCPR1TW0 - Utility Modules for Printing Internal Tables (1) - Taiwan PCPR1TH0 - Utility Modules for Printing Internal Tables (1) - Indonesia PCPR1SK0 - Help modules to print internal tables (1)