SAP Reports / Programs | Payroll | Japan(PY-JP) SAP PY

RPCSHAJ0 SAP ABAP Report - Summary list of Shoyo payment form







RPCSHAJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can display information necessary to fill Shoyo Payment Summary Form that should be submitted to Pension Office together with Shoyo Payment Form...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 RPCSHAJ0 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_CSHA - Summary list of Shoyo payment 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 RPCSHAJ0. "Basic submit
SUBMIT RPCSHAJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSHAJ0 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_YEAR = Year
Selection Text: P_VARI = List variant
Selection Text: P_SDATE = Shoyo payment date
Selection Text: P_SCI = SI Mod. of Target Br. Office
Selection Text: P_MONTH = Month
Selection Text: P_HI_EP = Health ins. and EE pension
Selection Text: P_EP = EP (Social Ins. Type Ind.)
Title: Summary list of Shoyo payment form
Text Symbol: T01 = -
Text Symbol: S03 = Selection condition
Text Symbol: S02 = Insurance type
Text Symbol: S01 = Selection period
Text Symbol: L08 = Standardized amount
Text Symbol: L07 = Office address
Text Symbol: L06 = No. of insured
Text Symbol: L05 = No. of paid
Text Symbol: L04 = Total amount
Text Symbol: L01 = Seiri kigou
Text Symbol: H07 = Heisei
Text Symbol: H06 = Da
Text Symbol: H05 = Mo
Text Symbol: H04 = Yr
Text Symbol: H03 = Shoyo payment date :
Text Symbol: H02 = Selection period :
Text Symbol: H01 = Shoyo payment form summmary list
Text Symbol: G02 = Creating Summary data ...
Text Symbol: G01 = Confirming Shoyo payment result...


INCLUDES used within this REPORT RPCSHAJ0

RPCSHAJ1, "DATA DEFINITION
RPCSHAJ2, "SELECTION SCREEN
RPCSHAJ3, "AT SELECTION SCREEN
RPCSHAJ4, "MAIN LOGIC
RPCSHAJ5. "SUB-ROUTINES FOR MAIN PROGRAM


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:

No SAP FUNCTION MODULES are executed within this report code!



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