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

INCL_HAPCN_OBJECTIVE_LIBF12 SAP ABAP INCLUDE - Include INCL_HAPCN_OBJECTIVE_LIBF12







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


INCLUDES used within this REPORT INCL_HAPCN_OBJECTIVE_LIBF12

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:

HRHAP_HEAD_OBJECT_GET_LIST CALL FUNCTION 'HRHAP_HEAD_OBJECT_GET_LIST' EXPORTING plvar = gd_plan_version otype = otype begda = sy-datum endda = '99991231' seark = '*' * t_base_objects = lt_base_objects * multi_select = r3_multi_select no_dialog = '4' cb_function_module = 'HRHAP_0CB_RESTRICT_APPRAISEE' IMPORTING t_selected_objects = lt_selected_objects s_return = ls_return.

HRHAP_HEAD_OBJECT_GET_LIST CALL FUNCTION 'HRHAP_HEAD_OBJECT_GET_LIST' EXPORTING plvar = gd_plan_version otype = lv_otype begda = sy-datum endda = '99991231' seark = original_id * t_base_objects = lt_base_objects * multi_select = r3_multi_select no_dialog = 'X' cb_function_module = 'HRHAP_0CB_RESTRICT_APPRAISEE' IMPORTING t_selected_objects = lt_selected_objects s_return = ls_return.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = l_repid dynumb = l_dynnr TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 0 invalid_dynprofield = 0 invalid_dynproname = 0 invalid_dynpronummer = 0 invalid_request = 0 no_fielddescription = 0 undefind_error = 0 OTHERS = 0.

RHPG_SCALE_READ CALL FUNCTION 'RHPG_SCALE_READ' EXPORTING langu = sy-langu scale_id = hapcn_s_dynp_0120-scale_id * ADD_DATA = 'X' only_quali = 'X' * IMPORTING * STEXT = * COUNT = * MAX_VALUE = * CHANGED_LANGU = TABLES proficiency = rat_dynp * PROFCY_RANGE = EXCEPTIONS scale_not_found = 1 no_authority = 2 OTHERS = 3.

RHPS_INFTY_1048_READ_SINGLE CALL FUNCTION 'RHPS_INFTY_1048_READ_SINGLE' EXPORTING plvar = gd_plan_version otype = hapcn_s_dynp_0120-otype objid = hapcn_s_dynp_0120-objid sttag = g_application->lv_key_date * WITH_OTHER = 'X' read_inheritance = abap_false * ONLY_QUALI = ' ' IMPORTING descr_langu = hapcn_s_dynp_0120-1048_langu descr_begda = hapcn_s_dynp_0120-1048_begda descr_endda = hapcn_s_dynp_0120-1048_endda ex_inherited = hapcn_s_dynp_0120-1048_inherited TABLES descr_tab = rdescr_dynp * LANGU_TAB = EXCEPTIONS nothing_found = 1 infty_empty = 2 undefined = 3 OTHERS = 4.

RHPS_INFTY_1048_READ_SINGLE CALL FUNCTION 'RHPS_INFTY_1048_READ_SINGLE' EXPORTING plvar = gd_plan_version otype = lv_parent_otype objid = lv_parent_objid sttag = g_application->lv_key_date * WITH_OTHER = 'X' read_inheritance = abap_false * ONLY_QUALI = ' ' TABLES descr_tab = rdescr_dynp * LANGU_TAB = EXCEPTIONS nothing_found = 1 infty_empty = 2 undefined = 3 OTHERS = 4.



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