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

MSEDTF07 SAP ABAP INCLUDE - ABAP Editor: Routines and Modules for Search and Replace







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


Text pool values


Title: ABAP Editor: Routines and Modules for Search and Replace


INCLUDES used within this REPORT MSEDTF07

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:

RS_FIND_REPLACE_SET_PARAMS CALL FUNCTION 'RS_FIND_REPLACE_SET_PARAMS' EXPORTING I_FIND_REPLACE_PARMS = RSREPL.

RS_FIND_REPLACE_DIALOG CALL FUNCTION 'RS_FIND_REPLACE_DIALOG' EXPORTING I_OBJECTTYPE = L_OBJECTTYPE I_OBJECTNAME = L_OBJECTNAME I_OBJECTVERSION = L_ACTUAL_VERSION_NO I_BLOCK_BEGIN = L_BLOCK_BEGIN I_BLOCK_END = L_BLOCK_END I_SOURCE_READ_ONLY = EDIT-APP_DISP I_EXIT_AFTER_POPUP = EDIT_CONTROL IMPORTING * e_replacements = replace_total * e_replace_fails = replace_fails E_ACTUAL_SOURCE_MODIFIED = L_ACTUAL_SOURCE_MODIFIED E_SOURCE_MODIFIED_MIN = L_CHANGED_MIN E_SOURCE_MODIFIED_MAX = L_CHANGED_MAX E_FIND_REPLACE_PARMS = RSREPL TABLES ACTUAL_SOURCE = CONTENT_C ACTUAL_SOURCE2 = QTAB CHANGING C_CURSOR_ROW = L_CURSOR_ROW C_CURSOR_OFFSET = L_CURSOR_OFFSET C_ACTION = L_ACTION EXCEPTIONS ABORTED = 1.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_GET_MAINPROGRAMS * CALL FUNCTION 'RS_GET_MAINPROGRAMS' * EXPORTING * DIALOG = 'X' * NAME = X_INCLNAME * MULTIPLE_SELECT = 'X' * FULLTAB = 'X' * IMPORTING * NUMBER_OF_MAINPROGRAMS = INTEGER * TABLES * MAINPROGRAMS = MAINTAB * EXCEPTIONS * CANCELLED = 1.

RS_FIND_REPLACE_GLOBAL * CALL FUNCTION 'RS_FIND_REPLACE_GLOBAL' * EXPORTING * ACTUAL_INCLUDE = O_PROGRAM * ACTUAL_VERSION_NO = ACTUAL_VERSION_NO * ACTUAL_IS_MODIFIABLE = IS_MODIFIABLE * OBJECTTYPE = 'R' * FINDSTRING = RSTXP-TDFIND * FINDSTRING_LENGTH = FIND_LEN * METHOD = METHOD * EXACT_SPELLING = RSTXP-TDEXACT * REPLACESTRING = RSTXP-TDREPLACE * REPLACESTRING_LENGTH = REPLACE_LEN ** confirm = 'X' "JR * I_FIND_OR_REPLACE = FIND_OR_REPLACE * IMPORTING * ACTUAL_INCL_MODIFIED = ACTUAL_INCL_MODIFIED * ACTUAL_CHANGED_MIN = CMIN * ACTUAL_CHANGED_MAX = CMAX * TABLES * OBJECTTAB = OBJS_TO_SCAN * ACTUAL_SOURCE = CONTENT_C * EXCEPTIONS * NOT_FOUND = 01 * NOT_EXECUTED = 04.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_GET_ALL_INCLUDES * CALL FUNCTION 'RS_GET_ALL_INCLUDES' * EXPORTING * PROGRAM = MYTRDIR-NAME * TABLES * INCLUDETAB = ALL_INCLUDES * EXCEPTIONS * OTHERS.

RS_GET_MAINPROGRAMS ** CALL FUNCTION 'RS_GET_MAINPROGRAMS' ** EXPORTING ** NAME = EDIT-BUF_NAME(8) ** DIALOG = ' ' ** FULLTAB = 'X' ** IMPORTING *** tindex = tindex ** NUMBER_OF_MAINPROGRAMS = INTEGER ** TABLES ** MAINPROGRAMS = MAINTAB ** EXCEPTIONS ** CANCELLED = 1.



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