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

MSEDTF00 SAP ABAP INCLUDE - ABAP Editor: Cursor/Status Routines







MSEDTF00 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 MSEDTF00 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 MSEDTF00. "Basic submit
SUBMIT MSEDTF00 AND RETURN. "Return to original report after report execution complete
SUBMIT MSEDTF00 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: Cursor/Status Routines


INCLUDES used within this REPORT MSEDTF00

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_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' exceptions nok = 1.

RS_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' "Aktive/Inaktive Sourc exceptions nok = 1 others = 2.

RS_GET_MAINPROGRAMS call function 'RS_GET_MAINPROGRAMS' exporting fulltab = 'X' name = edit-buf_name trdir_inf = trdir tables mainprograms = current_maintab exceptions cancelled = 01.

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 * fugr_is_name = * FUGR_IS_RESERVED_NAME = * FUGR_IS_FUNCTIONPOOL_NAME = fugr_is_include_name = t_is_fugr_include_name fugr_is_functionmodule_name = t_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 others = 1.

RS_FIND_REPLACE_SET_PARAMS call function 'RS_FIND_REPLACE_SET_PARAMS' exporting i_find_replace_parms = rsrepl.

FUNCTION_INCLUDE_SPLIT call function 'FUNCTION_INCLUDE_SPLIT' importing no_function_include = no_function_include no_function_module = no_function_module changing include = rs38l_name 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 namespace_too_long = 10 others = 11.

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_PROGNAME_SPLIT call function 'RS_PROGNAME_SPLIT' exporting progname_with_namespace = x_inclname importing type_is_reserved_name = t_type_is_reserved_name type_name = t_type_name exceptions delimiter_error = 1 others = 2.

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.

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.

RS_SELECT_TIME_DATE call function 'RS_SELECT_TIME_DATE' exporting name = x_inclname importing date = trdir-udat time = trdir-stime.

RS_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' exceptions nok = 1.

GET_NAME_PARTS call function 'GET_NAME_PARTS' exporting name = progname importing first_four = first_four last_three = last_three namespace = namespace typegroup = typegroup top = top name_without_namespace = name_without_namespace exceptions others = 1.

RS_WORKING_AREA_ACTIVE_CHECK call function 'RS_WORKING_AREA_ACTIVE_CHECK' exceptions nok = 1.

RS_SELECT_TIME_DATE call function 'RS_SELECT_TIME_DATE' exporting name = x_inclname status = 'I' importing date = progdir-udat time = progdir-stime.

RS_SELECT_TIME_DATE call function 'RS_SELECT_TIME_DATE' exporting name = x_inclname importing date = progdir-udat time = progdir-stime.

RS_GET_MAINPROGRAMS call function 'RS_GET_MAINPROGRAMS' exporting dialog = ' ' fulltab = 'X' name = edit-buf_name importing number_of_mainprograms = number_of_mainprograms 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.



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