SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro | Local Currency Changeover(CA-EUR-CNV) SAP CA

RGEURBAL SAP ABAP Report - Adds Summary Records from a Ledger and Displays Differences (if not 0)







RGEURBAL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This programs adds all summary records per ledger/record type/version/ fiscal year, and company code (for local FI-SL tables) or global company (for global FI-SL tables) within a period interval and makes a list of the differences (non-zero balances)...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 RGEURBAL 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

GCEU - Item can be Included in Bal.Sheet
EWFG - Add Up Totals Records


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 RGEURBAL. "Basic submit
SUBMIT RGEURBAL AND RETURN. "Return to original report after report execution complete
SUBMIT RGEURBAL 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: WR_ONLY = List balances only
Selection Text: RYEAR = Fiscal year
Selection Text: RVERS = Version
Selection Text: RRCTY = Record type
Selection Text: PST_ALSO = Post differences to account
Selection Text: PER_TO = to
Selection Text: PER_FR = Period from
Selection Text: LEDGER = Ledger
Selection Text: FIELDVL2 = Characteristic Values
Selection Text: FIELDVL1 = Characteristic Values
Selection Text: FIELDNM2 = Field (add. balancing unit)
Selection Text: FIELDNM1 = Field (balancing unit)
Selection Text: ACCOUNT = Account
Title: Adds Summary Records from a Ledger and Displays Differences (if not 0)
Text Symbol: 032 = Time :
Text Symbol: 031 = Date :
Text Symbol: 030 = Generated by :
Text Symbol: 027 = Balance in currency 3:
Text Symbol: 026 = Balance in currency 2:
Text Symbol: 025 = Period:
Text Symbol: 024 = No. of records read:
Text Symbol: 023 = Fiscal year:
Text Symbol: 022 = Version:
Text Symbol: 021 = Rec.type
Text Symbol: 020 = Ledger:
Text Symbol: 013 = in acct:
Text Symbol: 012 = Clear differences


INCLUDES used within this REPORT RGEURBAL

INCLUDE: FGVALATT, FGVAL1TT, FGVAL2TT, FGVAL3TT.
INCLUDE: FGVALATT, FGVAL1TT, FGVAL2TT, FGVAL3TT.

INCLUDE: FGVALATT, FGVAL1TT, FGVAL2TT, FGVAL3TT.


INCLUDE IGEURBAL.


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_MAX_PERIOD_AND_OFFSET_GET CALL FUNCTION 'G_MAX_PERIOD_AND_OFFSET_GET' EXPORTING period = period table = t881-tab IMPORTING rpmax = rpmax.

G_MAX_PERIOD_AND_OFFSET_GET CALL FUNCTION 'G_MAX_PERIOD_AND_OFFSET_GET' EXPORTING period = period table = t881-tab IMPORTING offset = offset.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = fieldnm1 table = t881-tab text_flag = c_on IMPORTING field_attr = field_attr1 EXCEPTIONS not_found = 1 OTHERS = 2.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = fieldnm2 table = t881-tab text_flag = c_on IMPORTING field_attr = field_attr2 EXCEPTIONS not_found = 1 OTHERS = 2.

G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING table = t881-tab IMPORTING table_attr = table_attr EXCEPTIONS not_found = 1 OTHERS = 2.

G_UPDATE_TOTALS CALL FUNCTION 'G_UPDATE_TOTALS' EXPORTING i_record = i_tabname = t881-tab.

G_UPDATE_TOTALS CALL FUNCTION 'G_UPDATE_TOTALS' EXPORTING i_record = i_tabname = t881-tab.

G_UPDATE_TOTALS CALL FUNCTION 'G_UPDATE_TOTALS' EXPORTING i_record = i_tabname = t881-tab.

G_UPDATE_TOTALS CALL FUNCTION 'G_UPDATE_TOTALS' EXPORTING i_record = i_tabname = t881-tab.

G_UPDATE_TOTALS CALL FUNCTION 'G_UPDATE_TOTALS' EXPORTING i_record = i_tabname = t881-tab.

G_UPDATE_TOTALS CALL FUNCTION 'G_UPDATE_TOTALS' EXPORTING i_record = i_tabname = t881-tab.

G_UPDATE_TOTALS CALL FUNCTION 'G_UPDATE_TOTALS' EXPORTING i_record = i_tabname = t881-tab.

G_UPDATE_TOTALS CALL FUNCTION 'G_UPDATE_TOTALS' EXPORTING i_record = i_tabname = t881-tab.

G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING i_rldnr = t881-rldnr i_orgunit = orgunit IMPORTING organizational_info = organizational_info EXCEPTIONS no_info_found = 1 error_in_setup = 2 error_in_depld = 3 OTHERS = 4.

G_READ_VALUE CALL FUNCTION 'G_READ_VALUE' EXPORTING check_typ = '1' field = 'RACCT' * LANGU = SY-LANGU record_key = glu1 t800d_table = 'GLT0' table = 'GLU1' * TEXT_FLAG = ' ' value = value TABLES period = periods_gumd EXCEPTIONS not_found = 1 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 RGEURBAL or its description.