PPC_HEADRECS_COMPARE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Consistency Report for DI Backflush The report reads backflushes from the DI System and the APO System and displays the inconsistencies between the two systems with regard to the backflushes selected...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 PPC_HEADRECS_COMPARE 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: P_R3HEAD = Check Only w. HeadIDs from ERP
Selection Text: R_CRDATE = Created On
Selection Text: R_LOGSYS = D .
Title: Checks existence of and process flags for records in APO and R/3
Text Symbol: ASY = Records with inconsistent flags for asynchronous processes
Text Symbol: ERR = Record not in ERP despite "Only ERP recs." param.
Text Symbol: LOG = Logical System for APO:
Text Symbol: MAP = ERP Records That Do Not Exist in APO
Text Symbol: MR3 = APO Records That Do Not Exist in ERP System
Text Symbol: SYN = Records with inconsistent flags for synchronous processes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PPC1RT_EXT_KEYS_CONVERT CALL FUNCTION 'PPC1RT_EXT_KEYS_CONVERT' TABLES it_ext_confdate = r_crdate et_conftime = so_crtim.
BAPI_PPC_HDR_FLAG_READ CALL FUNCTION 'BAPI_PPC_HDR_FLAG_READ' DESTINATION
-conflogsys EXPORTING i_read_r3_heads_only = p_r3head IMPORTING return = ls_return TABLES ir_crtime = so_crtim ct_gm_flag_posted = lt_apoheads EXCEPTIONS communication_failure = 1 MESSAGE msg_text system_failure = 2 MESSAGE msg_text.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPC_HEADRECS_COMPARE - Checks existence of and process flags for records in APO and R/3 PPC_HEADRECS_COMPARE - Checks existence of and process flags for records in APO and R/3 PPC_DELETE_CORRUPT - Deletes corrupt entries in the PPC table PPC_DELETE_CORRUPT - Deletes corrupt entries in the PPC table PPC_CONF_POST_PROC - Postprocessing Program for Archiving Object PPC_CONF PPC_CONF_POST_PROC - Postprocessing Program for Archiving Object PPC_CONF