SAP Reports / Programs

RGUOBJTE SAP ABAP Report - Example Object Number Test Program for GLFUNCT







RGUOBJTE 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 RGUOBJTE 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 RGUOBJTE. "Basic submit
SUBMIT RGUOBJTE AND RETURN. "Return to original report after report execution complete
SUBMIT RGUOBJTE 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: R_RYEAR = Fiscal Year
Selection Text: R_RLDNR = Ledger
Selection Text: P_SMALL = Output shortened list
Selection Text: P_RVERS = Version
Selection Text: P_RRCTY = Record Type
Selection Text: P_RBUKRS = Company Code
Selection Text: P_MAX = Maximum number of entries
Selection Text: P_EXT = Output complete list
Title: Example Object Number Test Program for GLFUNCT
Text Symbol: 700 = both used in totals as ROBJNR
Text Symbol: 600 = Occurrence of 'double' object number as SOBJNR
Text Symbol: 500 = Occurrence of 'double' object number as ROBJNR
Text Symbol: 400 = No. of multiple S object numbers for same code comb.
Text Symbol: 300 = No. of multiple R object numbers for same code comb.
Text Symbol: 290 = Multiple totals effect:
Text Symbol: 280 = as SOBJNR
Text Symbol: 270 = as ROBJNR
Text Symbol: 260 = totals recs used
Text Symbol: 250 = will be
Text Symbol: 240 = More object numbers for current code comb.:
Text Symbol: 230 = Object no. 2:
Text Symbol: 220 = Object no. 1:
Text Symbol: 214 = List of multiple object numbers for same code combination:
Text Symbol: 213 = Summary selection conditions:
Text Symbol: 212 = Total number of found object numbers:
Text Symbol: 211 = No. of read totals:
Text Symbol: 210 = Object numbers that belong to the same code comb.:
Text Symbol: 209 = Selected ledgers:
Text Symbol: 208 = Sum. statistics:
Text Symbol: 200 = No. of multiple occurrences of a code combination
Text Symbol: 110 = Object number test for table
Text Symbol: 100 = Statistics:
Text Symbol: 800 = both used in totals as SOBJNR
Text Symbol: 911 = Program started by:
Text Symbol: 912 = Start date:
Text Symbol: 913 = Start time:
Text Symbol: 914 = Stop date:
Text Symbol: 915 = Stop time:





Text Symbol: A01 = From
Text Symbol: A02 = To :
Text Symbol: S06 = Fiscal Year:
Text Symbol: S05 = Global Company
Text Symbol: S04 = Company Code:
Text Symbol: S03 = Version:
Text Symbol: S02 = Rec.type
Text Symbol: S01 = Ledger:


INCLUDES used within this REPORT RGUOBJTE

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:

No SAP FUNCTION MODULES are executed within this report code!



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