SAP Reports / Programs | Personnel Management | Personnel Administration | Japan(PA-PA-JP) SAP PA

RPCSIBJ2 SAP ABAP INCLUDE - HR-J: Santei Adjustment Selection Main Routine







RPCSIBJ2 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Main routine of Santei Adjustment Checklist ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCSIBJ2 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 RPCSIBJ2. "Basic submit
SUBMIT RPCSIBJ2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSIBJ2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: HR-J: Santei Adjustment Selection Main Routine


INCLUDES used within this REPORT RPCSIBJ2

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_TRANSFER_GJ_KEY_J_ANUAL call function 'HR_TRANSFER_GJ_KEY_J_ANUAL' "N1686992 exporting "JPMSAL0K044888 iv_pernr = wk_sgt-pernr "JPMSAL0K044888 iv_ename = wk_sgt-ename "JPMSAL0K044888 iv_persk = wk_sgt-persk "JPMSAL0K044888 iv_persg = wk_sgt-persg "JPMSAL0K044888 iv_scimf = wk_sgt-scimf "JPMSAL0K044888 iv_seqno = gj-key-seqno "JPMSAL0K044888 iv_pabrj = gv_year iv_sitid = wk_sgt-sitid "N1723043 importing "JPMSAL0K044888 ev_sgt_hi = sgt_hi "JPMSAL0K044888 ev_sgt_ep = sgt_ep "JPMSAL0K044888 ev_esgt_hi = esgt_hi ev_esgt_ep = esgt_ep.

HR_CONFIRM_SANTEI_ADJUSTMENT_J call function 'HR_CONFIRM_SANTEI_ADJUSTMENT_J' exporting ic_seqno = wk_mocsi tables it_sgt = wk_sgt exceptions export_error = 1.

ENQUEUE_E_HR_ARC_P call function 'ENQUEUE_E_HR_ARC_P' exporting object = wk_object exceptions foreign_lock = 1 system_failure = 2 others = 3.

HR_PAL_LOG_REFRESH call function 'HR_PAL_LOG_REFRESH' EXPORTING i_keep_categ = abap_true EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = obj_pal_log->c_root_node i_node_txt = sy-title "text-ha0 i_categ_id = c_pal_categids-ae_csib IMPORTING e_node_key = l_health_key EXCEPTIONS program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_health_key i_row_data = l_pernr_data.

HR_PAL_NODE_ADD * call function 'HR_PAL_NODE_ADD' * EXPORTING * i_relatkey = obj_pal_log->c_root_node * i_node_txt = text-ha1 * i_categ_id = c_pal_categids-ae_csib * IMPORTING * e_node_key = l_pension_key * EXCEPTIONS * program_error = 1 * others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_health_key i_row_data = l_pernr_data exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = c_alv_structures-ae_csib CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = C_PAL_CATEGIDS-ae_csib i_save = 'A' i_default = 'X' i_rowmark = 'X' is_variant = l_disvariant it_fieldcat = lt_fieldcat is_pushbuttons = l_pushbuttons EXCEPTIONS * program_error = 1 OTHERS = 99.

HR_TRANSFER_GJ_KEY_J_ANUAL call function 'HR_TRANSFER_GJ_KEY_J_ANUAL' "N1686992 EXPORTING iv_pernr = wk_sgt-pernr iv_ename = wk_sgt-ename iv_persk = wk_sgt-persk iv_persg = wk_sgt-persg iv_scimf = wk_sgt-scimf iv_seqno = gj-key-seqno iv_pabrj = gv_year iv_sitid = wk_sgt-sitid "N1723043 IMPORTING ev_sgt_hi = sgt_hi ev_sgt_ep = sgt_ep ev_esgt_hi = esgt_hi ev_esgt_ep = esgt_ep.

HR_TRANSFER_GJ_KEY_J_ANUAL call function 'HR_TRANSFER_GJ_KEY_J_ANUAL' "N1686992 EXPORTING iv_pernr = l_pernr_data-pernr iv_ename = l_pernr_data-ename iv_persk = l_pernr_data-persk iv_persg = l_pernr_data-persg iv_scimf = l_pernr_data-scimf iv_seqno = gj-key-seqno iv_pabrj = gv_year iv_sitid = l_pernr_data-sitid "N1723043 IMPORTING ev_sgt_hi = sgt_hi ev_sgt_ep = sgt_ep ev_esgt_hi = esgt_hi ev_esgt_ep = esgt_ep.



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