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
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.
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
INCLUDE SBMCHK00.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SBMCHK59 - Consistency Check Bus. Nav.: Analysis of EPCs SBMCHK59 - Consistency Check Bus. Nav.: Analysis of EPCs SBMCHK58 - Bus. Nav. Consistency Check: Check Information Flow Diagrams SBMCHK58 - Bus. Nav. Consistency Check: Check Information Flow Diagrams SBMCHK55 - Bus. Nav. Consistency Check: Check Object Names SBMCHK55 - Bus. Nav. Consistency Check: Check Object Names