SAP Reports / Programs | Personnel Management | Personnel Administration | Italy(PA-PA-IT) SAP PA

RPI548IF SAP ABAP INCLUDE - documentation and ABAP source code







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

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_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.

HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER'.

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

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = ls_p0548-infty number = ls_p0548-pernr subtype = ls_p0548-subty objectid = ls_p0548-objps validityend = ls_p0548-endda validitybegin = ls_p0548-begda recordnumber = ls_p0548-seqnr record = ls_p0548 operation = 'INS' tclas = 'A' dialog_mode = '0' nocommit = p_test IMPORTING return = ls_return.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = ls_p0548-infty number = ls_p0548-pernr subtype = ls_p0548-subty objectid = ls_p0548-objps validityend = lv_endda validitybegin = ls_p0548-begda recordnumber = ls_p0548-seqnr record = ls_p0548 operation = 'MOD' tclas = 'A' dialog_mode = '0' nocommit = p_test IMPORTING return = ls_return.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = ls_p0548-infty number = ls_p0548-pernr subtype = ls_p0548-subty objectid = ls_p0548-objps validityend = ls_p0548-endda validitybegin = ls_p0548-begda recordnumber = ls_p0548-seqnr record = ls_p0548 operation = 'DEL' tclas = 'A' dialog_mode = '0' IMPORTING return = ls_return.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = g_p0548_node i_row_data = ls_548_alv EXCEPTIONS program_error = 1.

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

HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = ps_p0548-pernr infty = '0548' begda = ps_p0548-begda endda = ps_p0548-endda bypass_buffer = 'X' TABLES infty_tab = lt_p0548 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

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

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = p_pernr i_msgid = p_id i_msgty = p_ty i_msgno = p_no i_msgv1 = l_m1 i_msgv2 = l_m2 i_msgv3 = l_m3 i_msgv4 = l_m4 EXCEPTIONS program_error = 1 OTHERS = 2.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = gv_begda end = gv_endda IMPORTING fire_date = p_fire_dt hire_date = p_hire_dt TABLES pphifi = lt_phifi pp0000 = p0000 pp0001 = p0001.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH'.

HR_APPL_T596D_READ CALL FUNCTION 'HR_APPL_T596D_READ' EXPORTING i_molga = '15' i_appl = 'TFR2' i_date = '99991231' IMPORTING es_t596d = ls_t596d.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = gv_begda IMPORTING last_day_of_month = gv_month_endda EXCEPTIONS day_in_no_date = 1 OTHERS = 2.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING mode_rstable = 'E' tabname = 'T582A' * VARKEY = '' x_tabname = ' ' x_varkey = ' ' _scope = '3' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = '0548' i_structure_name = 'P15_548_UI_ALV_OUT' i_save = 'X' i_default = 'X' * I_ROWMARK = 'X' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD





CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = text-003 i_categ_id = '0548' IMPORTING e_node_key = g_p0548_node EXCEPTIONS program_error = 1.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_structure_name = 'P15_548_UI_ALV_OUT' i_save = 'X' i_default = 'X' * IT_SORT = LT_SORT TABLES t_outtab = gt_548_alv EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_STANDARD_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_STANDARD_MSG_ADD' EXPORTING i_selected_ee = gv_ee_selected i_successful_ee = gv_ee_successful i_erroneous_ee = gv_ee_rejected EXCEPTIONS program_error = 1 OTHERS = 2.



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