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

SBMCHK58 SAP ABAP Report - Bus. Nav. Consistency Check: Check Information Flow Diagrams







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


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 SBMCHK58. "Basic submit
SUBMIT SBMCHK58 AND RETURN. "Return to original report after report execution complete
SUBMIT SBMCHK58 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_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


INCLUDES used within this REPORT SBMCHK58

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