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

RPLO30U0 SAP ABAP Report - HR-NA: OSHA 300 & 300A Reports







RPLO30U0 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 the OSHA-300 Log and Summary of Occupational Injuries and Illnesses by compiling illness and accident information from Infotype 0082 (Additional Absence Data) and absence information from Infotype 2001 (Absences)...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 RPLO30U0 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 RPLO30U0. "Basic submit
SUBMIT RPLO30U0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLO30U0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


OSHA-300 & 300A Reports
Selection Text: SO_SUBTY = Subtypes for infotype 0082
Selection Text: PRSCRIPT = SAPScript Display
Selection Text: PRPDFLAY = PDF Display
Selection Text: PA_SUMRY = Display Summary only
Selection Text: OFCTITLE = Title
Selection Text: OFCTELNO = Telephone number
Selection Text: OFCNAME = Name
Selection Text: OFCDATE = Date
Selection Text: NUMPYPER = Number of pay periods
Title: HR-NA: OSHA 300 & 300A Reports
Text Symbol: S_H = 1002
Text Symbol: S_L = 1001
Text Symbol: S_O = EQ
Text Symbol: S_S = I
Text Symbol: T01 = Company:
Text Symbol: T02 = PersArea:
Text Symbol: T03 = Pers.subarea:
Text Symbol: T04 = Address:
Text Symbol: TEL = ( ) -
Text Symbol: TOT = Total
Text Symbol: TT1 = Case (A) DAte (B) Name (C) Job Title (D) Org. Unit (E) Description (F)
Text Symbol: TT5 = /- - - - - - - -Injuries - - - - - - - -//- - - - - - - - - - - - - - - - - - - -Illnesses - - - - - - - - - - - - - - - /
Text Symbol: TT6 = (1) (2) (3) (4) (5) (6) (7A) (7B) (7C) (7D) (7E) (7F) (7G) (8) (9) (10) (11) (12) (13)
Text Symbol: ZEN = Number of errors found:
Text Symbol: ZER = ERROR LOG:
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: CER = Certifying official
Text Symbol: E01 = Invalid event code in I0082:
Text Symbol: EX1 = Columns: 1&8=Death date/2&9=Days lost/restr./3&10=Days lost/4&11=No.days lost/5&12=No. days restr./6&12=0 days lost/restr.
Text Symbol: EX2 = 7A=Skin dise./7B=Dust dise./7C=Respiratory cond./7D=Poison/7E=Physical agents/7F=Repeated trauma/7G=Other/7X=Term./transfer
Text Symbol: HIG = 1231
Text Symbol: L01 = No employee chosen in this period
Text Symbol: LOW = 0101
Text Symbol: MOL = 10
Text Symbol: NP1 =
Text Symbol: NPP = No. of pay periods in the year
Text Symbol: OUT = Type Of Display





Text Symbol: PA1 = Only Summary
Text Symbol: PA2 = X
Text Symbol: PA3 = /U
Text Symbol: PA4 = 1002
Text Symbol: PA5 = 1001
Text Symbol: PA6 = 10
Text Symbol: PA7 = (space)
Text Symbol: PA8 = 14
Text Symbol: PA9 = 15
Text Symbol: PAA = 07
Text Symbol: PAB = X
Text Symbol: PAH = 08
Text Symbol: PAL = 33
Text Symbol: PRI = 32
Text Symbol: SS1 = Injury/Illness Summary Only
Text Symbol: STT = Key date $1


INCLUDES used within this REPORT RPLO30U0

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:

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