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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
ESH_TST_OM_MODEL_VIEWER - ESH Model Viewer ESH_TST_OM_MODEL_VIEWER - ESH Model Viewer ESH_TST_HBT_START_REPLAY - Enable the replay of Parameter values ESH_TST_HBT_START_REPLAY - Enable the replay of Parameter values ESH_TST_HBT_START_RECORDING - Enable the recording of Parameter values ESH_TST_HBT_START_RECORDING - Enable the recording of Parameter values