RAIDKRB01 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 RAIDKRB01 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: S_BRANCH = Business Place
Selection Text: EVGRP_NO = Evaluation Group (Bus. Place)
Title: Depreciation of Tangible Assets
Text Symbol: 008 = Name
Text Symbol: 009 = Sort Criterion
Text Symbol: F10 = Long text for error messages
Text Symbol: S01 = Report-Specific Criteria
Text Symbol: U01 = Report Date
Text Symbol: 007 = Useful Life
Text Symbol: 001 = Business Place
Text Symbol: 002 = Acct Determination
Text Symbol: 004 = Asset Number
Text Symbol: 005 = Subno.
Text Symbol: 006 = Acquis. Date
Text Symbol: U02 = Created On
Text Symbol: W07 = C Bal. Acc. Dep.
Text Symbol: W08 = Book Value
Text Symbol: W06 = Depr. Cur. Year
Text Symbol: W01 = Op. Bal. (Acq.)
Text Symbol: W02 = Increment
Text Symbol: W03 = Reduction
Text Symbol: W04 = Closing Balance
Text Symbol: W05 = O Bal. Acc. Dep.
INCLUDE RASORT04.
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.