SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

RGUTITIC SAP ABAP Report - Archiving Object MM_ACCTIT: Create Indices in Archive







RGUTITIC 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 RGUTITIC 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 RGUTITIC. "Basic submit
SUBMIT RGUTITIC AND RETURN. "Return to original report after report execution complete
SUBMIT RGUTITIC 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: P_TEST = Test run
Selection Text: P_PROD = Update run
Selection Text: P_OB_CNT = Objects per commit
Selection Text: P_NDL_ID = Archive not del. in database
Title: Archiving Object MM_ACCTIT: Create Indices in Archive
Text Symbol: S06 = Created index records (no insertion in datab.):
Text Symbol: S05 = Included index recs:
Text Symbol: S04 = Opened index records:
Text Symbol: S03 = Opened files:
Text Symbol: S02 = Archiving object:
Text Symbol: S01 = Stats:
Text Symbol: P06 = Note on commit counter
Text Symbol: P05 = Note on index creation production mode
Text Symbol: P04 = @3Y@ Archive sel.
Text Symbol: P03 = Note on index creation test mode
Text Symbol: P02 = Update run
Text Symbol: P01 = Test run! Test run! Test run! Test run! Test run! Test run! Test run!
Text Symbol: F04 = Selections
Text Symbol: F03 = Technical settings
Text Symbol: F02 = Archive sel. criteria
Text Symbol: F01 = Processing optn
Text Symbol: C01 = Include undeleted archives in the database
Text Symbol: 920 = Archiving object:
Text Symbol: 919 = System:
Text Symbol: 918 = SAP Release:
Text Symbol: 915 = Stop time:
Text Symbol: 914 = Stop date:
Text Symbol: 913 = Start time:
Text Symbol: 912 = Start date:
Text Symbol: 911 = Program started by user


INCLUDES used within this REPORT RGUTITIC

INCLUDE TITICTOP.
INCLUDE TITICSEL.


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