PCBDCHKR1 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 PCBDCHKR1 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 PCBDCHKR1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_MAPNAME_VERIFY call function 'HR_MAPNAME_VERIFY' exporting mapname = map_name reportname = 'HKRUNP00' importing mapname = map_name.
BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting client = sy-mandt group = map_name holddate = holddate user = sy-uname keep = keep.
HR_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exceptions invalid_linesize = 1 others = 2.
BDC_CLOSE_GROUP if proc_typ eq 1. call function 'BDC_CLOSE_GROUP'. endif.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCBDCHKR1 - Include PCBDCHKR1 PCBDCHKR0 - Include PCBDCHKR0 PCB0FIE0 - Operations from table T512B PCB01IE0 - PERFORM INDEX OF for PROCL C and OTYPE OP PCA_XPRA_CCARD_TO_PACA - Conversion Report for old Card Master (CCARD) into new (PCA_MASTER) PCA_XPRA_CCARD_TO_PACA - Conversion Report for old Card Master (CCARD) into new (PCA_MASTER)