SAP Reports / Programs | Project System | Material(PS-MAT) SAP PS

RGRPGA02 SAP ABAP Report - Consistency check: Settings for grouping WBS elements







RGRPGA02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RGRPGA02 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

GRM6 - Grouping Consistency Check


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 RGRPGA02. "Basic submit
SUBMIT RGRPGA02 AND RETURN. "Return to original report after report execution complete
SUBMIT RGRPGA02 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: WBS_NAME = WBS Element:
Title: Consistency check: Settings for grouping WBS elements
Text Symbol: 006 = Incorrect entry in table
Text Symbol: 009 = Grouping WBS element
Text Symbol: 010 = WBS Element:
Text Symbol: 011 = Check of the assignment tables for grouping - log
Text Symbol: 012 = GRPGA entries checked all together
Text Symbol: 013 = GRPGA entries successfully checked
Text Symbol: 014 = GRPGA incorrect entries
Text Symbol: 015 = GRPGA deleted entries
Text Symbol: 016 = GRPGV entries checked all together
Text Symbol: 017 = GRPGV entries successfully checked
Text Symbol: 018 = GRPGV incorrect entries
Text Symbol: 019 = GRPGV deleted entries
Text Symbol: 020 = Grouping WBS elements checked all togetheer
Text Symbol: 021 = Grouping WBS elements checked successfully
Text Symbol: 022 = Grouping WBS elements incorrect
Text Symbol: 023 = Message Text


INCLUDES used within this REPORT RGRPGA02

INCLUDE RGRPG2TOP.


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:

OBJECT_NUMBER_TYPE_GET CALL FUNCTION 'OBJECT_NUMBER_TYPE_GET' EXPORTING objnr = gt_prps_extract-objnr IMPORTING obart = lv_obart.



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