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

RHHCP_DC_FORMS SAP ABAP INCLUDE - RHHCPDCFORMS







RHHCP_DC_FORMS 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_FORMS 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_FORMS. "Basic submit
SUBMIT RHHCP_DC_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RHHCP_DC_FORMS 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_FORMS

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 EXCEPTIONS no_authority = 1 OTHERS = 2.

HR_HCP_READ_INTF CALL FUNCTION 'HR_HCP_READ_INTF' EXPORTING ifgroup = p_ifgroup * INTERFACE = TABLES intf_tab = lt_intf ifat_tab = lt_ifat EXCEPTIONS no_data = 1 OTHERS = 2 .

HR_HCP_GET_INTERFACE_ATTR CALL FUNCTION 'HR_HCP_GET_INTERFACE_ATTR' EXPORTING im_langu = sy-langu im_exit_name = p_exit_def im_flt_val = lt_intf-interface IMPORTING ex_text = l_cus_text ex_active = l_active EXCEPTIONS no_data = 1 OTHERS = 2.

HR_HCP_READ_INTF_T CALL FUNCTION 'HR_HCP_READ_INTF_T' EXPORTING * IM_LANGU = SY-LANGU IM_INTERFACE = lt_intf-interface IMPORTING EX_TEXT = s_interface-name .

HR_HCP_READ_IFPA CALL FUNCTION 'HR_HCP_READ_IFPA' TABLES intf_tab = lt_intf ifpa_tab = lt_ifpa ifpc_tab = lt_ifpc EXCEPTIONS no_data = 1 OTHERS = 2.

HR_HCP_READ_PARA_T CALL FUNCTION 'HR_HCP_READ_PARA_T' EXPORTING im_langu = sy-langu TABLES im_ifpa_tab = lt_ifpa ex_texttab = lt_patext.

HR_HCP_CHECK_INFOTYPE_DATA CALL FUNCTION 'HR_HCP_CHECK_INFOTYPE_DATA' EXPORTING im_citem_tab = pt_costitems im_diffca_orgobject = pt_diffca_orgobject im_diffca_employee = pt_diffca_employee IMPORTING ex_error_tab = lt_error_tab TABLES ex_index_tab = lt_index.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = cus_exit_name IMPORTING is_implemented = l_sw_badi_implemented CHANGING instance = l_badi_instance.

HR_HCP_CHECK_COSTOBJ_COSTDATA CALL FUNCTION 'HR_HCP_CHECK_COSTOBJ_COSTDATA' EXPORTING im_interface = p_interface im_int_text = p_interface_name im_objectab = pt_object[] im_citems_tab = pt_costitems[] IMPORTING ex_error_tab = lt_error_tab.



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