SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

MPE00F00 SAP ABAP INCLUDE - Form Routines of Common Parts







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


Text pool values


Title: Form Routines of Common Parts


INCLUDES used within this REPORT MPE00F00

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:

POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = text-s16 importing returncode = answer tables fields = v_fields exceptions error_in_fields = 01 others = 02.

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'J' objectvalue = ppe01-schem text_after = text-s11 text_before = text-s10 titel = titel importing answer = answer exceptions text_too_long = 01 others = 02.

POPUP_TO_CONFIRM_WITH_VALUE * call function 'POPUP_TO_CONFIRM_WITH_VALUE' "! * exporting "! * defaultoption = 'J' "! * objectvalue = ppe02-ccycl "! * text_after = text-s31 "! * text_before = text-s30 "! * titel = titel "! * importing "! * answer = answer "! * exceptions "! * text_too_long = 01 "! * others = 02. "!

POPUP_TO_CONFIRM_WITH_MESSAGE * call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' "! * exporting "! * defaultoption = 'N' "! * diagnosetext1 = text "! * diagnosetext2 = text-s52 "! * textline1 = text-s53 "! * titel = titel "! * importing "! * answer = answer. "!

TR_ORDER_CHOICE_CORRECTION call function 'TR_ORDER_CHOICE_CORRECTION' exporting iv_category = category iv_cli_dep = cli_dep importing ev_order = order ev_task = task exceptions invalid_category = 01 no_correction_selected = 02.

TLOGO_OBJECT_APPEND call function 'TLOGO_OBJECT_APPEND' exporting korrnr = task objtype = ie071-object obj_name = ie071-obj_name.

HRDSYS_TRANSPORT_DOCU call function 'HRDSYS_TRANSPORT_DOCU' "XDOAHRK018243 exporting "! * MOLGA = "! oname = oname "! otype = otype "! wi_trkorr = task "! * IMPORTING "! * WE_TRKORR = "! exceptions "! no_transport_selected = 1 "! transport_error = 2 "! not_found = 3 "! wrong_otype = 4 "! temporary_object = 5 "! internal_error = 6 "! others = 7. "!

TLOGO_OBJECT_DELETE call function 'TLOGO_OBJECT_DELETE' exporting korrnr = task objtype = ie071-object obj_name = ie071-obj_name.

HRDSYS_REMOVE_TLOGO_FOR_DOCU call function 'HRDSYS_REMOVE_TLOGO_FOR_DOCU' "XDOAHRK018243 exporting "! * MOLGA = "! oname = oname "! otype = otype "! wi_trkorr = task "! exceptions "! not_found = 1 "! wrong_otype = 2 "! not_all_objects_deleted = 3 "! hrdsys_error = 4 "! others = 5. "!

TLOGO_OBJECT_SHOW call function 'TLOGO_OBJECT_SHOW' exporting korrnr = task objtype = ie071-object.

SCP_CHARS_ARE_SYNTACTICAL call function 'SCP_CHARS_ARE_SYNTACTICAL' "QNZAHRK046918 exporting "! string = check_name "! importing "! wrong_char = wrong_char "! is_ok = synt_check_ok "! . "!

SCP_CHARS_ARE_SYNTACTICAL call function 'SCP_CHARS_ARE_SYNTACTICAL' "QNZAHRK046918 exporting "! string = check_name "! importing "! wrong_char = wrong_char "! is_ok = synt_check_ok "! . "!

TR_TASK_OVERVIEW call function 'TR_TASK_OVERVIEW' exporting iv_username = sy-uname iv_category = category iv_client = sy-mandt * IMPORTING * EV_ORDER = * EV_TASK = * EV_VALIDDAYS = * EV_DEVCLASS = exceptions invalid_username = 01 invalid_category = 02 invalid_client = 03 internal_error = 04 others = 05.

TR_TASK_OVERVIEW call function 'TR_TASK_OVERVIEW' exporting iv_username = sy-uname iv_category = category iv_client = sy-mandt * IMPORTING * EV_ORDER = * EV_TASK = * EV_VALIDDAYS = * EV_DEVCLASS = exceptions invalid_username = 01 invalid_category = 02 invalid_client = 03 internal_error = 04 others = 05.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = repid dynumb = dynnr tables dynpfields = dynp_values exceptions others = 1.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting display = display fieldname = field tabname = table importing select_value = pwert tables fields = field_tab valuetab = value_tab.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting cucol = 5 curow = 5 display = display fieldname = fieldname tabname = tabname importing select_value = field tables fields = fields valuetab = valuetab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03 others = 04.

POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = text importing returncode = answer tables fields = v_fields exceptions error_in_fields = 01 others = 02.

POPUP_TO_CONFIRM





call function 'POPUP_TO_CONFIRM' exporting titlebar = text * diagnose_object = text_question = quest text_button_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = importing answer = answer * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2.

HELP_VALUES_GET_WITH_TABLE_EXT call function 'HELP_VALUES_GET_WITH_TABLE_EXT' exporting fieldname = fieldname tabname = tabname importing index = index select_value = dummy tables fields = fields select_values = select_values valuetab = valuetab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03 others = 04.

HELP_START call function 'HELP_START' exporting help_infos = help_infos tables dynpselect = dynpselect dynpvaluetab = dynpvaluetab.

TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting wi_ko200 = i_ko200 importing "AHRK975 we_order = tr_order"XDOAHRK018243 * WE_TASK = * WE_KO200 = es_tadir = xdo_tadir "AHRK975 tables wt_e071k = t_e071k exceptions cancel_edit_other_error = 01 show_only_other_error = 02 others = 03.

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_ko200 = i_ko200 importing "AHRK975 we_order = tr_order"XDOAHRK018243 * WE_TASK = * we_ko200 = es_tadir = xdo_tadir "AHRK975 tables wt_e071k = t_e071k exceptions cancel_edit_other_error = 01 show_only_other_error = 02 others = 03.

HROBJECT_WRITE_SMODILOG call function 'HROBJECT_WRITE_SMODILOG' exporting object = i_ko200-object obj_name = i_ko200-obj_name orderno = tr_order.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = $text diagnosetext2 = text-s52 textline1 = text-s53 titel = $titel importing answer = $answer.

TR_TADIR_POPUP_ENTRY_E071 call function 'TR_TADIR_POPUP_ENTRY_E071' exporting wi_e071_pgmid = p_e071-pgmid wi_e071_object = p_e071-object wi_e071_obj_name = p_e071-obj_name * WI_E071_GENNUM = ' ' * WI_MESSAGE_ENTER_DEVCLASS = ' ' wi_read_only = read_only * WI_TADIR_DEVCLASS = ' ' * WI_TADIR_GENFLAG = ' ' * WI_TADIR_MASTERLANG = ' ' * IV_WBO_INTERNAL = ' ' importing we_tadir = p_tadir * ES_TDEVC = exceptions exit = 1 others = 2.

POPUP_TO_DECIDE_LIST call function 'POPUP_TO_DECIDE_LIST' exporting mark_flag = space textline1 = text-cy5 titel = text-cya importing answer = select_popup_answer tables t_spopli = popup_sel_list .

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = title i_selection = 'X' i_zebra = 'X' i_tabname = tabstruc i_structure_name = 'T52C0' importing es_selfield = l_selfield "QCI804419 e_exit = schema_popup_exit tables t_outtab = it_schemtab exceptions program_error = 1 others = 2.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = iv_popup_title i_selection = 'X' i_zebra = 'X' i_tabname = 'LOCAL_CYCLES' i_structure_name = 'HRPY_DISPLAY_CYCLE_WUSED' importing es_selfield = ls_selfield e_exit = lx_popup_exit tables t_outtab = lt_local_cycles exceptions program_error = 1 others = 2 .

POPUP_TO_DECIDE_LIST call function 'POPUP_TO_DECIDE_LIST' exporting mark_flag = space textline1 = text-cy5 titel = text-cya importing answer = select_popup_answer tables t_spopli = popup_sel_list .



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