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

RPLO31U0_CE SAP ABAP Report - HR-NA: OSHA-301 Report for Concurrent Employment







RPLO31U0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RPLO31U0 creates the OSHA-301 Incident Record for Injuries and and Illnesses by compiling illness and accident information from Infotype 0082 (Additional Absence Data)...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 RPLO31U0_CE 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 RPLO31U0_CE. "Basic submit
SUBMIT RPLO31U0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPLO31U0_CE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


HR-NA: OSHA 301 Report
Selection Text: SO_SUBTY = Subtypes for infotype 0082
Selection Text: SO_CASNO = Case number
Selection Text: PR_SAPS = SAPScript Display
Selection Text: PR_PDF = PDF Display
Selection Text: OFCTITLE = Title
Selection Text: OFCTELNO = Telephone number
Selection Text: OFCNAME = Name
Selection Text: OFCDATE = Date
Title: HR-NA: OSHA-301 Report for Concurrent Employment
Text Symbol: ZER = ERROR LOG:
Text Symbol: ZEN = Number of errors found:
Text Symbol: TEL = ( ) -
Text Symbol: S_Z = ***** Do not translate the preceding items ******
Text Symbol: S_S = I
Text Symbol: S_O = EQ
Text Symbol: S_L = 1001
Text Symbol: S_H = 1002
Text Symbol: PAH = 31
Text Symbol: PAG = 30
Text Symbol: PAF = 29
Text Symbol: PAE = 28
Text Symbol: PAD = 27
Text Symbol: PAA = 06
Text Symbol: PA9 = 26
Text Symbol: PA8 = 05
Text Symbol: PA7 = 10
Text Symbol: PA6 = 02
Text Symbol: PA5 = Text3
Text Symbol: PA4 = Text2
Text Symbol: PA3 = 11
Text Symbol: OUT = Type Of Display
Text Symbol: LOW = 0101
Text Symbol: L01 = No employee chosen in this period.
Text Symbol: HIG = 1231
Text Symbol: G00 = ***** Do not translate the following items ******
Text Symbol: FRM = Additional data
Text Symbol: E06 = Error importing text





Text Symbol: CER = Certifying official


INCLUDES used within this REPORT RPLO31U0_CE

INCLUDE RPLO31U1_CE.
INCLUDE RPLO31U2_CE.
INCLUDE RPLO31U3_CE.
INCLUDE RPLO31U4_CE.


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