SAP Reports / Programs | Personnel Management | Personnel Administration | Canada(PA-PA-CA) SAP PA

RPLGRVK0 SAP ABAP Report - Grievance Summary







RPLGRVK0 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 RPLGRVK0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

P000_M07_GRVS - Grievance summary


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 RPLGRVK0. "Basic submit
SUBMIT RPLGRVK0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLGRVK0 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 Description
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 = Company :
Text Symbol: 002 = Pers. area:
Text Symbol: 003 = Pers.grp:
Text Symbol: 004 = Subgroup:
Text Symbol: 005 = Pers Sub Total Policy Arb Men Women Disab. Non-cau Non-wh Aborig White
Text Symbol: 006 = grp grp
Text Symbol: 007 = Pers. area:
Text Symbol: 008 = Company
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 Disab. Non-cau Non-wh Aborig White
Text Symbol: 028 = Total :
Text Symbol: 029 = Foreperson :
Text Symbol: 030 = Grievance Details
Text Symbol: 031 = Comp Plant Total Policy Arb Men Women Disab. Non-cau Non-wh Aborig White
Text Symbol: 032 = Employee:
Text Symbol: 033 = Plant: Total Policy Arbitration
Text Symbol: 034 = Company: 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 RPLGRVK0

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