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

RPCSIGJ0 SAP ABAP Report - HR-J: Geppen candidates for Santei Soukatsuhyou







RPCSIGJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report outputs necessary summary data for Santei that is submitted to either social insurance bureau or health insurance association, along with Santei form in July...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 RPCSIGJ0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M22_CSIG - Soukatsu-hyou


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 RPCSIGJ0. "Basic submit
SUBMIT RPCSIGJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSIGJ0 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_SCIMF = SI Mod.for TargetBranch Office
Selection Text: P_HI = Employee's Pension
Selection Text: P_EP = Health Insurance
Selection Text: PERIOD_Y = Year
Title: HR-J: Geppen candidates for Santei Soukatsuhyou
Text Symbol: F03 = for Non Ikkatsu-Tekiyou Branch Office
Text Symbol: F04 = for Ikkatsu-Tekiyou Branch Office only
Text Symbol: FL1 = Candidate
Text Symbol: FL2 = Insurance no.
Text Symbol: FL3 = Pension no.
Text Symbol: FL4 = Per. no.
Text Symbol: FL5 = Employee name
Text Symbol: H01 = Santei Summary List
Text Symbol: L01 = Social Insurance Office ID
Text Symbol: L03 = Social Insurance Code(Ikkatu-Fugou)
Text Symbol: L04 = Jigyosho Bango
Text Symbol: L05 = Name
Text Symbol: L06 = Name of Representative
Text Symbol: L07 = Address
Text Symbol: L08 = Address (continued)
Text Symbol: L22 = Office ID for Health Insurance Union
Text Symbol: T01 = Health
Text Symbol: T02 = Pension
Text Symbol: T03 = IKKATSU
Text Symbol: TLE = List of Geppen Candidates (for August and September)
Text Symbol: 001 = SI office ID :
Text Symbol: 003 = SI Code(Ikkatu-Fugou) :
Text Symbol: 004 = Jigyosho Bango :
Text Symbol: 005 = Name :
Text Symbol: 006 = Rep. Name :
Text Symbol: 007 = Address :
Text Symbol: 008 = Hihokensha 5/19
Text Symbol: 009 = No. of lost
Text Symbol: 010 = No. of GEPPEN July
Text Symbol: 011 = No. without MT
Text Symbol: 012 = Hihokensha 7/1
Text Symbol: 013 = No. of GEPPEN Aug.
Text Symbol: 014 = No.of acq. 6/1-7/1





Text Symbol: 015 = No. of Santei
Text Symbol: 016 = No. of GEPPEN Sep.
Text Symbol: 017 = Office Information
Text Symbol: 018 = Summary data
Text Symbol: 019 = There is no applicable employee.
Text Symbol: 020 = (
Text Symbol: 021 = )
Text Symbol: 022 = Office ID for HI Union:
Text Symbol: C01 = Aug.
Text Symbol: C02 = Sep.
Text Symbol: F01 = Selection Criteria
Text Symbol: F02 = Execution Mode


INCLUDES used within this REPORT RPCSIGJ0

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:

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' importing select_value = cp_scimf tables fields = fields valuetab = helptab exceptions field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 others = 4.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = obj_pal_log->c_root_node i_node_txt = text-017 i_categ_id = c_pal_categids-ae_headline i_icon = '@3W@' i_expand = 'X' importing e_node_key = obj_pal_log->g_node_key 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 = text-018 i_categ_id = c_pal_categids-ae_summary i_icon = '@FG@' importing e_node_key = obj_pal_log->g_node_key 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 = text-tle i_categ_id = c_pal_categids-ae_cands_hi importing e_node_key = obj_pal_log->g_node_key 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 = text-tle i_categ_id = c_pal_categids-ae_cands_pi importing e_node_key = obj_pal_log->g_node_key exceptions others = 99.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = p_node i_row_data = l_head_line exceptions others = 99.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = p_node i_row_data = l_summary_line exceptions others = 99.



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