SAP Reports / Programs | Production Backflush | Industry Solution Automotive | Production Backflush(IS-A-PPC) SAP IS

PPC_HEADRECS_COMPARE SAP ABAP Report - Checks existence of and process flags for records in APO and R/3







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


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 PPC_HEADRECS_COMPARE. "Basic submit
SUBMIT PPC_HEADRECS_COMPARE AND RETURN. "Return to original report after report execution complete
SUBMIT PPC_HEADRECS_COMPARE 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: 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


INCLUDES used within this REPORT PPC_HEADRECS_COMPARE

No INCLUDES are used within this REPORT code!


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:

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.



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 PPC_HEADRECS_COMPARE or its description.