HRUUCMFT is a standard Executable ABAP Report 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 HRUUCMFT into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_MANDT = D .
Selection Text: P_MOLGA = D .
Selection Text: P_ONAME = D .
Selection Text: P_OTYPE = D .
Title: HRUUCMFT: Comparison of Feature Documentation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRDSYS_FIND_DOCU_RETURN_ITAB CALL FUNCTION 'HRDSYS_FIND_DOCU_RETURN_ITAB' EXPORTING otype = p_otype molga = p_molga oname = p_oname TABLES result = loiotmp.
HRDSYS_FIND_DOCU_RETURN_ITAB CALL FUNCTION 'HRDSYS_FIND_DOCU_RETURN_ITAB' EXPORTING MANDT = p_mandt otype = p_otype molga = p_molga oname = p_oname TABLES result = loiotmp.
HRDSYS_DOCU_TO_ITAB CALL FUNCTION 'HRDSYS_DOCU_TO_ITAB' EXPORTING smolga =
-molga soname = -oname sotype = -otype TABLES docu_itab = itab_local EXCEPTIONS OTHERS = 0.
HRDSYS_DOCU_TO_ITAB CALL FUNCTION 'HRDSYS_DOCU_TO_ITAB' EXPORTING SCLIENT = p_mandt smolga =
-molga soname = -oname sotype = -otype TABLES docu_itab = itab_remote EXCEPTIONS OTHERS = 0.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = c_true i_callback_program = 'HRUUCMFT' i_callback_pf_status_set = 'GRID_STATUS' i_callback_user_command = 'GRID_COMMAND' it_fieldcat = fieldcat i_default = c_true i_save = c_true is_layout = layout is_variant = variant TABLES t_outtab = docutab EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-w01 textline2 = text-w02 titel = text-w00 cancel_display = c_true IMPORTING answer = answer.
HRDSYS_DOCU_TO_ITAB CALL FUNCTION 'HRDSYS_DOCU_TO_ITAB' EXPORTING smolga =
-molga soname = -oname sotype = -otype TABLES docu_itab = local EXCEPTIONS OTHERS = 0.
HRDSYS_DOCU_TO_ITAB CALL FUNCTION 'HRDSYS_DOCU_TO_ITAB' EXPORTING sclient = p_mandt smolga =
-molga soname = -oname sotype = -otype TABLES docu_itab = remote EXCEPTIONS OTHERS = 0.
HRDSYS_DOCU_DELETE CALL FUNCTION 'HRDSYS_DOCU_DELETE' EXPORTING molga =
-molga oname = -oname otype = -otype transportflag = c_true wi_trkorr = trkorr cust_only = c_true IMPORTING we_trkorr = trkorr EXCEPTIONS wrong_otype = 1 not_found = 0 internal_error = 3 no_transport_selected = 4 OTHERS = 5.
HRDSYS_ITAB_TO_DOCU CALL FUNCTION 'HRDSYS_ITAB_TO_DOCU' EXPORTING transportflag = c_true wi_trkorr = trkorr IMPORTING we_trkorr = trkorr TABLES docu_itab = remote EXCEPTIONS OTHERS = 5.
HRDSYS_DOCU_TO_ITAB CALL FUNCTION 'HRDSYS_DOCU_TO_ITAB' EXPORTING sclient = p_mandt smolga = $docu-molga soname = $docu-oname sotype = $docu-otype slangu = $docu-sprsl TABLES docu_itab = itab EXCEPTIONS OTHERS = 0.
HRDSYS_DOCU_TO_ITAB CALL FUNCTION 'HRDSYS_DOCU_TO_ITAB' EXPORTING smolga = $docu-molga soname = $docu-oname sotype = $docu-otype slangu = $docu-sprsl TABLES docu_itab = itab EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HRUUCMFT - HRUUCMFT: Comparison of Feature Documentation HRUUCMFT - HRUUCMFT: Comparison of Feature Documentation HRUUCCC0 - documentation and ABAP source code HRUU33DET - Pension Fund: Reporting & Detached Organization (Russia) HRUU33DET - Pension Fund: Reporting & Detached Organization (Russia) HRUU297TO15 - Converting IT-0297 to IT-0015