RGUCOMP1 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 RGUCOMP1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OCCM - Reconcile G/L Accounts/Consolidation
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: BUKRS = Company Code
Selection Text: GES_BER = Business Area
Selection Text: JAHR = Fiscal Year
Selection Text: KONTO = Account
Selection Text: LEDGER = Ledger
Selection Text: PERIODE1 = From Period
Selection Text: PERIODE2 = To Period
Selection Text: P_ALTKT = G/L Account/Alternative Accnt
Selection Text: P_BILKT = G/L Account / Corporate Accnt
Selection Text: P_SAKNR = G/L Account / G/L Account
Selection Text: SATZTYP = Record Type
Selection Text: S_HKZ = Debits/Credits Indicator
Selection Text: VER_GLT0 = Version
Selection Text: VER_ZZRL = Version
Title: Compare General Ledger Transaction Figures with Another Ledger
Text Symbol: 037 = There were no differences in the transaction currency.
Text Symbol: 038 = No data found in ledger 0.
Text Symbol: 039 = No data found in
Text Symbol: 040 = ledger.
Text Symbol: 041 = G/L Transaction Figures
Text Symbol: 042 = with
Text Symbol: 050 = Selection Data G/L Transaction Figures ------------------------------------------------
Text Symbol: 051 = Comparison Ledger Selection Data
Text Symbol: 052 = Common Selection Data ------------------------------------------------
Text Symbol: 053 = Comparison Period ------------------------------------------------
Text Symbol: 054 = Ledger 0
Text Symbol: 055 = Comparison
Text Symbol: 056 = Corporate account not defined
Text Symbol: 057 = Alternative account not defined
Text Symbol: 058 = Account comparison
Text Symbol: 059 = Also check the period values
Text Symbol: 060 = Local curr. total
Text Symbol: 061 = Transaction curr. total
Text Symbol: 036 = There were differences in the transaction currency. (Totals and/or periods).
Text Symbol: 001 = Comparison of:
Text Symbol: 002 = Period
Text Symbol: 003 = Currency :
Text Symbol: 004 = Global Company:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_CURRENCY_FROM_CT_GET CALL FUNCTION 'G_CURRENCY_FROM_CT_GET' EXPORTING BUKRS = BUKRS CT = '10' GLOBAL = SPACE RLDNR = '00' IMPORTING CURRENCY = T882-CURR1.
G_CURRENCY_FROM_CT_GET CALL FUNCTION 'G_CURRENCY_FROM_CT_GET' EXPORTING BUKRS = BUKRS CT = T881-CURT1 GLOBAL = SPACE RLDNR = LEDGER IMPORTING CURRENCY = *T882-CURR1.
G_CURRENCY_FROM_CT_GET CALL FUNCTION 'G_CURRENCY_FROM_CT_GET' EXPORTING RCOMP = T001-RCOMP CT = T881-CURT1 GLOBAL = 'X' RLDNR = LEDGER IMPORTING CURRENCY = *T882-CURR1.
CALL FUNCTION 'HELPSCREEN_CREATE' EXPORTING DOKU_ID = 'TX' DOKU_OBJEKT = 'G_COMPARE_ACCOUNTS' TITEL = TEXT-058 EXCEPTIONS OTHERS = 1.
HELPSCREEN_CREATE CALL FUNCTION 'HELPSCREEN_CREATE' EXPORTING DOKU_ID = 'TX' DOKU_OBJEKT = 'G_COMPARE_ACCOUNTS' TITEL = TEXT-058 EXCEPTIONS OTHERS = 1.
HELPSCREEN_CREATE CALL FUNCTION 'HELPSCREEN_CREATE' EXPORTING DOKU_ID = 'TX' DOKU_OBJEKT = 'G_COMPARE_ACCOUNTS' TITEL = TEXT-058 EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TEXT-023 TEXTLINE1 = TEXT-024 TEXTLINE2 = TEXT-025 IMPORTING ANSWER = FIELD(1).
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 RGUCOMP1 or its description.
RGUCOMP1 - Compare General Ledger Transaction Figures with Another Ledger RGUCOMP1 - Compare General Ledger Transaction Figures with Another Ledger RGUCOFIT - Totals Records from Table COFIT RGUCOFIT - Totals Records from Table COFIT RGUCOFIS - Actual line items for table COFIT RGUCOFIS - Actual line items for table COFIT