SAP Reports / Programs

RPCSIKJ0 SAP ABAP Report - Cluster modification selection report







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


Text pool values


Selection Text: P_MONTH = Period
Selection Text: P_SCIMF = SI Mod. for Target Br. Office
Selection Text: P_YEAR = Year
Title: Cluster modification selection report
Text Symbol: 001 = All the Adjustments are confirmed.
Text Symbol: E01 = is locked right now.
Text Symbol: E02 = Enqueing failed. Please reexecute.
Text Symbol: E03 = The selected employee's SANTEI adjustment is not completed.
Text Symbol: E04 = Please enter 01 - 12 for the period.
Text Symbol: F01 = Selection Criteria
Text Symbol: H01 = Per no.
Text Symbol: H02 = Mod
Text Symbol: H03 = Name
Text Symbol: H04 = Year
Text Symbol: H05 = Period
Text Symbol: H06 = Insurance Type
Text Symbol: HA0 = Health ins
Text Symbol: HA1 = EE Pension
Text Symbol: HB1 = Change
Text Symbol: M01 = The employee should be corrected with Santei adjustment.
Text Symbol: M02 = Hokensya santei of the target employee has been released.


INCLUDES used within this REPORT RPCSIKJ0

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_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = space no_img = space tables error = ert exceptions invalid_linesize = 1 others = 2.

HR_TRANSFER_GJ_KEY_J call function 'HR_TRANSFER_GJ_KEY_J' 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 importing ev_sgt_hi = gv_sgt_hi ev_sgt_ep = gv_sgt_ep.

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->g_node_key i_node_txt = text-002 i_categ_id = c_pal_categids-ae_csik IMPORTING e_node_key = l_person_key EXCEPTIONS others = 99.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_person_key i_row_data = l_pernr_data EXCEPTIONS others = 99.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_person_key i_row_data = l_pernr_data EXCEPTIONS others = 99.

HR_TRANSFER_GJ_KEY_J call function 'HR_TRANSFER_GJ_KEY_J' 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 importing ev_sgt_hi = gv_sgt_hi ev_sgt_ep = gv_sgt_ep.

HR_TRANSFER_GJ_KEY_J call function 'HR_TRANSFER_GJ_KEY_J' 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 importing ev_sgt_hi = gv_sgt_hi ev_sgt_ep = gv_sgt_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 RPCSIKJ0 or its description.