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
Below is a list of transaction codes which are relevant to this SAP report
GRM6 - Grouping Consistency Check
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.
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
INCLUDE RGRPG2TOP.
No SAP DATABASE tables are accessed within this REPORT code!
OBJECT_NUMBER_TYPE_GET CALL FUNCTION 'OBJECT_NUMBER_TYPE_GET' EXPORTING objnr = gt_prps_extract-objnr IMPORTING obart = lv_obart.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGRPGA02 - Consistency check: Settings for grouping WBS elements RGRPGA02 - Consistency check: Settings for grouping WBS elements RGRPGA01 - Collective Assignment of WBS elements to a Grouping WBS element RGRPGA01 - Collective Assignment of WBS elements to a Grouping WBS element RGRPG2TOP - documentation and ABAP source code RGRPEDIT - Report Writer: Call Up Program Editor