SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Sets(FI-SL-SL-MD-SE) SAP FI

RGSCOMPGRP SAP ABAP Report - Comparison of Hierarchies: Find Common Values







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


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 RGSCOMPGRP. "Basic submit
SUBMIT RGSCOMPGRP AND RETURN. "Return to original report after report execution complete
SUBMIT RGSCOMPGRP 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: 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


INCLUDES used within this REPORT RGSCOMPGRP

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:

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.



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