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

PPC_DELETE_CORRUPT SAP ABAP Report - Deletes corrupt entries in the PPC table







PPC_DELETE_CORRUPT is a standard Executable ABAP Report 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 PPC_DELETE_CORRUPT 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_DELETE_CORRUPT. "Basic submit
SUBMIT PPC_DELETE_CORRUPT AND RETURN. "Return to original report after report execution complete
SUBMIT PPC_DELETE_CORRUPT 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_ACTS = Act. Posting w/o Header Record
Selection Text: P_RESOUR = "Artificial" resource GUIDs
Selection Text: P_MANDAT = Incomplete header records
Selection Text: P_LOGSYS = Missing logical system
Selection Text: P_DELETE = Delete Selected Records
Selection Text: P_COMPOS = Mat.Movement w/o Header Record
Title: Deletes corrupt entries in the PPC table
Text Symbol: LOG = Logical system for subsequent system is missing
Text Symbol: M01 = No reporting point
Text Symbol: M02 = No entry time
Text Symbol: M03 = No rep. manufacturing profile
Text Symbol: M04 = No unit of measure
Text Symbol: FAK = Artificial GUID
Text Symbol: ACT = Activity Postings Without Header Record
Text Symbol: C01 = Header Record No Longer Exists
Text Symbol: COM = Material Movements Without Header Record
Text Symbol: DEL = Records deleted successfully
Text Symbol: DL2 = Error during deletion
Text Symbol: M09 = Other
Text Symbol: MAN = At least one mandatory field in the header record is empty
Text Symbol: MOD = Inconsistency Type
Text Symbol: RES = No "real" resources
Text Symbol: SYS = Missing logical system


INCLUDES used within this REPORT PPC_DELETE_CORRUPT

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:

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