SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Enhancement Tools(BC-DWB-TOO-ENH) SAP BC

SEEF_MIGRATION_CHECK_ENH SAP ABAP Report - Check ENHANCEMENT Table Relationships







SEEF_MIGRATION_CHECK_ENH 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 SEEF_MIGRATION_CHECK_ENH 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 SEEF_MIGRATION_CHECK_ENH. "Basic submit
SUBMIT SEEF_MIGRATION_CHECK_ENH AND RETURN. "Return to original report after report execution complete
SUBMIT SEEF_MIGRATION_CHECK_ENH 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: S_ESNAME = Enhancement Names
Selection Text: P_RFC = RFC Dest. for Source Reading
Selection Text: P_LIST = Output Complete List?
Title: Check ENHANCEMENT Table Relationships
Text Symbol: 036 = Meth.
Text Symbol: 037 = Enh.Include
Text Symbol: 038 = Segment Implementations
Text Symbol: 039 = Segment Enhancement Includes
Text Symbol: 040 = Enhancement
Text Symbol: 041 = Inconsistency in Enhancement:
Text Symbol: 042 = Inconsistency Between Enhancement:
Text Symbol: 043 = and Enh. Spot:
Text Symbol: 044 = Error in:
Text Symbol: 045 = Remote read without DEST not possible
Text Symbol: 046 = Read Remote Include
Text Symbol: 047 = Src. Code Plug-In:
Text Symbol: 048 = Lines
Text Symbol: 049 = was in INCLUDE:
Text Symbol: 050 = Percentage Match:
Text Symbol: 051 = Error Reading ENHINCLINX Table:
Text Symbol: 052 = For KEY:
Text Symbol: 053 = no entry found
Text Symbol: 054 = Processing cannot be continued
Text Symbol: 055 = Error Reading the IT_SOURCE:
Text Symbol: 056 = Changed
Text Symbol: 035 = IS en
Text Symbol: 010 = Enh:
Text Symbol: 011 = Enh. Spot:
Text Symbol: 012 = for Enhancement
Text Symbol: 013 = For Enhancement:
Text Symbol: 014 = there is no ENH SPOT
Text Symbol: 015 = No further check possible
Text Symbol: 016 = Version
Text Symbol: 017 = Author
Text Symbol: 018 = Original Object
Text Symbol: 019 = Original Main Object
Text Symbol: 020 = Program Name
Text Symbol: 021 = Full Name





Text Symbol: 022 = ENH Mode
Text Symbol: 023 = Include
Text Symbol: 024 = Type
Text Symbol: 025 = State
Text Symbol: 026 = Upgrade
Text Symbol: 027 = No implementation exists
Text Symbol: 028 = No enhancement table for program enhancements exists
Text Symbol: 029 = SPOT Name
Text Symbol: 030 = Source Lines
Text Symbol: 031 = Lines of
Text Symbol: 032 = Source code table is empty
Text Symbol: 033 = ENH Name
Text Symbol: 034 = Vers.


INCLUDES used within this REPORT SEEF_MIGRATION_CHECK_ENH

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:

WB_SPLIT_EDITOR_MOD_START CALL FUNCTION 'WB_SPLIT_EDITOR_MOD_START' EXPORTING MODE_LEFT = l_mode MODE_RIGHT = l_mode STATE_LEFT = l_state STATE_RIGHT = l_state OBJECT_LEFT = l_name_l OBJECT_RIGHT = l_name_r TRANSPORT_KEY_L = l_trkey CHANGED_L = l_changed KORRNUM = l_korrnum * TOOL_INSTANCE = * IMPORTING * ANSWER = TABLES SOURCE_L = l_help_source SOURCE_R = l_it_s SMODILOG_ABAP_LEFT = l_smod_l * SMODILOG_ABAP_RIGHT = MOD_TAB_LEFT = l_mod_t_l * MOD_TAB_RIGHT = * EXCEPTIONS * PARAMETER_INVALID = 1 * OTHERS = 2 .

GET_CURSOR * CALL FUNCTION 'GET_CURSOR' * IMPORTING * FIRST_LINE = sy-cucol * CURSOR_LINE = sy-cucol * CURSOR_OFFSET = sy-curow * .



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