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

MSEDTI00 SAP ABAP INCLUDE - Initialization of editor







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


Text pool values


Title: Initialization of editor


INCLUDES used within this REPORT MSEDTI00

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:

SWITCH_EDITOR call function 'SWITCH_EDITOR' changing new_editor = new_editor.

EDITOR_CALL call function 'EDITOR_CALL' exporting scrp_edtr_interface_flag = scrp_edtr_interface_flag h_import = h_import dynpro_language_import = dynpro_language dynpro_text_import = dynpro_text edit_import = edit dynpro_mod_import = dynpro_mod motif_import = motif with_next_import = with_next extend_mod_import = extend_mod korrnum_import = korrnum function_group = funktionsgruppe function_name = fb_name title_import = title transport_key = transport_key editor_mode = editor_mode callback_program = callback_program callback_usercom = callback_usercom callback_set_pfkey = callback_set_pfkey * CALLBACK_CHECK = ' ' * CALLBACK_SAVE = ' ' * CALLBACK_BEFORE_FUNCTION = ' ' * CALLBACK_AFTER_FUNCTION = ' ' find_len = find_len replace_len = replace_len linetext = linetext structur = rstxp trdir_import = trdir header_program = header_program header_dynpro = header_dynpro header2_program = header2_program header2_dynpro = header2_dynpro * comment_ignore_flag = comment_ignore_flag dynpro_is_generated_import = dynpro_is_generated with_active_sources_import = with_active_sources status = status_flag importing h_export = h dynpro_text_export = dynpro_text dynpro_language_export = dynpro_language edit_export = edit * save_flag = save_flag dynpro_mod_export = dynpro_mod dynpro_part = dynpro_part with_next_export = with_next extend_mod_export = extend_mod korrnum_export = korrnum xcode = xcode1 dynpro_is_generated_export = dynpro_is_generated with_active_sources_export = with_active_sources tables content = content_temp e = e f = f m = m * smodilog_abap = smodilog_abap * mod_tab = mod_tab linenum = linenum.

RS_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' exceptions nok = 1.

RS_WORKING_AREA_INIT call function 'RS_WORKING_AREA_INIT' * EXPORTING * FORCE_INITIALISATION = ' ' exceptions others = 0.

RS_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' exceptions nok = 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 MSEDTI00 or its description.