SAP Reports / Programs | Service | ASAP (AcceleratedSAP)(SV-ASA) SAP SV

SBMCHK59 SAP ABAP Report - Consistency Check Bus. Nav.: Analysis of EPCs







SBMCHK59 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for EPC syntax check...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 SBMCHK59 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 SBMCHK59. "Basic submit
SUBMIT SBMCHK59 AND RETURN. "Return to original report after report execution complete
SUBMIT SBMCHK59 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: SEL_APPS = D Application
Selection Text: SCN_FLAG = EPCs for Scenario Processes
Selection Text: PRC_FLAG = EPCs for Business Processes
Title: Consistency Check Bus. Nav.: Analysis of EPCs
Text Symbol: 028 = Edge from PWW to Function
Text Symbol: 029 = Edge between PWWs
Text Symbol: 030 = No Predecessor Node
Text Symbol: 031 = Edge between Functions
Text Symbol: 032 = Edge from Function to PWW
Text Symbol: 034 = Object Overlap
Text Symbol: 035 = Object Not Defined
Text Symbol: 036 = Diagram Contains No Nodes
Text Symbol: 037 = Diagram Contains No Edges
Text Symbol: 038 = Business PWW in Scenario
Text Symbol: 039 = Scenario PWW in Business Proc.
Text Symbol: 040 = Obj. Definition for Connector
Text Symbol: 041 = No Object Definition
Text Symbol: 042 = Object Not Defined
Text Symbol: 043 = Results & Functs as Pred. & Succ.
Text Symbol: 044 = No Predecessor
Text Symbol: 045 = Function in Scenario
Text Symbol: 046 = Process in Proc.
Text Symbol: 027 = Loop
Text Symbol: 001 = Invalid Node Type
Text Symbol: 002 = Function is Invalid Predecessor
Text Symbol: 003 = Event is Invalid Predecessor
Text Symbol: 004 = Invalid Next Function
Text Symbol: 005 = Invalid Next Event
Text Symbol: 006 = Connector between Functions
Text Symbol: 007 = Connector Group between Functions
Text Symbol: 008 = Connector between Events
Text Symbol: 009 = Connector Group between Events
Text Symbol: 010 = Cannot Go To Functions
Text Symbol: 011 = Nodes w/o Edges
Text Symbol: 012 = > 1 Predecessor
Text Symbol: 013 = > 1 Successor
Text Symbol: 014 = Function w/o Predecessr
Text Symbol: 016 = Function w/o Successor





Text Symbol: 018 = Probably. Subseq. Object Overlap Error
Text Symbol: 019 = No Successor
Text Symbol: 020 = 1 Predecessor, 1 Successr
Text Symbol: 021 = Connector is Join and Fork
Text Symbol: 022 = Isolated Node
Text Symbol: 024 = Intern. PWW
Text Symbol: 026 = No Successor Node


INCLUDES used within this REPORT SBMCHK59

INCLUDE SBMCHK00.


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