SAP Reports / Programs

RHSTAT00 SAP ABAP Report - Status Overview per Object Type







RHSTAT00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In accordance with your selection criteria, report RHSTAT00 generates statistics on the statuses per object type...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 RHSTAT00 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 RHSTAT00. "Basic submit
SUBMIT RHSTAT00 AND RETURN. "Return to original report after report execution complete
SUBMIT RHSTAT00 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: PCHWEGID = Check In?...(PCHWEGID)
Selection Text: PCHSVECT = Check In?...(PCHSVECT)
Selection Text: PCHPLVAR = Check In?...(PCHPLVAR)
Selection Text: PCHPATHT = Check In?...(PCHPATHT)
Selection Text: PCHPATHL = Check In?...(PCHPATHL)
Selection Text: PCHPATHH = Check In?...(PCHPATHH)
Selection Text: PCHOTYPE = Check In?...(PCHOTYPE)
Selection Text: PCHOSTAT = Check In?...(PCHOSTAT)
Selection Text: PCHOEND = Check In?...(PCHOEND)
Selection Text: PCHOBJID = Check In?...(PCHOBJID)
Selection Text: PCHOBEG = Check In?...(PCHOBEG)
Selection Text: PCHISTAT = Check In?...(PCHISTAT)
Selection Text: PCHENDDA = Check In?...(PCHENDDA)
Selection Text: PCHDEPTH = Check In?...(PCHDEPTH)
Selection Text: PCHBEGDA = Check In?...(PCHBEGDA)
Selection Text: %_VAL008 = ?...(%_VAL008)
Selection Text: %_PAT006 = ?...(%_PAT006)
Selection Text: %_OBG013 = ?...(%_OBG013)
Selection Text: %_BIS023 = ?...(%_BIS023)
Selection Text: %_BIS015 = ?...(%_BIS015)
Selection Text: %_BEG021 = ?...(%_BEG021)
Title: Status Overview per Object Type
Text Symbol: STA = Status
Text Symbol: SBT = Submitted objects:
Text Symbol: RET = Rejected objects:
Text Symbol: PLT = Planned objects:
Text Symbol: OTY = Object type
Text Symbol: OBJ = Object
Text Symbol: NUS = not supported.
Text Symbol: GZO = Total no. of objects:
Text Symbol: GUE = Validity
Text Symbol: BEZ = Name
Text Symbol: APT = Approved objects:
Text Symbol: ANZ = Number
Text Symbol: ACT = Active objects:
Text Symbol: 001 = Report RPLMIT00 not yet available
001 &0..................&3.............&1..................&2..................


INCLUDES used within this REPORT RHSTAT00

INCLUDE RHODAT00.




INCLUDE RHOINI00.


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