SAP Reports / Programs

PPE_EDE_EXTENDED_CHECK SAP ABAP Report - PPEEDEEXTENDEDCHECK







PPE_EDE_EXTENDED_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 PPE_EDE_EXTENDED_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 PPE_EDE_EXTENDED_CHECK. "Basic submit
SUBMIT PPE_EDE_EXTENDED_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT PPE_EDE_EXTENDED_CHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Extended EDE Check Report
Selection Text: S_PNTYPE = D .
Selection Text: S_PNAME = D .
Selection Text: S_KLART = D .
Selection Text: S_CLASS = D .
Selection Text: S_APPL = D .
Selection Text: P_ONLYER = Display Only Incorrect Lines
Selection Text: P_OD_EXS = EDE - Node Existence Check
Selection Text: P_MAXNOD = Maximum Number of Nodes
Selection Text: P_MAKPOS = Only Positive Expressions
Selection Text: P_COMP3 = Comparison: Cust./SAP Syntax
Selection Text: P_COMP2 = Comparison: Parser Old/New
Selection Text: P_COMP1 = Comparison: DB / Regenerated
Text Symbol: 025 = Line
Text Symbol: 024 = No
Text Symbol: 023 = Ye
Text Symbol: 022 = Expand New
Text Symbol: 021 = Expand Old
Text Symbol: 020 = Options
Text Symbol: 017 = Semantic Comparison
Text Symbol: 016 = Regeneration failed
Text Symbol: 015 = Regeneration successful
Text Symbol: 014 = Too Little Covered
Text Symbol: 013 = Too Much Covered
Text Symbol: 012 = Extended EDE Check Report: Step 2
Text Symbol: 011 = Extended EDE Check Report: Step 1
Text Symbol: 010 = Extended EDE Check Report: Step 0
Text Symbol: 009 = Saved SAP Syntax
Text Symbol: 008 = Generated SAP Syntax
Text Symbol: 007 = Cust. Syntax
Text Symbol: 005 = Do you want to regenerate the SAP syntax for the selected lines?
Text Symbol: 004 = Regeneration
Text Symbol: 003 = Do you want to regenerate the SAP syntax for the selected lines?
Text Symbol: 002 = Regenerate?
Text Symbol: 001 = Selection Param.


INCLUDES used within this REPORT PPE_EDE_EXTENDED_CHECK

INCLUDE PPE_EDE_EXTENDED_CHECK_TOP.
INCLUDE PPE_EDE_EXTENDED_CHECK_CL1.
INCLUDE PPE_EDE_EXTENDED_CHECK_O01.




INCLUDE PPE_EDE_EXTENDED_CHECK_I01.
INCLUDE PPE_EDE_EXTENDED_CHECK_F01.


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:

OM_API_INIT_EDITOR_DARK CALL FUNCTION 'OM_API_INIT_EDITOR_DARK' EXPORTING in_pnguid = ls_pnodid-pnguid in_clint = ls_pnodid-clint * in_aennr = ls_pnodid-aennr IMPORTING out_instances = lt_instances out_loghandle = ls_loghandle EXCEPTIONS internal_error = 1 OTHERS = 3.

OXDEP_CALL_FORMULAR * CALL FUNCTION 'OXDEP_CALL_FORMULAR' * EXPORTING * change = space * return_gui_screen = gv_dynnr1 * return_program = gv_prog * return_screen = gv_dynnr2.

OXDEP_INSTANCE_GET CALL FUNCTION 'OXDEP_INSTANCE_GET' EXPORTING iself = wa_instance-iself IMPORTING item = ls_instance EXCEPTIONS not_found = 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 PPE_EDE_EXTENDED_CHECK or its description.