SAP Reports / Programs | Basis Components | Basis Components | NetWeaver Enterprise Search(BC-EIM-ESH) SAP BC

ESH_OM_TEST_CONFLICT_HANDLING SAP ABAP Report - Test Conflict Handling







ESH_OM_TEST_CONFLICT_HANDLING 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_OM_TEST_CONFLICT_HANDLING 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_OM_TEST_CONFLICT_HANDLING. "Basic submit
SUBMIT ESH_OM_TEST_CONFLICT_HANDLING AND RETURN. "Return to original report after report execution complete
SUBMIT ESH_OM_TEST_CONFLICT_HANDLING 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: P_TGTMOD = Check Against Target Model
Selection Text: P_TGTMD1 = Target Model
Selection Text: P_SYSREL = Start Model
Selection Text: P_RB5 = Mark Model as Changed
Selection Text: P_RB4 = Case 4
Selection Text: P_RB3 = Case 3
Selection Text: P_RB2 = Case 2
Selection Text: P_RB1 = Case 1
Selection Text: P_OWNLGS = Check own Logsys (if active)
Selection Text: P_OWNHIE = Check own Hierarchy
Selection Text: P_LOGSY5 = Active Logsys (Conn Guid) 5
Selection Text: P_LOGSY4 = Active Logsys (Conn Guid) 4
Selection Text: P_LOGSY3 = Active Logsys (Conn Guid) 3
Selection Text: P_LOGSY2 = Active Logsys (Conn Guid) 2
Selection Text: P_LOGSY1 = Active Logsys (Conn Guid) 1
Selection Text: P_DEBUG = Debug Mode
Selection Text: P_CKPARA = Check Is_Changed Parameter
Selection Text: P_CKPAR1 = Check Is_Changed Parameter
Title: Test Conflict Handling
Text Symbol: 009 = List of target log. sys. is initial
Text Symbol: 008 = Could not resolve all cases automatically
Text Symbol: 007 = , see log
Text Symbol: 006 = Start model missing
Text Symbol: 005 = Execute Resolve on Addition of Start Model to Active Logical System
Text Symbol: 004 = Execute Resolve on Hierarchy Change
Text Symbol: 003 = Execute Resolve Automatic
Text Symbol: 002 = Execute Check w/o Resolution
Text Symbol: 001 = Conflict Handling Test Cases


INCLUDES used within this REPORT ESH_OM_TEST_CONFLICT_HANDLING

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:

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