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

HCNUSAC_RMP_FORM SAP ABAP INCLUDE - Include HCNUSAC_RMP_FORM9999







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


Text pool values


Title: Include HCNUSAC_RMP_FORM9999


INCLUDES used within this REPORT HCNUSAC_RMP_FORM

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'KEY' value_org = 'S' TABLES value_tab = lt_dropdown EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'INFTY' value_org = 'S' TABLES value_tab = lt_infotype return_tab = lt_return EXCEPTIONS OTHERS = 1.

HR_F4_GET_SUBTYPE CALL FUNCTION 'HR_F4_GET_SUBTYPE' EXPORTING infty = pv_infotype IMPORTING subty = ls_subtype-subty stext = ls_subtype-stext EXCEPTIONS infty_not_found = 1 no_entries_found = 2 cancelled = 3 infty_not_supported = 4 infty_has_no_subties = 5 OTHERS = 6.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FIELDNAME' value_org = 'S' TABLES value_tab = lt_field return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PROCE' value_org = 'S' TABLES value_tab = lt_dropdown return_tab = lt_return EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PROCE' value_org = 'S' display = lv_display TABLES value_tab = lt_dropdown return_tab = lt_return EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'KEY' value_org = 'S' TABLES value_tab = lt_dropdown return_tab = ls_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'INFTY' value_org = 'S' display = lv_display TABLES value_tab = lt_infotype return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

HR_F4_GET_SUBTYPE CALL FUNCTION 'HR_F4_GET_SUBTYPE' EXPORTING infty = ls_pa_data-infty IMPORTING subty = ls_subtype-subty stext = ls_subtype-stext EXCEPTIONS infty_not_found = 1 no_entries_found = 2 cancelled = 3 infty_not_supported = 4 infty_has_no_subties = 5 OTHERS = 6.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FIELDNAME' value_org = 'S' display = lv_display TABLES value_tab = lt_field return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

HR_F4_GET_TABLES CALL FUNCTION 'HR_F4_GET_TABLES' EXPORTING infty = ps_pa_data-infty IMPORTING value_tab = lt_value_tab field_tab = lt_field_tab retfield = lv_retfield EXCEPTIONS infty_not_found = 1 no_entries_found = 2 infty_not_supported = 3 infty_has_no_subties = 4 OTHERS = 5.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname TABLES dfies_tab = lt_dfies EXCEPTIONS 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 HCNUSAC_RMP_FORM or its description.