SAP Reports / Programs | Personnel Management | Personnel Administration | Belgium(PA-PA-BE) SAP PA

RPUCIDB0_F01 SAP ABAP INCLUDE - Include for form routines of report RPUCIDB0







RPUCIDB0_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 RPUCIDB0_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 RPUCIDB0_F01. "Basic submit
SUBMIT RPUCIDB0_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUCIDB0_F01 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 for form routines of report RPUCIDB0


INCLUDES used within this REPORT RPUCIDB0_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:

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = 'CALLBACK_PF_STATUS' i_callback_user_command = 'CALLBACK_USER_COMMAND' i_structure_name = l_c_struc_name i_grid_title = l_grid_title is_layout_lvc = l_s_layout i_default = abap_true i_save = 'A' is_variant = l_s_variant TABLES t_outtab = g_t_alv EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER'.

HR_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.

ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING pernr = l_s_alv_line-pernr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = l_s_alv_line-pernr i_ename = l_s_alv_line-ename i_msgid = c_arbgb i_msgty = 'E' i_msgno = 084 * i_msgv1 = c_infty i_msgv1 = text-001 * i_msgv1 = l_s_return-message_v1 * i_msgv2 = l_s_return-message_v2 * i_msgv3 = l_s_return-message_v3 * i_msgv4 = l_s_return-message_v4 EXCEPTIONS OTHERS = 0.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '3270' number = l_s_alv_line-pernr subtype = l_s_alv_line-subty * objectid = l_s_alv_line-objps lockindicator = l_s_alv_line-sprps validityend = l_s_alv_line-endda validitybegin = l_s_p3270-begda recordnumber = l_s_alv_line-seqnr record = l_s_p3270 operation = 'COP' tclas = 'A' IMPORTING return = l_s_return.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = l_s_alv_line-pernr i_ename = l_s_alv_line-ename i_msgid = l_s_return-id i_msgty = l_s_return-type i_msgno = l_s_return-number i_msgv1 = l_s_return-message_v1 i_msgv2 = l_s_return-message_v2 i_msgv3 = l_s_return-message_v3 i_msgv4 = l_s_return-message_v4 EXCEPTIONS OTHERS = 0.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '3270' number = l_s_alv_line-pernr subtype = l_s_alv_line-subty * objectid = l_s_alv_line-objps * lockindicator = l_s_alv_line-sprps validityend = l_s_alv_line-endda validitybegin = l_s_p3270-begda recordnumber = l_s_alv_line-seqnr record = l_s_p3270 operation = 'COP' tclas = 'A' * dialog_mode = '1' * nocommit = 'X' * VIEW_IDENTIFIER = * SECONDARY_RECORD = IMPORTING return = l_s_return.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING pernr = l_s_alv_line-pernr.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_selected_employees i_msgid = c_arbgb i_msgty = 'S' i_msgno = '081' i_msgv1 = text-001 EXCEPTIONS OTHERS = 0.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_saved_employees i_msgid = c_arbgb i_msgty = 'S' i_msgno = '082' EXCEPTIONS OTHERS = 0.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_rejected_employees i_msgid = c_arbgb i_msgty = 'E' i_msgno = '083' EXCEPTIONS OTHERS = 0.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_inserted_records i_msgid = c_arbgb i_msgty = 'S' i_msgno = '086' EXCEPTIONS OTHERS = 0.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_rejected_records i_msgid = c_arbgb i_msgty = 'E' i_msgno = '087' EXCEPTIONS OTHERS = 0.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = l_albet4 sign = '-' IMPORTING output = l_albet EXCEPTIONS input_invalid = 1 overflow = 2 type_invalid = 3 OTHERS = 4.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = p_pernr i_ename = p_ename i_msgid = c_arbgb i_msgty = 'I' i_msgno = '091' i_msgv1 = l_albet_txt i_msgv2 = l_inamt_txt i_msgv3 = l_inmax_txt * i_msgv4 = l_s_return-message_v4 EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST





CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SUBTY' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = 'G_S_ALV-SUBTY' value_org = 'S' display = l_display TABLES value_tab = it_value.



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