SAP Reports / Programs | Training and Event Management(PE) SAP PE

MIT20F01 SAP ABAP INCLUDE - Include: MIT20F01, Routines (Screen)







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


Text pool values


Title: Include: MIT20F01, Routines (Screen)


INCLUDES used within this REPORT MIT20F01

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:

RH_PART_TYPES_GET CALL FUNCTION 'RH_PART_TYPES_GET' TABLES patyp_tab = ip_allpa EXCEPTIONS OTHERS = 1.

RH_PART_TYPES_MULTI CALL FUNCTION 'RH_PART_TYPES_MULTI' TABLES multi_tab = ip_mulpa.

RH_SET_DATE CALL FUNCTION 'RH_SET_DATE' EXPORTING beg_dat = ro_begda end_dat = ro_endda IMPORTING ret_dat = sdat EXCEPTIONS intervall_negative = 1 OTHERS = 2.

RH_GET_COMPANY CALL FUNCTION 'RH_GET_COMPANY' EXPORTING begda = sdat endda = sdat sort = ' ' TABLES objects = obj company_tab = company EXCEPTIONS nothing_found = 01 no_participant = 02 no_single_part = 03 no_orway_in_t77r3 = 04 OTHERS = 99.

PC_OLE_SERVER_CHECK CALL FUNCTION 'PC_OLE_SERVER_CHECK' IMPORTING down_load_path = path TABLES ole_server_app = ole_servers EXCEPTIONS unsupported_os = 01 unsupported_server = 02 no_ole_server_found = 03 OTHERS = 04.

RH_ASK_LFCOD_MITTK CALL FUNCTION 'RH_ASK_LFCOD_MITTK' EXPORTING * ETYID_SET = ' ' * EVEID_SET = ' ' * ATTID_SET = ' ' kmgrp = fl_kmgrp IMPORTING sel_lfcod = lfcod sel_notif = kmitt sel_lfcodt = lfcodt sel_kmtxt = kmtxt EXCEPTIONS no_values_found = 1 OTHERS = 2.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING * MODE = 'X' plvar = fv_plvar otype = fv_art * seark = ' ' * SEARK_BEGDA = '19000101' * SEARK_ENDDA = '99991231' * NO_SEARK_POPUP = ' ' * WITHOUT_RSIGN = * WITHOUT_RELAT = * WITHOUT_SCLAS = dynpro_repid = fv_repid dynpro_dynnr = fv_dynnr * DYNPRO_PLVARFIELD = ' ' * DYNPRO_OTYPEFIELD = ' ' dynpro_searkfield = fv_sfnam * SEARK_TEXT = ' ' * WIN_TITLE = ' ' * LIST_HEADER = ' ' * CALLBACK_PROG = ' ' * CALLBACK_FORM = ' ' * RESTRICT_FB = ' ' * RESTRICT_DATA = ' ' * FORGET_BASE_OBJECTS = ' ' * PFKEY = ' ' * LANGU = SY-LANGU * LANGU_MODE = ' ' * SET_MODE = ' ' * SELECT_MESSAGE = 'X' * NO_DIALOG = ' ' * no_new_entries = 'X' * read_short_stext = 'X' * FILL_SEL_HROBJECT_TAB = ' ' * FILL_SEL_HRSOBID_TAB = ' ' * NO_GENERIC_WARNING = ' ' * ORGBEG = SY-DATUM * ORGEND = SY-DATUM IMPORTING * SEL_PLVAR = * SEL_OTYPE = sel_object = sel_obj * USED_FCODE = * SEL_MODE = * TABLES * OTYPE_TABLE = * CONDITION = * BASE_OBJECTS = * SEL_OBJECTS = * MARKED_OBJECTS = * SEL_HROBJECT_TAB = * SEL_HRSOBID_TAB = EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 OTHERS = 6.

RH_OTYPE_REQUEST CALL FUNCTION 'RH_OTYPE_REQUEST' EXPORTING displ = ' ' table = 'T777O' field = 'OTYPE' otype = '*' relat = '025' rsign = 'A' * SETPOT = 'X' IMPORTING sel_otype = ft_sfval.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING * MODE = 'X' plvar = ft_pkmit-plvar otype = ft_pkmit-teilntyp * SEARK = '*' * SEARK_BEGDA = 19000101 * SEARK_ENDDA = 99991231 * NO_SEARK_POPUP = ' ' * WITHOUT_RSIGN = * WITHOUT_RELAT = * WITHOUT_SCLAS = dynpro_repid = ft_repid dynpro_dynnr = ft_dynnr * DYNPRO_PLVARFIELD = ' ' * DYNPRO_OTYPEFIELD = ' ' dynpro_searkfield = 'PKMIT-TEILN_ID_S' * SEARK_TEXT = ' ' * WIN_TITLE = ' ' * LIST_HEADER = ' ' * CALLBACK_PROG = ' ' * CALLBACK_FORM = ' ' * RESTRICT_FB = ' ' * RESTRICT_DATA = ' ' * FORGET_BASE_OBJECTS = ' ' * PFKEY = ' ' * LANGU = SY-LANGU * LANGU_MODE = '1' * SET_MODE = ' ' * SELECT_MESSAGE = 'X' * NO_DIALOG = ' ' * no_new_entries = 'X' * READ_SHORT_STEXT = ' ' * FILL_SEL_HROBJECT_TAB = ' ' * FILL_SEL_HRSOBID_TAB = ' ' IMPORTING * SEL_PLVAR = * SEL_OTYPE = sel_object = sel_obj * USED_FCODE = * TABLES * OTYPE_TABLE = * CONDITION = * BASE_OBJECTS = * SEL_OBJECTS = * MARKED_OBJECTS = * SEL_HROBJECT_TAB = * SEL_HRSOBID_TAB = EXCEPTIONS cancelled = 01 wrong_condition = 02 nothing_found = 03 illegal_mode = 04 internal_error = 05 OTHERS = 06.

RH_POPUP_PARTICIPANTS CALL FUNCTION 'RH_POPUP_PARTICIPANTS' EXPORTING plvar = ft_pkmit-plvar eveid = ft_pkmit-krs1_id short = ft_pkmit-krs1_short stext = ft_pkmit-krs1_stext begda = ft_pkmit-krs1_begda endda = ft_pkmit-krs1_endda * READ_EV_DATA = ' ' * ISTAT = ' ' fcode = 'PICK' * WINSTART_COL = '10' * WINSTART_ROW = '10' * REMOVAL_COUNT = ' ' * REMOVAL_COUNT = ' ' * MOVEUP_COUNT = ' ' * WITH_PRICE = ' ' * INSERT_PRICE = 'X' * CANCEL_PARTIC = 'X' * CHECK_1031 = ' ' * PARTEVENT = ' ' maxmu = pkmit-oblig nprio = pkmit-norma minwl = pkmit-waitl TABLES partic_tab = partic EXCEPTIONS no_event_found = 01 show_partic_failed = 02 wrong_condition = 03 OTHERS = 04.

RH_POPUP_EVENT_CANCELLATION CALL FUNCTION 'RH_POPUP_EVENT_CANCELLATION' EXPORTING plvar = ft_pkmit-plvar otype = $kurs objid = objid begda = ft_pkmit-krs1_begda endda = ft_pkmit-krs1_endda * _ISTAT = ' ' * EXTEND = 'X' fcode = 'PICK' TABLES stor_tab = pstor EXCEPTIONS no_event_found = 1 wrong_objectotype = 2 OTHERS = 3.

RH_POPUP_PREBOOK CALL FUNCTION 'RH_POPUP_PREBOOK' EXPORTING plvar = ft_pkmit-plvar vtypid = ft_pkmit-typ_id short = ft_pkmit-typ_short stext = ft_pkmit-typ_stext * READ_PREBK_DATA = ' ' begda = ft_pkmit-krs1_begda endda = ft_pkmit-krs1_endda * ISTAT = ' ' pblangu = ft_pkmit-krs1_langu fcode = 'PICK' * CUCOL = 10 * CUROW = 10 TABLES prebook_tab = prebok EXCEPTIONS get_prebook_failed = 01 show_prebook_failed = 02 OTHERS = 03.

RH_POPUP_PREBOOK CALL FUNCTION 'RH_POPUP_PREBOOK' EXPORTING plvar = ft_pkmit-plvar vtypid = ft_pkmit-typ_id short = ft_pkmit-typ_short stext = ft_pkmit-typ_stext * READ_PREBK_DATA = ' ' begda = vobeg endda = voend * ISTAT = ' ' pblangu = volng fcode = 'PICK' * CUCOL = 10 * CUROW = 10 TABLES prebook_tab = prebok EXCEPTIONS get_prebook_failed = 01 show_prebook_failed = 02 OTHERS = 03.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = ft_pkmit-plvar otype = ft_pkmit-teilntyp * OBJID = realo = tlnid * ISTAT = ' ' begda = bdat endda = edat * LANGU = SY-LANGU * OINTERVAL = 'X' * STORE = 'X' * CHECK_STRU_AUTH = 'X' * READ_DB = ' ' IMPORTING * obeg = * oend = * OSTAT = * HISTO = short = ft_pkmit-teiln_shor stext = ft_pkmit-teiln_txt * TISTAT = * TLANGU = * TABLES * EXISTENCE = EXCEPTIONS not_found = 1 OTHERS = 2.

CONVERSION_EXIT_SDATE_INPUT CALL FUNCTION 'CONVERSION_EXIT_SDATE_INPUT' EXPORTING input = vobeg IMPORTING output = gdt_vobeg EXCEPTIONS OTHERS = 01.

CONVERSION_EXIT_SDATE_INPUT CALL FUNCTION 'CONVERSION_EXIT_SDATE_INPUT' EXPORTING input = voend IMPORTING output = gdt_voend EXCEPTIONS OTHERS = 01.

CONVERSION_EXIT_ISOLA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT' EXPORTING input = volng IMPORTING output = gdt_volng EXCEPTIONS unknown_language = 01 OTHERS = 02.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr translate_to_upper = ' ' request = ' ' perform_conversion_exits = ' ' TABLES dynpfields = gdd_dyfield EXCEPTIONS invalid_abapworkarea = 01 invalid_request = 02 invalid_dynprofield = 03 invalid_dynproname = 04 invalid_dynpronummer = 05 no_fielddescription = 06 invalid_parameter = 07 undefind_error = 08 OTHERS = 09.

DYNP_VALUES_UPDATE





CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = sd_dyfield EXCEPTIONS invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07 OTHERS = 08.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = rot_plvar otype = rot_otype * OBJID = ' ' realo = hrealo istat = ' ' begda = rot_begda endda = rot_endda langu = sy-langu ointerval = 'X' store = 'X' check_stru_auth = 'X' IMPORTING obeg = rot_begda oend = rot_endda ostat = rot_istat * histo = short = rot_short stext = rot_stext EXCEPTIONS not_found = 01 OTHERS = 02.

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING authority = 'DISP' with_stru_auth = 'X' istat = ' ' extend = 'X' subty = $speca begda = gt_begda endda = gt_endda * CONDITION = '00000' * SORT = 'X' * ADATA = 'X' TABLES i1001 = i1001 objects = obj EXCEPTIONS nothing_found = 01 wrong_condition = 02.



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