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

MPE00FC0 SAP ABAP INCLUDE - Form Routines:Cycle Maintenance







MPE00FC0 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 MPE00FC0 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 MPE00FC0. "Basic submit
SUBMIT MPE00FC0 AND RETURN. "Return to original report after report execution complete
SUBMIT MPE00FC0 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:Cycle Maintenance


INCLUDES used within this REPORT MPE00FC0

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:

GENERATE_REPORT_NAMES call function 'GENERATE_REPORT_NAMES' "xdop30k114956 exporting "xdop30k114956 molga = molga "xdop30k114956 procl = 'U' "xdop30k114956 short_name = short_name "xdop30k114956 hr_procl = hr_procl "xdop30k114956 importing "xdop30k114956 name = check_name "xdop30k114956 exceptions "xdop30k114956 molga_not_exists = 1 "xdop30k114956 procl_not_exists = 2 "xdop30k114956 molga_cannot_used_with_procl_t = 3 "xdop30k114956 short_name_not_accepted = 4 "xdop30k114956 others = 5. "xdop30k114956

POPUP_GET_VALUES_USER_CHECKED call function 'POPUP_GET_VALUES_USER_CHECKED' exporting popup_title = text-s32 programname = report formname = 'CHECK_FETCH_ZYKLUS' importing returncode = returncode tables fields = v_fields.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-s06 titel = text-s07 importing answer = answer.

ENQUEUE_EPT52CE call function 'ENQUEUE_EPT52CE' exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EPT52CE call function 'ENQUEUE_EPT52CE' exporting cname = enq_name exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_EPT52CE call function 'DEQUEUE_EPT52CE'.

DEQUEUE_EPT52CE call function 'DEQUEUE_EPT52CE' exporting cname = deq_name.

POPUP_GET_VALUES_USER_CHECKED call function 'POPUP_GET_VALUES_USER_CHECKED' exporting popup_title = text-s23 programname = report formname = 'CHECK_COPY_ZYKLUS' importing returncode = returncode tables fields = v_fields.

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

POPUP_GET_VALUES_USER_CHECKED call function 'POPUP_GET_VALUES_USER_CHECKED' exporting popup_title = text-s37 programname = report formname = 'CHECK_TEILZYKLUS' importing returncode = returncode tables fields = v_fields.

POPUP_GET_VALUES_USER_CHECKED call function 'POPUP_GET_VALUES_USER_CHECKED' exporting popup_title = text-s35 programname = report formname = 'CHECK_TEILZYKLUS' importing returncode = returncode tables fields = v_fields.

POPUP_GET_VALUES_USER_CHECKED call function 'POPUP_GET_VALUES_USER_CHECKED' exporting popup_title = text-s34 programname = report formname = 'CHECK_NEW_TEILZYKLUS' importing returncode = returncode tables fields = v_fields.

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

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

HR_BUILD_CYCLE_TREE call function 'HR_BUILD_CYCLE_TREE' "! exporting "! cycle = ppe02-ccycl "! cycle_molga = $molga "! cycle_procl = $procl "! tables "! baum = tree "! it52c5 = it52c5 "! exceptions "! others = 1. "!

HR_DISPLAY_CHANGE_CYCLE_TREE call function 'HR_DISPLAY_CHANGE_CYCLE_TREE' "! tables "! baum = tree "! exceptions "! others = 1. "!

HR_READ_CYCLE_FROM_TREE call function 'HR_READ_CYCLE_FROM_TREE' "! importing "! abart = ppe02-abart "! lgart = ppe02-lgart "! mode = $mode "! update_needed = $update_needed "! tables "! it52c5 = it52c5 "! exceptions "! empty_tree = 1 "! others = 2. "!

HR_DISPLAY_CYCLE_TREE call function 'HR_DISPLAY_CYCLE_TREE' "! tables "! baum = tree "! exceptions "! others = 1. "!

POPUP_TO_CONFIRM_WITH_VALUE





call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'J' objectvalue = $cycle text_after = text-s31 text_before = text-s30 titel = $titel importing answer = $answer exceptions text_too_long = 01 others = 02.

CHECK_CUSTOMER_NAMES call function 'CHECK_CUSTOMER_NAMES' exporting objecttype = 'TABU' tablekey = tablekey tablename = tablename importing key_allowed = key_allowed system_sap = system_sap table_not_found = table_not_found exceptions objecttype_not_filled = 1 tablename_not_filled = 2 others = 3.



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