SAP Reports / Programs | Personnel Management | Personnel Administration | USA(PA-PA-US) SAP PA

RPLWCOU0 SAP ABAP Report - US Workers' Compensation Report







RPLWCOU0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to calculate Workers' Compensation wages and premiums, according to the selection criteria you specify...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 RPLWCOU0 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 RPLWCOU0. "Basic submit
SUBMIT RPLWCOU0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLWCOU0 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_WAGE = Include WC Wages in report
Selection Text: P_TAXAU = Tax Authority
Selection Text: P_LAYOUT = D .
Selection Text: P_DETAIL = Show detail list in background
Title: US Workers' Compensation Report
Text Symbol: ST5 = ...successfully evaluated
Text Symbol: ST4 = ...without payroll results
Text Symbol: ST3 = ...with errors
Text Symbol: ST2 = ...selected
Text Symbol: ST1 = Personal Numbers:
Text Symbol: ST0 = Statistics:
Text Symbol: B02 = Other Selections
Text Symbol: B01 = Additional Selection
Text Symbol: A17 = SSN
Text Symbol: A16 = Last Name
Text Symbol: A15 = First Name
Text Symbol: A14 = WC wages limit
Text Symbol: A13 = Workers' Compensation Hours
Text Symbol: A12 = Date:
Text Symbol: A11 = Report ID:
Text Symbol: A10 = Page No.
Text Symbol: A09 = Man. rate
Text Symbol: A08 = Exp. rate
Text Symbol: A07 = Premium
Text Symbol: A06 = Premium type
Text Symbol: A05 = Workers' Compensation wages
Text Symbol: A04 = Personnel No.
Text Symbol: A03 = Workers' Compensation code text
Text Symbol: A02 = Workers' Compensation code
Text Symbol: A01 = Workers' Compensation state
Text Symbol: 091 = Choose selection fields


INCLUDES used within this REPORT RPLWCOU0

INCLUDE RPC2RX09.
INCLUDE RPPPXD00.
INCLUDE RPC2RUU0.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPC2CD09.
INCLUDE RPLWCOU1_ALV. " FORM ROUTINES





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_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING I_STCNT = IV_STCNT I_NODID = IV_NODID I_NODPA = IV_NODPA I_MSGID = IS_MSG-MSGID I_MSGTY = IS_MSG-MSGTY I_MSGNO = IS_MSG-MSGNO I_MSGV1 = IS_MSG-MSGV1 I_MSGV2 = IS_MSG-MSGV2 I_MSGV3 = IS_MSG-MSGV3 I_MSGV4 = IS_MSG-MSGV4.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = LS_DISPLAY_PROFILE I_S_FLAT_PROFILE = LS_FLAT_PROFILE EXCEPTIONS PROGRAM_ERROR = 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 RPLWCOU0 or its description.