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

MSEDTO01 SAP ABAP INCLUDE - Editor output modules







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


Text pool values


Title: Editor output modules


INCLUDES used within this REPORT MSEDTO01

READ REPORT CH_INCLUDE INTO CONTENT_OLD1.


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_GET_MAINPROGRAMS call function 'RS_GET_MAINPROGRAMS' exporting dialog = ' ' fulltab = 'X' name = edit-buf_name importing number_of_mainprograms = number_of_progs tables mainprograms = maintab exceptions cancelled = 1 others = 2.

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

RS_NAVIGATION_TOP call function 'RS_NAVIGATION_TOP' importing objekttyp = mtype.

RS_PROGNAME_SPLIT call function 'RS_PROGNAME_SPLIT' exporting progname_with_namespace = x_inclname importing progname_without_namespace = t_progname_without_namespace fugr_is_include_name = t_fugr_is_include_name fugr_is_functionmodule_name = t_fugr_is_function_module fugr_is_functionpool_name = t_fugr_is_functionpool exceptions delimiter_error = 1 others = 2.

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

ICON_CREATE call function 'ICON_CREATE' exporting name = icon_expand * TEXT = ' ' info = 'Dekomprimieren'(007) * add_stdinf = 'X' importing result = rstxp-tdmark exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = icon_collapse * TEXT = ' ' info = 'Komprimieren'(011) * add_stdinf = 'X' importing result = rstxp-tdmark exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = icon_breakpoint * TEXT = ' ' info = 'Breakpoint löschen'(008) add_stdinf = 'X' importing result = rstxp-tdmark1 exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting * program = ch_include suppress_select = ' ' * COMPLETE_AREA = ' ' importing * NAMESPACE = * FUNCTION_NOT_EXISTS = * GROUP = funcname = t_funcname * INCLUDE_NUMBER = * NO_FUNCTION_INCLUDE = * NO_FUNCTION_MODULE = * SUFFIX = reserved_name = t_reserved_name * TOO_MANY_DELIMITERS = * RESERVED_FOR_EXITS = hidden_name = t_hidden_name changing include = x_inclname exceptions include_not_exists = 1 group_not_exists = 2 no_selections = 3 no_function_include = 4 no_function_pool = 5 delimiter_wrong_position = 6 no_customer_function_group = 7 no_customer_function_include = 8 reserved_name_customer = 9 others = 10.

RS_QUALIFY_ABAP_TOKENS call function 'RS_QUALIFY_ABAP_TOKENS' exporting statement_type = stm1-type index_from = stm1-from "tk1_from index_to = stm1-to "tk1_to simplified = 'X' changing stokex_tab = tk[] "tk1[] exceptions error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 others = 4.

RS_QUALIFY_DYNPRO_TOKENS call function 'RS_QUALIFY_DYNPRO_TOKENS' exporting statement_type = stm1-type index_from = stm1-from "tk1_from index_to = stm1-to "tk1_to simplified = 'X' changing stokex_tab = tk[] "tk1[] exceptions error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 others = 4.

RS_QUALIFY_ABAP_TOKENS call function 'RS_QUALIFY_ABAP_TOKENS' exporting statement_type = stm1-type index_from = stm1-from "tk1_from index_to = stm1-to "tk1_to simplified = 'X' changing stokex_tab = tk[] "tk1[] exceptions error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 others = 4.

RS_QUALIFY_DYNPRO_TOKENS call function 'RS_QUALIFY_DYNPRO_TOKENS' exporting statement_type = stm1-type index_from = stm1-from "tk1_from index_to = stm1-to "tk1_to simplified = 'X' changing stokex_tab = tk[] "tk1[] exceptions error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 others = 4.

RS_QUALIFY_ABAP_TOKENS call function 'RS_QUALIFY_ABAP_TOKENS' exporting statement_type = stm-type index_from = stm-from "tk1_from index_to = stm-to "tk1_to simplified = 'X' changing stokex_tab = tk[] "tk1[] exceptions error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 others = 4.

RS_QUALIFY_DYNPRO_TOKENS call function 'RS_QUALIFY_DYNPRO_TOKENS' exporting statement_type = stm-type index_from = stm-from "tk1_from index_to = stm-to "tk1_to simplified = 'X' changing stokex_tab = tk[] "tk1[] exceptions error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 others = 4.

DOCU_GET_DZ call function 'DOCU_GET_DZ' exporting langu = langu rollname = de tables dz_list = de_zusaetze exceptions not_found = 01.

DOCU_GET_DZ * CALL FUNCTION 'DOCU_GET_DZ' * EXPORTING * LANGU = LANGU * ROLLNAME = DATAELEMENT_NAME * TABLES * DZ_LIST = DE_ZUSAETZE * EXCEPTIONS * NOT_FOUND = 01.



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