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

MSEDTF02 SAP ABAP INCLUDE - Subroutines for editor







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


Text pool values


Title: Subroutines for editor


INCLUDES used within this REPORT MSEDTF02

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_WORKBENCH_CUSTOMIZING call function 'RS_WORKBENCH_CUSTOMIZING' exporting choice = 'OF' * SUPPRESS_DIALOG = importing setting = rseumod exceptions others = 1.

RS_WORKBENCH_CUSTOMIZING call function 'RS_WORKBENCH_CUSTOMIZING' exporting choice = 'ED' * SUPPRESS_DIALOG = importing setting = rseumod exceptions others = 1.

RS_FIND_REPLACE_SET_PARAMS call function 'RS_FIND_REPLACE_SET_PARAMS' exporting i_find_replace_parms = rsrepl.

RS_FIND_REPLACE_SET_PARAMS call function 'RS_FIND_REPLACE_SET_PARAMS' exporting i_find_replace_parms = rsrepl.

RS_FIND_REPLACE_SET_PARAMS call function 'RS_FIND_REPLACE_SET_PARAMS' exporting i_find_replace_parms = rsrepl.

RS_FIND_REPLACE_SET_PARAMS call function 'RS_FIND_REPLACE_SET_PARAMS' exporting i_find_replace_parms = rsrepl.

RS_FIND_REPLACE_SET_PARAMS call function 'RS_FIND_REPLACE_SET_PARAMS' exporting i_find_replace_parms = rsrepl.

RS_FIND_REPLACE_SET_PARAMS call function 'RS_FIND_REPLACE_SET_PARAMS' exporting i_find_replace_parms = rsrepl.

RS_FIND_REPLACE_SET_PARAMS call function 'RS_FIND_REPLACE_SET_PARAMS' exporting i_find_replace_parms = rsrepl.

POPUP_TO_GET_ONE_VALUE * CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' * EXPORTING * TEXTLINE1 = SPACE * TEXTLINE2 = 'Zeilennummer'(I02) * TITEL = 'Positionieren auf Zeile'(I01) * VALUELENGTH = 6 * IMPORTING * ANSWER = ANSWER * VALUE1 = VALUE1.

POPUP_TO_GET_ONE_VALUE call function 'POPUP_TO_GET_ONE_VALUE' exporting textline1 = space textline2 = 'Anzahl'(i12) titel = 'Leerzeilen anhängen'(i11) valuelength = 2 importing answer = answer value1 = value1.

RS_PROGNAME_SPLIT call function 'RS_PROGNAME_SPLIT' exporting progname_with_namespace = rstxp-tdprogram importing namespace = t_namespace * PROGNAME_WITHOUT_NAMESPACE = * FUGR_IS_NAME = * FUGR_IS_RESERVED_NAME = * FUGR_IS_FUNCTIONPOOL_NAME = * FUGR_IS_INCLUDE_NAME = fugr_is_functionmodule_name = t_fugr_is_function_module fugr_group = t_funktionsgruppe * FUGR_INCLUDE_NUMBER = * FUGR_SUFFIX = * FUGR_IS_RESERVED_EXIT_NAME = * SLDB_IS_RESERVED_NAME = * SLDB_LOGDB_NAME = * MST_IS_RESERVED_NAME = * TYPE_IS_RESERVED_NAME = * MENU_IS_RESERVED_NAME = exceptions delimiter_error = 1 others = 2.

FUNCTION_INCLUDE_INFO call function 'FUNCTION_INCLUDE_INFO' changing funcname = fb_name include = rstxp-tdprogram exceptions function_not_exists = 1 include_not_exists = 2 group_not_exists = 3 no_selections = 4 no_function_include = 5 others = 6.

CLPB_IMPORT call function 'CLPB_IMPORT' * importing * empty = empty tables data_tab = buffer exceptions clpb_error = 01.

CLIPBOARD_IMPORT * CALL FUNCTION 'CLIPBOARD_IMPORT' * EXPORTING * OBJECT = EDIT-APP_ID * TABLES * LINES = BUFFER * EXCEPTIONS * EMPTY = 01 * OBJECT_ERROR = 02.

EDITOR_APPLICATION call function 'EDITOR_APPLICATION' exporting message = message new = new application = appl name = buffer_key varied = changed importing fcode = xcode changed = changed tables content = buffer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'J' textline1 = 'Ablage wurde verändert.'(055)

POPUP_TO_CONFIRM_WITH_VALUE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' * EXPORTING * DEFAULTOPTION = 'J' * OBJECTVALUE = SPACE "EDIT_BUFFER * TEXT_AFTER = * ' wurde verändert. Vor Beenden des Editors sichern?'(G03)

CLPB_EXPORT





call function 'CLPB_EXPORT' tables data_tab = buffer exceptions clpb_error = 01.

CLIPBOARD_EXPORT * CALL FUNCTION 'CLIPBOARD_EXPORT' * EXPORTING * OBJECT = EDIT-APP_ID * TABLES * LINES = BUFFER.

CLPB_EXPORT call function 'CLPB_EXPORT' tables data_tab = buffer exceptions clpb_error = 01.

CLIPBOARD_EXPORT * CALL FUNCTION 'CLIPBOARD_EXPORT' * EXPORTING * OBJECT = EDIT-APP_ID * TABLES * LINES = BUFFER.

CLPB_IMPORT call function 'CLPB_IMPORT' * importing * empty = empty tables data_tab = buffer exceptions clpb_error = 01.

CLIPBOARD_IMPORT * CALL FUNCTION 'CLIPBOARD_IMPORT' * EXPORTING * OBJECT = EDIT-APP_ID * TABLES * LINES = BUFFER * EXCEPTIONS * EMPTY = 01 * OBJECT_ERROR = 02.

RS_NAVIGATION_BREAK call function 'RS_NAVIGATION_BREAK'.

F4_FUNCTIONMODULE call function 'F4_FUNCTIONMODULE' exporting group = '*' object = object importing result = object group = group.

RS_NAVIGATION_BREAK_RESET call function 'RS_NAVIGATION_BREAK_RESET'.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP' * IMPORTING * EXIT = EXIT * MARK = MARK * NEXT = NEXT * OBJEKTINF = OBJEKTINF * OBJEKTTYP = OBJEKTTYP * TEXT1 = TEXT1L * TEXT2 = TEXT2 * TEXT3 = TEXT3.

RS_NAVIGATION_PUSH * CALL FUNCTION 'RS_NAVIGATION_PUSH' * EXPORTING * EXIT = EXIT * MARK = MARK * NEXT = NEXT * OBJEKTINF = OBJEKTINF * OBJEKTTYP = OBJEKTTYP * TEXT1 = TEXT1L * TEXT2 = TEXT2 * TEXT3 = TEXT3.

RS_NAVIGATION_BREAK * CALL FUNCTION 'RS_NAVIGATION_BREAK'.

RS_NAVIGATION_PUSH * CALL FUNCTION 'RS_NAVIGATION_PUSH' * EXPORTING * OBJEKTINF = ABAPSTRUC * OBJEKTTYP = 'FB' * TEXT1 = SPACE * TEXT2 = SPACE * TEXT3 = SPACE.

RS_NAVIGATION_MONITOR_ACTIVATE * CALL FUNCTION 'RS_NAVIGATION_MONITOR_ACTIVATE' * EXCEPTIONS * MONITOR_ALREADY_EXIST = 01.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP' * IMPORTING * OBJEKTINF = ABAPSTRUC * OBJEKTTYP = TYPE.

FUNCTION_STUB_GENERATE call function 'FUNCTION_STUB_GENERATE' exporting funcname = funcname * IC_MODE = * IC_MODE ist optional mit Default-Wert 'X'.

RS_DIALOG_INSERT_COMMAND call function 'RS_DIALOG_INSERT_COMMAND' exporting dialog_name = tdct-dnam tables insert_command = buffer exceptions not_found = 01 no_interface = 02.

RS_GET_MAINPROGRAMS call function 'RS_GET_MAINPROGRAMS' exporting dialog = 'X' name = x_inclname importing number_of_mainprograms = i1 tables mainprograms = maintab exceptions cancelled = 1.

RS_PROGNAME_SPLIT call function 'RS_PROGNAME_SPLIT' exporting progname_with_namespace = x_inclname importing namespace = t_namespace progname_without_namespace = t_progname_without_namespace exceptions delimiter_error = 1 others = 2.

RS_CUA_GET_STATUS_FUNCTIONS call function 'RS_CUA_GET_STATUS_FUNCTIONS' exporting language = sy-langu program = name status = rstxp-tdstatus tables functions = functiontabx function_list = function_list exceptions menu_not_found = 01 program_not_found = 02 status_not_found = 03.




RS_GET_MAINPROGRAMS call function 'RS_GET_MAINPROGRAMS' exporting dialog = 'X' name = x_inclname importing number_of_mainprograms = i1 tables mainprograms = maintab exceptions cancelled = 1.

RS_PROGNAME_SPLIT call function 'RS_PROGNAME_SPLIT' exporting progname_with_namespace = x_inclname importing namespace = t_namespace progname_without_namespace = t_progname_without_namespace exceptions delimiter_error = 1 others = 2.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP'.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = tabname tables nametab = nametabx exceptions internal_error = 01 table_has_no_fields = 03 table_not_activ = 04.

CREATE_WRITE_STATEMENT call function 'CREATE_WRITE_STATEMENT' exporting language = sy-langu line_length = line_length tables buffer = buffer exceptions others = 1.

NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' * EXPORTING * LANGU = SY-LANGU * TABNAME = TABNAME * TABLES * NAMETAB = NAMETABX * EXCEPTIONS * INTERNAL_ERROR = 01 * TABLE_HAS_NO_FIELDS = 03 * TABLE_NOT_ACTIV = 04.

RS_SEARCH_FORM call function 'RS_SEARCH_FORM' exporting i_incl = x_inclname i_objectname = tdparam2 i_objecttype = 'U' i_changed = edit-buf_varied i_external = 'X' no_dialog = 'X' importing o_incl = o_incl o_objectname = o_objectname o_objecttype = o_objecttype o_program = o_program o_row = o_row o_col = o_col tables i_source = content2 o_form_tab = buffer.

RS_SEARCH_FORM call function 'RS_SEARCH_FORM' exporting i_incl = x_inclname i_objectname = tdparam2 i_objecttype = 'U' i_changed = edit-buf_varied i_external = ' ' no_dialog = 'X' importing o_incl = o_incl o_objectname = o_objectname o_objecttype = o_objecttype o_program = o_program o_row = o_row o_col = o_col tables i_source = content o_form_tab = buffer.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = tabname tables nametab = nametabx exceptions internal_error = 01 no_texts_found = 02 table_has_no_fields = 03 table_not_activ = 04.

DDIF_STATE_GET call function 'DDIF_STATE_GET' exporting type = ll_objtype name = ll_objname importing gotstate = ll_gotstate exceptions illegal_input = 1 others = 2.

DDIF_STATE_GET call function 'DDIF_STATE_GET' exporting type = ll_objtype name = ll_objname importing gotstate = ll_gotstate exceptions illegal_input = 1 others = 2.

DDIF_STATE_GET CALL FUNCTION 'DDIF_STATE_GET' EXPORTING type = ll_objtype name = ll_objname IMPORTING GOTSTATE = ll_gotstate EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

RS_EDTR_MSID_ADD call function 'RS_EDTR_MSID_ADD' exporting message_id = rstxp-tdid.

DDIF_STATE_GET call function 'DDIF_STATE_GET' exporting type = ll_objtype name = ll_objname importing gotstate = ll_gotstate exceptions illegal_input = 1 others = 2.

RS_EDTR_MSID_ADD call function 'RS_EDTR_MSID_ADD' exporting message_id = rstxp-tdid.

RS_GET_MAINPROGRAMS call function 'RS_GET_MAINPROGRAMS' exporting * DIALOG = 'X' name = x_inclname importing number_of_mainprograms = i1 tables mainprograms = maintab exceptions cancelled = 1.

RS_PROGNAME_SPLIT call function 'RS_PROGNAME_SPLIT' exporting progname_with_namespace = x_inclname importing namespace = t_namespace progname_without_namespace = t_progname_without_namespace exceptions delimiter_error = 1 others = 2.

POPUP_TO_CONFIRM_WITH_VALUE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' * EXPORTING * DEFAULTOPTION = 'J' * OBJECTVALUE = ID * TEXT_AFTER = * ' existiert nicht. Soll sie ergänzt werden?'(G12)

RS_RECTANGLE * CALL FUNCTION 'RS_RECTANGLE' * IMPORTING * LINKS = REMEMBER-OFFSET1 * OBEN = REMEMBER-INDEX1 * RECHTS = REMEMBER-OFFSET2 * UNTEN = REMEMBER-INDEX2 * EXCEPTIONS * NOT_EXISTS = 01.

SYSTEM_DEBUG_BREAKPOINTS call function 'SYSTEM_DEBUG_BREAKPOINTS' exporting main_program = maintab-name tables breakpoints = showbreakpoints exceptions C_CALL_ERROR = 01.

RS_HELP_HANDLING call function 'RS_HELP_HANDLING' exporting dynpfield = 'RSTXP-TDPROGRAM' dynpname = sy-dynnr object = 'PR' suppress_selection_screen = 'X' progname = 'SAPMSEDT'.

RS_HELP_HANDLING call function 'RS_HELP_HANDLING' exporting dynpfield = 'RSTXP-TDANWEISNG' dynpname = sy-dynnr object = 'FB' suppress_selection_screen = 'X' progname = 'SAPMSEDT'.



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