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

MSEDTI01 SAP ABAP INCLUDE - Input modules for editor







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


Text pool values


Title: Input modules for editor


INCLUDES used within this REPORT MSEDTI01

READ REPORT CH_INCLUDE INTO CONTENT STATE 'I'.
READ REPORT CH_INCLUDE INTO CONTENT.
READ REPORT CH_INCLUDE INTO CONTENT.
INSERT REPORT CH_INCLUDE FROM CONTENT_C.


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:

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'J' objectvalue = edit_name text_after = ' wurde verändert. Soll er gesichert werden?'(tt3)

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_OBJECT_IN_WORKING_AREA call function 'RS_OBJECT_IN_WORKING_AREA' exporting object = trobj_type obj_name = trobj_name mode = ak_inak_mode importing object_is_work_item = object_is_work_item exceptions others = 1.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' exporting * PROGRAM = suppress_select = ' ' * COMPLETE_AREA = ' ' importing namespace = t_namespace * function_not_exists = group = t_funktionsgruppe funcname = t_fb_name * INCLUDE_NUMBER = no_function_include = t_no_function_include no_function_module = t_no_function_module * SUFFIX = * RESERVED_NAME = * TOO_MANY_DELIMITERS = * RESERVED_FOR_EXITS = 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_CORR_INSERT call function 'RS_CORR_INSERT' exporting * GLOBAL_LOCK = IS_NOT_INCLUDE object = func_name object_class = 'FUNC' exceptions cancelled = 01 permission_failure = 02 unknown_objectclass = 03.

RS_CORR_INSERT * CALL FUNCTION 'RS_CORR_INSERT' * EXPORTING ** GLOBAL_LOCK = IS_NOT_INCLUDE * OBJECT = CH_INCLUDE * OBJECT_CLASS = 'ABAP' * EXCEPTIONS * CANCELLED = 01 * PERMISSION_FAILURE = 02 * UNKNOWN_OBJECTCLASS = 03.

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting * GLOBAL_LOCK = IS_NOT_INCLUDE object = ch_include object_class = 'ABAP' exceptions cancelled = 01 permission_failure = 02 unknown_objectclass = 03.

RS_ACCESS_PERMISSION * call function 'RS_ACCESS_PERMISSION' * exporting * mode = 'FREE' * object = ch_include * object_class = 'ABAP'.

RS_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' exceptions nok = 1.

RS_INSERT_INTO_WORKING_AREA call function 'RS_INSERT_INTO_WORKING_AREA' exporting object = 'FUNC' obj_name = e071objectname exceptions others = 0.

RS_INSERT_INTO_WORKING_AREA call function 'RS_INSERT_INTO_WORKING_AREA' exporting object = 'REPS' obj_name = e071objectname exceptions others = 0.

RS_PROGRAM_INDEX_DELTA call function 'RS_PROGRAM_INDEX_DELTA' exporting include_name = ch_include include_type = 'I' internal_call = ' ' new_max = 99999 new_min = 1 old_max = 99999 old_min = 1 tables source_new = content_c source_old = content_old1.

RS_ACCESS_PERMISSION * call function 'RS_ACCESS_PERMISSION' * exporting * mode = 'FREE' * object = ch_include * object_class = 'ABAP'.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'SAPMSEDT' dynumb = '2527' tables dynpfields = dynpfields.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'SAPMSEUS' dynumb = '2527' tables dynpfields = dynpfields.

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.

CONTROL_DISPATCH





call function 'CONTROL_DISPATCH' exporting fcode = ok_code exceptions cb_not_found = 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 MSEDTI01 or its description.