SAP Reports / Programs

HRUUCMFT SAP ABAP Report - HRUUCMFT: Comparison of Feature Documentation







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


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


Text pool values


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


INCLUDES used within this REPORT HRUUCMFT

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:

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.



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