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

RPLPFOJ0 SAP ABAP Report - Acquisition of Qualification Form Data File for Pens. Fund







RPLPFOJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates date file (CSV format) for Health Insurance and Employees Pension Insurance Acquisition of Qualification Form that is for Pension Fund...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 RPLPFOJ0 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_LPFO - Acq. of qual. form data file (PF)


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 RPLPFOJ0. "Basic submit
SUBMIT RPLPFOJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPFOJ0 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_KOYU35 = Item name 5
Selection Text: P_KOYU34 = Item name 4
Selection Text: P_KOYU33 = Item name 3
Selection Text: P_KOYU32 = Item name 2
Selection Text: P_KOYU31 = Item name 1
Selection Text: P_KOYU30 = Item name 10
Selection Text: P_KOYU29 = Item name 9
Selection Text: P_KOYU28 = Item name 8
Selection Text: P_KOYU27 = Item name 7
Selection Text: P_KOYU26 = Item name 6
Selection Text: P_KOYU25 = Item name 5
Selection Text: P_KOYU24 = Item name 4
Selection Text: P_KOYU23 = Item name 3
Selection Text: P_KOYU22 = Item name 2
Selection Text: P_KOYU21 = Item name 1
Selection Text: P_KOYU20 = Item name 10
Selection Text: P_KOYU19 = Item name 9
Selection Text: P_KOYU18 = Item name 8
Selection Text: P_KOYU17 = Item name 7
Selection Text: P_KOYU16 = Item name 6
Selection Text: P_KOYU15 = Item name 5
Selection Text: P_KOYU14 = Item name 4
Selection Text: P_KOYU13 = Item name 3
Selection Text: P_KOYU12 = Item name 2
Selection Text: P_KOYU36 = Item name 6
Selection Text: P_SGRUL = Santei Geppen rule
Selection Text: P_SDATE = Create date
Selection Text: P_SCISB = SI consultant's code
Selection Text: P_SCI = SI Mod. of Target Br. Office
Selection Text: P_REE = SI consultant's name(KANJI)
Selection Text: P_PF_ON = Both Pension and Fund
Selection Text: P_PF_OFF = Pension only
Selection Text: P_PATH = File output path(on server)
Selection Text: P_MOSIZ2 = MO (640MB)/CD/DVD
Selection Text: P_MOSIZ1 = MO (230MB)
Selection Text: P_KOYU50 = Item name 10
Selection Text: P_KOYU49 = Item name 9
Selection Text: P_KOYU48 = Item name 8





Selection Text: P_KOYU47 = Item name 7
Selection Text: P_KOYU46 = Item name 6
Selection Text: P_KOYU45 = Item name 5
Selection Text: P_KOYU44 = Item name 4
Selection Text: P_KOYU43 = Item name 3
Selection Text: P_KOYU42 = Item name 2
Selection Text: P_KOYU41 = Item name 1
Selection Text: P_KOYU40 = Item name 10
Selection Text: P_KOYU39 = Item name 9
Selection Text: P_KOYU38 = Item name 8
Selection Text: P_KOYU37 = Item name 7
Selection Text: P_ADRS = Subtype of address infotype
Selection Text: P_ELEC = Electronic filing
Selection Text: P_FDSIZ1 = FD (1.44MB)
Selection Text: P_FDSIZ2 = FD (1.25MB)
Selection Text: P_FNUM = FD serial number
Selection Text: P_KOS = Pension only
Selection Text: P_KOYU01 = Item name 1
Selection Text: P_KOYU02 = Item name 2
Selection Text: P_KOYU03 = Item name 3
Selection Text: P_KOYU04 = Item name 4
Selection Text: P_KOYU05 = Item name 5
Selection Text: P_KOYU06 = Item name 6
Selection Text: P_KOYU07 = Item name 7
Selection Text: P_KOYU08 = Item name 8
Selection Text: P_KOYU09 = Item name 9
Selection Text: P_KOYU10 = Item name 10
Selection Text: P_KOYU11 = Item name 1
Title: Acquisition of Qualification Form Data File for Pens. Fund
Text Symbol: P22 = Info of Social insurance consultant
Text Symbol: P21 = Insurance type
Text Symbol: P10 = Additional information
Text Symbol: P04 = Data selection
Text Symbol: P03 = Address information
Text Symbol: P02 = Date
Text Symbol: P01 = Social insurance modifier
Text Symbol: G02 = Creating Shutoku data file...
Text Symbol: G01 = Confirming Shikaku Shutoku result...
Text Symbol: E06 = Data input is not allowed





Text Symbol: E05 = Amount is zero
Text Symbol: E04 = Invalid value is input
Text Symbol: E03 = Value is not numeric
Text Symbol: E02 = No data is filled
Text Symbol: E01 = Incorrect number of digits
Text Symbol: P23 = File attributes
Text Symbol: P24 = File output destination
Text Symbol: P25 = Local
Text Symbol: P26 = TemSe
Text Symbol: P27 = Application server
Text Symbol: P60 = Pension ins. Specific (Acquier)
Text Symbol: P61 = Pension ins. Specific (Loss)
Text Symbol: P62 = Pension ins. Specific (Santei)
Text Symbol: P63 = Pension ins. Specific (Geppen)
Text Symbol: P64 = Pension ins. Specific (Shoyo)
Text Symbol: S01 = Period
Text Symbol: S02 = Target month
Text Symbol: S03 = Object selection
Text Symbol: TB1 = Selection condition
Text Symbol: TB2 = Output condition
Text Symbol: TB4 = FD admin record


INCLUDES used within this REPORT RPLPFOJ0

INCLUDE RPLPFOJ1. "SELECTION SCREEN
INCLUDE RPLPFXJ2. "AT SELECTION SCREEN
INCLUDE RPLPFOJ2. "MAIN LOGIC
INCLUDE RPLPFOJ3. "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 RPLPFOJ0 or its description.