RGSCOMPGRP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Two hierarchies are compared with one another...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 RGSCOMPGRP into the relevant SAP transactions such as SE38 or SE80
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: G_COMMON = Display matches
Selection Text: G_DIFFER = Display differences
Selection Text: G_GROUP1 = D Group name
Selection Text: G_GROUP2 = Compare with group
Title: Comparison of Hierarchies: Find Common Values
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = g_group1 setclass = g_class old_setid = g_setid1 IMPORTING new_setid = g_setid1.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = g_group2 setclass = g_class old_setid = g_setid2 IMPORTING new_setid = g_setid2.
G_SETCLASS_GET_TABLE_FIELD CALL FUNCTION 'G_SETCLASS_GET_TABLE_FIELD' EXPORTING setclass = p_class IMPORTING fieldname = l_field tabname = l_table.
K_GROUP_SELECT CALL FUNCTION 'K_GROUP_SELECT' EXPORTING field_name = l_field set = p_group table = l_table IMPORTING set_name = p_group setid = p_setid EXCEPTIONS OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGSCOMPGRP - Comparison of Hierarchies: Find Common Values RGSCOMPGRP - Comparison of Hierarchies: Find Common Values RGSCOMPARE - Comparison of Hierarchies: Find Common Values RGSCOMPARE - Comparison of Hierarchies: Find Common Values RGSBIL00 - Creation of groups or sets from the financial statement version RGSBIL00 - Creation of groups or sets from the financial statement version