RAIDPL19 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 RAIDPL19 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_HITLI = Ranking list............ Top
Selection Text: PA_LSSEP = List Separation
Selection Text: PA_MIKRO = Print Microfiche Line
Selection Text: PA_SIMVR = Simulation Version
Selection Text: PA_SOAFA = Display Special Dep.Separately
Selection Text: PA_SRTW0 = No Sorting
Selection Text: PA_SRTW1 = Acquisition Value
Selection Text: PA_SRTW2 = Book Value
Selection Text: PA_SRTW3 = Planned Depreciation
Selection Text: PA_SRTW4 = Planned Sp. Depreciation
Selection Text: PA_SRTW5 = Planned unpl. depreciation
Selection Text: PA_SRTW6 = Planned APC-Red. Depreciation
Selection Text: PA_TITEL = Additional Heading
Selection Text: SO_AFASL = Depreciation Key
Selection Text: SO_AKTIV = Capitalization Date
Selection Text: SO_BCHWR = Book Value
Selection Text: SO_KANSW = Acquisition Value
Selection Text: SO_KTANW = Balance Sheet Account
Selection Text: SO_NAFAP = Planned Depreciation
Title: Fixed Asset Ledger
Text Symbol: Z08 = Val./FY Start
Text Symbol: Z07 = Dep/FY Start
Text Symbol: Z06 = APC/FY Start
Text Symbol: Z05 = APC Trans./Year
Text Symbol: Z04 = Description
Text Symbol: Z03 = SNo.
Text Symbol: Z02 = Asset No.
Text Symbol: Z01 = Item
Text Symbol: W20 = Trns.AccDep
Text Symbol: W19 = PlndDep
Text Symbol: W18 = Acc.Dep
Text Symbol: W17 = End Book Val
Text Symbol: W16 = Man.Val.Adj.
Text Symbol: Z09 = Pln.Depr./Year
Text Symbol: Z10 = Val./Current
Text Symbol: Z11 = Page Total:
Text Symbol: Z12 = Prev.Pages Total:
Text Symbol: Z13 = Total:
INCLUDE RASORT00.
INCLUDE RASORT04.
INCLUDE RAIDPL19_ALVLIST.
INCLUDE RASORT08.
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "POL EXPORTING "POL MODE = 'CURRENT' "POL NO_DIALOG = 'X' "POL IMPORTING "POL OUT_PARAMETERS = PPARM "POL VALID = VAL_FLG "POL EXCEPTIONS "POL ARCHIVE_INFO_NOT_FOUND = 1 "POL * INVALID_PRINT_PARAMS = 2 "POL * INVALID_ARCHIVE_PARAMS = 3 "POL OTHERS = 4. "POL
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "POL EXPORTING "POL IN_PARAMETERS = PPARM "POL LINE_COUNT = LIN_CNT "POL MODE = 'PARAMS' "POL NO_DIALOG = 'X' "POL IMPORTING "POL OUT_PARAMETERS = PPARM "POL VALID = VAL_FLG "POL EXCEPTIONS "POL ARCHIVE_INFO_NOT_FOUND = 1 "POL * INVALID_PRINT_PARAMS = 2 "POL * INVALID_ARCHIVE_PARAMS = 3 "POL OTHERS = 4. "POL
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 RAIDPL19 or its description.