SAP Reports / Programs

RPLHULJ0 SAP ABAP Report - Loss of Qualification Form Data File for HI Union







RPLHULJ0 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 Loss of Qualification Form that is for Health Insurance (HI) 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 RPLHULJ0 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_LHUL - Loss of qual. form data file (HU)


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 RPLHULJ0. "Basic submit
SUBMIT RPLHULJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLHULJ0 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_ADRS = Subtype of address infotype
Selection Text: P_ALL = Health insurance & Pension
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_KEN = Health insurance only
Selection Text: P_KOYUU1 = Item name
Selection Text: P_KOYUU2 = Item name
Selection Text: P_KOYUU3 = Item name
Selection Text: P_KOYUU4 = Item name
Selection Text: P_KOYUU5 = Item name
Selection Text: P_MOSIZ1 = MO (230MB)
Selection Text: P_MOSIZ2 = MO (640MB)/CD/DVD
Selection Text: P_PATH = File output path(on server)
Selection Text: P_REE = SI consultant's name(KANJI)
Selection Text: P_SCI = SI Mod. of Target Br. Office
Selection Text: P_SCISB = SI consultant's code
Selection Text: P_SDATE = Create date
Selection Text: P_SGRUL = Santei Geppen rule
Title: Loss of Qualification Form Data File for HI Union
Text Symbol: TB4 = FD admin record
Text Symbol: TB2 = Output condition
Text Symbol: TB1 = Selection condition
Text Symbol: E01 = Incorrect number of digits
Text Symbol: E02 = No data is filled
Text Symbol: E03 = Value is not numeric
Text Symbol: E04 = Invalid value is input
Text Symbol: E05 = Amount is zero
Text Symbol: E06 = Data input is not allowed
Text Symbol: G01 = Confirming Shikaku Soushitsu result...
Text Symbol: G02 = Creating Soushitsu data file...
Text Symbol: P01 = Social insurance modifier
Text Symbol: P02 = Date
Text Symbol: P03 = Address information
Text Symbol: P10 = Additional information
Text Symbol: P21 = Insurance type
Text Symbol: P22 = Info of Social insurance consultant





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 = Health ins. specific (Acquier)
Text Symbol: P61 = Health ins. specific (Loss)
Text Symbol: P62 = Health ins. specific (Santei)
Text Symbol: P63 = Health ins. specific (Geppen)
Text Symbol: P64 = Health ins. specific (Shoyo)


INCLUDES used within this REPORT RPLHULJ0

INCLUDE RPLHULJ1. "SELECTION SCREEN
INCLUDE RPLHUXJ2. "AT SELECTION SCREEN
INCLUDE RPLHULJ2. "MAIN LOGIC
INCLUDE RPLHULJ3. "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 RPLHULJ0 or its description.