SAP Reports / Programs

ESH_TST_OM_MODEL_VIEWER SAP ABAP Report - ESH Model Viewer







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


Text pool values


Software Component Viewer (NW Enterprise Search)
Selection Text: CHANGES = Created-By, Changed-By
Selection Text: DATATY = Data Types
Selection Text: DPRVD = Data Provider
Selection Text: F_BOX = D .
Selection Text: F_LOGSYS = D .
Selection Text: F_OTYP = D .
Selection Text: F_OTYP2 = Object Type2
Selection Text: F_SYSREL = D .
Selection Text: F_USAGE = Feature Usage Statistics
Selection Text: GRAPH = Graph/Network
Selection Text: GV_WD = WebDynpro
Selection Text: IMAGE = Image
Selection Text: IMG_FMT = Image Filetype (png, jpg, ...)
Selection Text: JNETLC = SAP GUI
Selection Text: JNETWD = Web Dynpro
Selection Text: K = Keywords
Selection Text: LAYOUT = D .
Selection Text: LOCAL_CL = Client Viewer
Selection Text: NA = Analytical Settings
Selection Text: NAVP = Navigation Paths
Selection Text: NBN = Back-End Navigation
Selection Text: NO_BO = No Business Objects
Selection Text: NO_TO = No Technical Objects
Selection Text: NQ = Requests
Selection Text: NRF = Response Fields
Selection Text: NRFU = UI Areas (Response Fields)
Selection Text: NRR = Related Requests
Selection Text: OWNPATH = Use Path
Selection Text: QF = Request Fields
Selection Text: RANKDIR = Direction (LR, TD, ...)
Selection Text: RELAT = Relations
Selection Text: SWASGN = Switches
Selection Text: SWC = Software Component (Details)
Selection Text: TECH_DET = Display Technical IDs
Selection Text: TEXT = DOT Markup Text
Selection Text: TXT_SIZE = Font Size
Selection Text: ZGR = ZGR Viewer





Selection Text: C = Categories
Selection Text: AUTHC = Authorizations
Title: ESH Model Viewer
Text Symbol: 001 = Use this tool to visualize NW Enterprise Search Software Components as a graph.
Text Symbol: 002 = The output is formatted using the Graphviz DOT language.
Text Symbol: 003 = Output Options:
Text Symbol: 004 = - Display via client viewer for ".gv" files
Text Symbol: 005 = - Put wiki markup code for Confluence Wiki to the clipboard
Text Symbol: 006 = 1) Passed manually to the new page, "Markup" tab
Text Symbol: 008 = 2) Switch to "Preview" tab
Text Symbol: 009 = Documentation
Text Symbol: 010 = - Display DOT Markup
Text Symbol: 011 = Components
Text Symbol: 012 = Graphviz
Text Symbol: 013 = Output
Text Symbol: 014 = Layout
Text Symbol: 015 = Solftware Comp.
Text Symbol: 016 = DOT - Language
Text Symbol: 017 = Use path
Text Symbol: 018 = Client Application (.gv)
Text Symbol: 019 = Object Model Viewer (JNet)
Text Symbol: 020 = SAP GUI
Text Symbol: 021 = BSP
Text Symbol: 022 = WebDynpro
Text Symbol: 023 = JNet:
Text Symbol: 024 = Graphviz:
Text Symbol: 025 = Object Type
Text Symbol: 026 = Input
Text Symbol: 027 = Object Type (2)
Text Symbol: 028 = Content
Text Symbol: 029 = Output Variant
Text Symbol: 030 = Main Features of Enterprise Search
Text Symbol: 031 = -> usage overview by software component
Text Symbol: 032 = Filter
Text Symbol: 033 = Expert Mode
Text Symbol: 034 = Box
Text Symbol: 035 = Logical System
Text Symbol: 036 = Layout


INCLUDES used within this REPORT ESH_TST_OM_MODEL_VIEWER

No INCLUDES are used within this REPORT code!







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:

SCMS_TEXT_TO_BINARY CALL FUNCTION 'SCMS_TEXT_TO_BINARY' IMPORTING output_length = lv_bin_length TABLES text_tab = lt_file binary_tab = lt_bin.

SCMS_TEXT_TO_BINARY CALL FUNCTION 'SCMS_TEXT_TO_BINARY' IMPORTING output_length = lv_bin_length TABLES text_tab = lt_file binary_tab = lt_bin.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_arrow_right text = text-012 info = 'Graphviz (DOT language and Viewers)' IMPORTING result = btn_gv EXCEPTIONS OTHERS = 0 ##no_text.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_arrow_right text = text-016 info = 'DOT language Documentation (Graphviz)' IMPORTING result = btn_dot EXCEPTIONS OTHERS = 0 ##no_text.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'OBJECT_TYPE_NAME' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = iv_field_id value_org = 'S' TABLES field_tab = lt_fieldtab value_tab = lt_otypt EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'LOGSYS' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = iv_field_id value_org = 'S' TABLES field_tab = lt_fieldtab value_tab = lt_rfc_conn EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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