SAP Reports / Programs

RPCSIEJ0 SAP ABAP Report - Geppen Form (Paper)







RPCSIEJ0 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 Geppen form for Pension Office or Health insurance(HI) Association...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 RPCSIEJ0 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_CSIE - Geppen form


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 RPCSIEJ0. "Basic submit
SUBMIT RPCSIEJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSIEJ0 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: FORM = Form name
Selection Text: PX_LFORM = Form name
Selection Text: PX_LFVAR = Form variant
Selection Text: P_EP = EP (Social Ins. Type Ind.)
Selection Text: P_EVEP = EP
Selection Text: P_EVHI = HI
Selection Text: P_EVTO = HI and EP
Selection Text: P_HI = HI (Social Ins. Type Ind.)
Selection Text: P_MOCS_M = Period
Selection Text: P_MOCS_Y = Year
Selection Text: P_SCI = SI Mod. for Target Br. Office
Selection Text: P_SDATE = Submit date
Selection Text: P_SGRUL = Santei Geppen rule
Selection Text: SCRIPT_N = Not use
Selection Text: SCRIPT_Y = Use
Title: Geppen Form (Paper)
Text Symbol: T15 = Output of Previous Revision Month and Reason
Text Symbol: T14 = EP
Text Symbol: T13 = HI
Text Symbol: T12 = HI and EP
Text Symbol: T11 = Output non-Geppen EP compensation amount
Text Symbol: T10 = Geppen applicable only for HI
Text Symbol: 001 = Parttime
Text Symbol: F00 = Output control
Text Symbol: F01 = Output employee
Text Symbol: R00 = Selection Criteria
Text Symbol: S02 = Insurance Type
Text Symbol: S03 = Output Office number
Text Symbol: S04 = Output Insurance Number
Text Symbol: SC1 = SAPscript
Text Symbol: SC2 = Use
Text Symbol: SC3 = Form name
Text Symbol: SC4 = Not use
Text Symbol: SC5 = Form Output
Text Symbol: SOO = Last Paryroll Period
Text Symbol: T01 = Health Insurance
Text Symbol: T02 = Employee's Pension
Text Symbol: T03 = Jigyousyo No, (For SI Office)





Text Symbol: T04 = Jigyousyo No, (For HI Union)
Text Symbol: T05 = Health Insurance No,
Text Symbol: T06 = Employee's Pension No,
Text Symbol: T07 = Submit HI and EP data together
Text Symbol: T08 = Submit HI and EP data separately
Text Symbol: T09 = Geppen applicable both for HI and EP


INCLUDES used within this REPORT RPCSIEJ0

INCLUDE RPCISUJ2.


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:

RP_CONVERT_JAPAN_DATE_OUT call function 'RP_CONVERT_JAPAN_DATE_OUT' exporting seireki = gv_kaitei_date importing nengo = wareki-nengo nen = gs_sg_results-year tsuki = gs_sg_results-month.

CLOSE_FORM call function 'CLOSE_FORM'.

HR_JP_ADJUST_STRING_LENGTH call function 'HR_JP_ADJUST_STRING_LENGTH' exporting iv_string = t5jsi-jgsnm changing cv_length = chk_len.

HR_JP_ADJUST_STRING_LENGTH call function 'HR_JP_ADJUST_STRING_LENGTH' exporting iv_string = lv_jgnpr changing cv_length = chk_len.



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