SAP Reports / Programs

RPLGRVU0 SAP ABAP Report - Grievance Summary







RPLGRVU0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can summarize the grievances for a selected group of people in four different ways...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 RPLGRVU0 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 RPLGRVU0. "Basic submit
SUBMIT RPLGRVU0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLGRVU0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Grievance Summary
Selection Text: SORT_HOW = Sort and Display Criteria
Title: Grievance Summary
Text Symbol: 040 = Page:
Text Symbol: 200 = Grievance Details
Text Symbol: F01 = Plant
Text Symbol: F02 = Plant section Code
Text Symbol: F03 = Plant Section
Text Symbol: F04 = Employee Group
Text Symbol: F05 = Employee subgroup
Text Symbol: F06 = Total
Text Symbol: F07 = Policy
Text Symbol: F08 = Arbit
Text Symbol: F09 = Males
Text Symbol: F10 = Women
Text Symbol: F11 = Cauc.
Text Symbol: F12 = Black
Text Symbol: F13 = Hisp.
Text Symbol: F14 = Asian
Text Symbol: F15 = Indian
Text Symbol: F16 = Personnel No.
Text Symbol: F17 = Employee Name.
Text Symbol: F18 = Grievance Id
Text Symbol: F19 = Grievance
Text Symbol: F20 = Reason
Text Symbol: F21 = Date Settled
Text Symbol: F22 = Policy
Text Symbol: F23 = Status
Text Symbol: F25 = Arbitration
Text Symbol: F26 = Stage
Text Symbol: F27 = Foreperson
Text Symbol: F28 = Result
Text Symbol: F29 = Total Cost
Text Symbol: F30 = Status ID
Text Symbol: F31 = Status Description
Text Symbol: SS1 = Display in List Format
Text Symbol: SS2 = Display in ALV Grid Format
Text Symbol: T01 = Grievance Summary





Text Symbol: 039 = Foreperson: Total Policy Arbitration
Text Symbol: 001 = Plant :
Text Symbol: 002 = Pl.sec:
Text Symbol: 003 = Pers.grp:
Text Symbol: 004 = Subgroup:
Text Symbol: 005 = Pers Sub Total Policy Arb Men Women Cauc. Black Hisp. Asian Indian
Text Symbol: 006 = grp grp
Text Symbol: 007 = Plant Sec.
Text Symbol: 008 = Pers. area
Text Symbol: 009 = Totals for all selected records:
Text Symbol: 010 = Number of persons selected :
Text Symbol: 011 = Number of persons who had grievances :
Text Symbol: 012 = Number of grievance records :
Text Symbol: 013 = Percentage of persons with grievances:
Text Symbol: 014 = Foreperson:
Text Symbol: 015 = Foreperson name :
Text Symbol: 016 = Status :
Text Symbol: 017 = Grievance type :
Text Symbol: 018 = Status :
Text Symbol: 019 = Stage :
Text Symbol: 020 = Result :
Text Symbol: 021 = Policy :
Text Symbol: 022 = Arbitration :
Text Symbol: 023 = Date Entered:
Text Symbol: 024 = Date settled:
Text Symbol: 025 = Total cost :
Text Symbol: 026 = Detail for all selected records
Text Symbol: 027 = Total Policy Arb Men Women Cauc. Black Hisp. Asian Indian
Text Symbol: 028 = Total :
Text Symbol: 029 = Foreperson :
Text Symbol: 030 = Grievance Details
Text Symbol: 031 = Plant P.S. Total Policy Arb Men Women Cauc. Black Hisp. Asian Indian
Text Symbol: 032 = Employee:
Text Symbol: 033 = Plant Sec.: Total Policy Arbitration
Text Symbol: 034 = Plant: Total Policy Arbitration
Text Symbol: 035 = Report: Total Policy Arbitration
Text Symbol: 036 = Person group: Total Policy Arbitration
Text Symbol: 037 = Grievance: Total Policy Arbitration
Text Symbol: 038 = Status: Total Policy Arbitration





INCLUDES used within this REPORT RPLGRVU0

INCLUDE RPLGRV00.


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