SAP Reports / Programs | Logistics - General | Logistics Basic Data | Integrated Product and Process Engineering(LO-MD-PPE) SAP LO

PPEDI_CONSISTENCY_CHECK SAP ABAP Report - Program PPEDI_CONSISTENCY_CHECK







PPEDI_CONSISTENCY_CHECK 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 PPEDI_CONSISTENCY_CHECK 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 PPEDI_CONSISTENCY_CHECK. "Basic submit
SUBMIT PPEDI_CONSISTENCY_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT PPEDI_CONSISTENCY_CHECK 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: SO_VID = D Production Version
Selection Text: SO_LOC = D Plant
Selection Text: SO_CMP = D Material
Selection Text: LOTTO = to
Selection Text: LOTFR = Lot Size Area
Selection Text: DATETO = to
Selection Text: DATEFR = Search Period
Title: Program PPEDI_CONSISTENCY_CHECK
Text Symbol: 400 = Customer Checks
Text Symbol: 300 = Line Balance Checks
Text Symbol: 200 = Line Structure Checks
Text Symbol: 100 = Process Structure Checks
Text Symbol: 050 = Product Structure Checks
Text Symbol: 013 = No data found with these selection criteria
Text Symbol: 012 = Check terminated due to internal error
Text Symbol: 011 = Log(s) saved to database
Text Symbol: 010 = Number of Production Versions to be Checked:
Text Symbol: 006 = Plant
Text Symbol: 005 = Material
Text Symbol: 004 = Lot Size Area
Text Symbol: 003 = Select Checks
Text Symbol: 002 = Search Period
Text Symbol: 001 = Choose Production Version


INCLUDES used within this REPORT PPEDI_CONSISTENCY_CHECK

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:

MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .

MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE = .

PPECHKHDR_CONSISTENCY_CHECK CALL FUNCTION 'PPECHKHDR_CONSISTENCY_CHECK' EXPORTING it_ppeguid = gt_ppeguid it_checkid = gt_checkid iv_batch = ppet_true EXCEPTIONS internal_error = 1 OTHERS = 2.



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