RAZUGA01 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 RAZUGA01 into the relevant SAP transactions such as SE38 or SE80
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: PA_GITVS = History sheet version
Selection Text: PA_HITLI = Ranking list............ Top
Selection Text: PA_LSSEP = List Separation
Selection Text: PA_MIKRO = Print microfiche line
Selection Text: PA_SRTVR = Sort version
Selection Text: PA_SRTW0 = No sorting
Selection Text: PA_SRTW1 = Comp. acquisition
Selection Text: PA_SUMMB = Summary report
Selection Text: PA_TITEL = Supplementary title
Selection Text: SO_AFASL = Depreciation key
Selection Text: SO_AKTIV = Capitalization date
Selection Text: SO_ANLKL = Asset class
Selection Text: SO_BUDAT = Posting date
Selection Text: SO_BWASL = Transaction type
Selection Text: SO_GEGST = Technical asset number
Selection Text: SO_GSBER = Business area
Selection Text: SO_KOSTL = Cost center
Selection Text: SO_KTANW = Balance sheet account
Selection Text: SO_KTOGR = Account determination key
Selection Text: SO_STORT = Location
Selection Text: SO_WERKS = Plant
Title: Asset Acquisitions
Text Symbol: W03 = S.dep;
Text Symbol: W02 = O.dep;
Text Symbol: W01 = Acquis;
Text Symbol: U02 = Creation date:
Text Symbol: 001 = Main number
Text Symbol: 002 = SNo.
Text Symbol: 003 = Cap. date
Text Symbol: 004 = Name ;
Text Symbol: 005 = Quantity;
Text Symbol: 006 = Un ;
Text Symbol: 019 = TTy
Text Symbol: 020 = Docum. no.
Text Symbol: 021 = AstValDate
Text Symbol: 024 = Generated variant
Text Symbol: 027 = PostngDate;
Text Symbol: 028 = Reference number;
INCLUDE RASORT00.
INCLUDE RASORT04.
INCLUDE RASORT08.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.