SAP Reports / Programs

RPLSIPJ1 SAP ABAP Report - Social insurance premium check list







RPLSIPJ1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to read your employees’ payroll results and output the summarized premium amount for health, pension, and nursing Insurance for the Pension Office or the Health Insurance Union...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 RPLSIPJ1 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_LSIP - Social Insurance Premium Payment


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 RPLSIPJ1. "Basic submit
SUBMIT RPLSIPJ1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLSIPJ1 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: TARG_YER = Year
Selection Text: TARG_MON = Month
Selection Text: SCIMF = D .
Title: Social insurance premium check list
Text Symbol: LHB = (Health Ins. basic)
Text Symbol: LHI = Health Ins.
Text Symbol: LHS = (Health Ins. spec.)
Text Symbol: LN2 = Nursing Ins.(2gou)
Text Symbol: LNS = Nursing Ins.(tokutei)
Text Symbol: LPF = Pension fund
Text Symbol: LPI = Pension Ins.
Text Symbol: LRT = /1000
Text Symbol: RTE = Rate
Text Symbol: S01 = Summary
Text Symbol: SCA = Child allowance
Text Symbol: SGT = Grand total
Text Symbol: SHI = Health Ins.
Text Symbol: SHN = Health Ins. and nursing Ins.
Text Symbol: SNI = Nursing Ins.
Text Symbol: SPF = Pension fund
Text Symbol: SPI = Pension Ins.
Text Symbol: SPP = Pension Ins. and fund
Text Symbol: TOT = Total
Text Symbol: BRK = ( )
Text Symbol: CMP = Company
Text Symbol: CNT = Count
Text Symbol: DH1 = Details
Text Symbol: DHM = Premium
Text Symbol: DHS = SY premium
Text Symbol: DRM = Retro premium
Text Symbol: DRS = Retro SY premium
Text Symbol: EMP = Employee
Text Symbol: FR1 = Selection period
Text Symbol: FR2 = Branch office
Text Symbol: H01 = Target
Text Symbol: H02 = Yr
Text Symbol: H03 = Mnth
Text Symbol: H04 = Branch name





Text Symbol: H05 = H.Ins. office ID
Text Symbol: H06 = Soc.Ins. code
Text Symbol: H07 = P.fund office ID
Text Symbol: H08 = Soc.Ins. No.
Text Symbol: H09 = P.fund office No
Text Symbol: H10 = Mn
Text Symbol: L01 = Target for Branch &1 in Period &2.&3
Text Symbol: L02 = Summary of Branch &1 in &2.&3


INCLUDES used within this REPORT RPLSIPJ1

INCLUDE RPCFTB00.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPC2RJJ0.
INCLUDE RPC2CD09.


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_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '22SIP' struc_content = ls_pme02 IMPORTING back = cv_22sip.



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