SAP Reports / Programs

RPLWCR00 SAP ABAP Report - HR-NA: WKCP-001 Workers Comp. Claims







RPLWCR00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPLWCR00 into the relevant SAP transactions such as SE38 or SE80


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 RPLWCR00. "Basic submit
SUBMIT RPLWCR00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLWCR00 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: PA_ADESC = ?...(PA ADESC)
Selection Text: PA_ANART = ?...(PA ANART)
Selection Text: PA_BACKD = ?...(PA BACKD)
Selection Text: PA_BTRTL = ?...(PA BTRTL)
Selection Text: PA_DEATH = ?...(PA DEATH)
Selection Text: PA_DISAD = ?...(PA DISAD)
Selection Text: PA_DOCAD = ?...(PA DOCAD)
Selection Text: PA_DOCNM = ?...(PA DOCNM)
Selection Text: PA_FORML = ?...(PA FORML)
Selection Text: PA_HSPAD = ?...(PA HSPAD)
Selection Text: PA_HSPNM = ?...(PA HSPNM)
Selection Text: PA_OBJEC = ?...(PA OBJEC)
Selection Text: PA_PBODY = ?...(PA PBODY)
Selection Text: PA_PLACE = ?...(PA PLACE)
Selection Text: PA_POLNO = ?...(PA POLNO)
Selection Text: PA_PREMI = ?...(PA PREMI)
Selection Text: PA_WCINS = ?...(PA WCINS)
Selection Text: SO_CASNO = Case or File Number
Selection Text: SO_SUB76 = Subtypes for infotype 0076
Selection Text: SO_SUBTY = Subtypes for I0082
Title: HR-NA: WKCP-001 Workers Comp. Claims
Text Symbol: ZER = ERROR LOG:
Text Symbol: ZEN = Number of errors found:
Text Symbol: YN2 = No
Text Symbol: YN1 = Yes
Text Symbol: US7 = Employee's policy number:
Text Symbol: US6 = Name of WC insurer :
Text Symbol: US5 = Has employeed returned to work?
Text Symbol: E01 = Form not in table T512P:
Text Symbol: E02 = Form not in table T512Q:
Text Symbol: E03 = Invalid field name in T512Q:
Text Symbol: E04 = Error writing variable:
Text Symbol: E05 = No entry in T536A for:
Text Symbol: E06 = Error importing text
Text Symbol: G01 = Male
Text Symbol: G02 = Female
Text Symbol: P01 = , on
Text Symbol: P02 = , at





Text Symbol: P03 = until
Text Symbol: PA2 = Text1
Text Symbol: PA4 = Text2
Text Symbol: PA5 = Text3
Text Symbol: PA9 = Text4
Text Symbol: PAB = Text5
Text Symbol: T00 = Workers' Compensation Report (contd.)
Text Symbol: T01 = Additional information for
Text Symbol: T02 = Case or File No.:
Text Symbol: T03 = What was the employee doing when injured (contd.)?
Text Symbol: T04 = How did the accident occur (contd.)?
Text Symbol: T05 = Other relevant data
Text Symbol: T06 = No additional data found for
Text Symbol: US1 = Date disability began:
Text Symbol: US2 = Last full day paid :
Text Symbol: US3 = Did injury occur because of mechanical defect?
Text Symbol: US4 = Did injury occur because of an unsafe act?


INCLUDES used within this REPORT RPLWCR00

No INCLUDES are used within this REPORT code!


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_DAYPROGRAM CALL FUNCTION 'RP_DAYPROGRAM' EXPORTING INPUT = PTPRG IMPORTING OUTPUT = PTPRG TABLES I550AN = I550AN I550AO = I550AO I550PN = I550PN I550PO = I550PO PP0001 = P0001 PP0002 = P0002 PP0007 = P0007 PP2001 = P2001 PP2002 = P2002 PP2003 = P2003.

RP_ZRETCD CALL FUNCTION 'RP_ZRETCD' EXPORTING MSGTY = 'T' PTPRG = PTPRG.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = BUKRS LANGUAGE = SY-LANGU IMPORTING COMP_NAME = HRCA_T001-COMP_NAME * CITY = * COUNTRY = CURRENCY = HRCA_T001-CURRENCY * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = * ADDRESS = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = T500P-BUKRS LANGUAGE = SY-LANGU IMPORTING COMP_NAME = HRCA_T001-COMP_NAME * CITY = * COUNTRY = * CURRENCY = * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = * ADDRESS = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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