SBMCHK58 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program checks the symmetry of information flow diagrams...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 SBMCHK58 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_FRID = D Parent object ID
Selection Text: PAR_APPL = D Application
Selection Text: CHK_SERM = Check SAP SERMs
Selection Text: CHK_NTYP = Check Node Types
Selection Text: CHK_HIER = Check Hiearchy
Selection Text: CHK_DIAG = Check Diagrams
Selection Text: CHK_DEFI = Check Object Definitions
Selection Text: CHK_CORR = Check Correspondences
Title: Bus. Nav. Consistency Check: Check Information Flow Diagrams
Text Symbol: 027 = Applic. Object in Basis Model
Text Symbol: 026 = Higher-Level Object Not in Diagram
Text Symbol: 025 = Higher-Level Objct Represented Several Times
Text Symbol: 024 = No Object Behind IF Edge
Text Symbol: 023 = SAP SERM is Empty
Text Symbol: 022 = No Corresponding IF Diagram
Text Symbol: 021 = Check IF Names
Text Symbol: 020 = Parent of Corresp. Diagram Undefined
Text Symbol: 019 = No Corresponding Info Flow
Text Symbol: 018 = Corresp. Edges with Different Info Flows
Text Symbol: 017 = Info Flow Has No Name
Text Symbol: 016 = Undefined Info Flow
Text Symbol: 015 = Edge w/o Info Flow
Text Symbol: 014 = Edge w/o Info Flow Specification
Text Symbol: 013 = Loop
Text Symbol: 012 = Edge Doesn't Touch Node for Higher Object
Text Symbol: 011 = Nodes Not Defined
Text Symbol: 010 = Nodes w/o Edges
Text Symbol: 009 = Undefined Object
Text Symbol: 008 = No Object Definition
Text Symbol: 007 = Invalid Node Type
Text Symbol: 006 = Diagram Contains No Edges
Text Symbol: 005 = Diagram Only Contains Higher Objct
Text Symbol: 004 = Higher-Level Object Not in Diagram
Text Symbol: 003 = Diagram Contains No Nodes
Text Symbol: 002 = Higher-Level Object Not Defined
Text Symbol: 001 = Forbidden Hierarchy
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.
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 SBMCHK53 - Bus. Nav. Consistency Check: Object Overlaps in Diagrams SBMCHK53 - Bus. Nav. Consistency Check: Object Overlaps in Diagrams