SAP Reports / Programs | Personnel Management | Personnel Cost Planning and Simulation(PA-CP) SAP PA

RHHCP_DC_DEL_INFTY_DATA_F01 SAP ABAP INCLUDE - RHHCPDCDELINFTYDATAF01







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


INCLUDES used within this REPORT RHHCP_DC_DEL_INFTY_DATA_F01

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:

HR_HCP_CHECK_AUTHORITY CALL FUNCTION 'HR_HCP_CHECK_AUTHORITY' EXPORTING im_activity = p_activity "1562278 EXCEPTIONS no_authority = 1 OTHERS = 2.

HR_HCP_FILL_INTERFACES_RANGE CALL FUNCTION 'HR_HCP_FILL_INTERFACES_RANGE' TABLES im_interfaces_range = pt_intf_range.

HR_HCP_FILL_CITEMS_RANGE CALL FUNCTION 'HR_HCP_FILL_CITEMS_RANGE' TABLES im_citems_range = pt_citm_range.

HR_HCP_IT5010_CUT_DELETE_DATA CALL FUNCTION 'HR_HCP_IT5010_CUT_DELETE_DATA' EXPORTING im_begda_dcperiod = p_begda im_endda_dcperiod = p_endda im_subty = p_subty im_vtask = l_vtask im_commit = 'X' IM_ISTAT = p_istat im_hrobjecttab = pt_hr_objtab IM_DO_ENQUEUE = 'X' * IM_5010_TAB = t_5010_del IMPORTING EX_UPDATE_DONE = p_update_done EX_RETURN = lt_return EXCEPTIONS read_infotype_error = 1 no_authorization = 2 error_during_delorcut = 3 undefined = 4 error_during_insert = 5 nothing_to_do = 6 OTHERS = 7.

HR_HCP_FILL_INTERFACES_RANGE CALL FUNCTION 'HR_HCP_FILL_INTERFACES_RANGE' TABLES * IM_INTERFACES = im_interfaces_range = pt_intf_range.

HR_HCP_FILL_CITEMS_RANGE CALL FUNCTION 'HR_HCP_FILL_CITEMS_RANGE' TABLES * IM_CITEMS = im_citems_range = pt_citm_range.

HR_HCP_IT0666_CUT_AND_DELETE CALL FUNCTION 'HR_HCP_IT0666_CUT_AND_DELETE' EXPORTING im_begda_dcperiod = p_begda im_endda_dcperiod = p_endda im_subtype = p_subty im_pernr = p_pernr IMPORTING EX_NOTHING_TO_DO = l_nothing_to_do EXCEPTIONS read_infotype_error = 1 update_infotype_error = 2 no_overwrite_of_man_changes = 3 OTHERS = 4.

HR_HCP_READ_CITM_T CALL FUNCTION 'HR_HCP_READ_CITM_T' EXPORTING * IM_LANGU = im_citm = p_citems_log-citem IMPORTING ex_citem_text = p_citems_log-citxt.

HR_HCP_CHECK_TIME_UNIT CALL FUNCTION 'HR_HCP_CHECK_TIME_UNIT' EXPORTING im_zeinh = p_citems_log-unit * IM_LANGU = IMPORTING ex_text = p_citems_log-unittxt EXCEPTIONS zeinh_not_exist = 1 OTHERS = 2.

HR_HCP_GET_TIMEUNIT_TEXT CALL FUNCTION 'HR_HCP_GET_TIMEUNIT_TEXT' EXPORTING im_timeunit = l_domval IMPORTING ex_text = l_dom_text.

HR_HCP_CHECK_COUNTRYGROUPING CALL FUNCTION 'HR_HCP_CHECK_COUNTRYGROUPING' EXPORTING im_molga = p_citems_log-molga * im_langu = IMPORTING ex_mlgtx = p_citems_log-mlgtx EXCEPTIONS molga_not_exists = 1 OTHERS = 2.

HR_HCP_READ_INTF_T CALL FUNCTION 'HR_HCP_READ_INTF_T' EXPORTING * IM_LANGU = SY-LANGU IM_INTERFACE = p_citems_log-interface IMPORTING EX_TEXT = p_citems_log-iftxt.

HR_HCP_GET_INTERFACE_ATTR CALL FUNCTION 'HR_HCP_GET_INTERFACE_ATTR' EXPORTING im_langu = sy-langu im_exit_name = l_exit_def im_flt_val = p_citems_log-interface IMPORTING ex_text = l_cus_text EXCEPTIONS no_data = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_checked * ADD_STDINF = 'X' INFO = l_text IMPORTING RESULT = p_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_incomplete * ADD_STDINF = 'X' INFO = text-007 "fehlerhaft IMPORTING RESULT = p_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'HCP_S_DC_CITEMSLOG' CHANGING ct_fieldcat = lt_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = 'SET_STATUS_ALV' i_callback_user_command = 'CALLBACK_ALV' i_grid_title = l_title is_layout = l_layout it_fieldcat = lt_fieldcat i_save = 'A' TABLES t_outtab = pt_costitems.



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