RABEST_ALV01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RABEST01 is for displaying values of fixed assets...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RABEST_ALV01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
AR01 - Call Asset List
AR32 - Call Create Worklist
AR32N - Call Create Worklist
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: SO_KUMAF = Accumulated depreciation
Selection Text: SO_KTANW = Balance sheet account
Selection Text: SO_KANSW = Acquisition value
Selection Text: SO_BCHWR = Book value
Selection Text: SO_AKTIV = Capitalization date
Selection Text: P_VARI = Display variant
Selection Text: P_GRID = Use ALV grid
Selection Text: PA_XGBAF = Current book value
Selection Text: PA_TITEL = Additional heading
Selection Text: PA_MIKRO = Print microfiche line
Selection Text: PA_LSSEP = List Separation
Title: Asset Balances
Text Symbol: W03 = Book val.
Text Symbol: W02 = Accum.dep.
Text Symbol: W01 = Acquis.val.
Text Symbol: U02 = Date created:
Text Symbol: U01 = Report date:
Text Symbol: F10 = Error Message Long Text
Text Symbol: C03 = Add. Batch Run Specif.
Text Symbol: BL2 = Further settings
Text Symbol: BL1 = Further selections
Text Symbol: BL0 = Display options
Text Symbol: AV6 = All assets
Text Symbol: AV5 = Selected asset
Text Symbol: AV4 = to add to the worklist?
Text Symbol: AV3 = would you like
Text Symbol: AV2 = Which assets
Text Symbol: AV1 = Add to worklist
Text Symbol: 024 = Generated variant
Text Symbol: 004 = Description
Text Symbol: 003 = Cap.date
Text Symbol: 002 = SNo
Text Symbol: 001 = Main number
INCLUDE RASORT_ALV04.
INCLUDE RASORT_ALV_DATA_FIELDCAT.
INCLUDE RA_GENERAL_DECLARATION. ">1496486
INCLUDE RASORT_ALV08.
No SAP DATABASE tables are accessed within this REPORT code!
FIAA_FIELDCAT_READ_VALUE CALL FUNCTION 'FIAA_FIELDCAT_READ_VALUE' TABLES t_fieldcat_value = gt_fieldcat_value.
FIAA_ALV_DISPLAY CALL FUNCTION 'FIAA_ALV_DISPLAY' EXPORTING use_alv_grid = p_grid variante = p_vari tabname_header = gd_tabname_header summen_bericht = summb x_t086 = t086 tcollect = tcollect TABLES itab_header =
[] bukrs = bukrs[] sortfeld = feld[] itab_errors = gt_anfm[]. "> 1002552
FIAA_FIELDCAT_ADD_FIELD CALL FUNCTION 'FIAA_FIELDCAT_ADD_FIELD' EXPORTING fieldcat_line = x_fieldcat.
FIAA_FIELDCAT_ADD_FIELD CALL FUNCTION 'FIAA_FIELDCAT_ADD_FIELD' EXPORTING fieldcat_line = x_fieldcat.
FIAA_FIELDCAT_ADD_FIELD CALL FUNCTION 'FIAA_FIELDCAT_ADD_FIELD' EXPORTING fieldcat_line = x_fieldcat.
FIAA_FIELDCAT_ADD_FIELD CALL FUNCTION 'FIAA_FIELDCAT_ADD_FIELD' EXPORTING fieldcat_line = x_fieldcat.
FIAA_FIELDCAT_ADD_BTR CALL FUNCTION 'FIAA_FIELDCAT_ADD_BTR' EXPORTING num = 1 text = text-w01 tabname = 'ITAB_DATA'.
FIAA_FIELDCAT_ADD_BTR CALL FUNCTION 'FIAA_FIELDCAT_ADD_BTR' EXPORTING num = 2 text = text-w02 tabname = 'ITAB_DATA'.
FIAA_FIELDCAT_ADD_BTR CALL FUNCTION 'FIAA_FIELDCAT_ADD_BTR' EXPORTING num = 3 text = text-w03 tabname = 'ITAB_DATA'.
FIAA_FIELDCAT_ADD_FIELD CALL FUNCTION 'FIAA_FIELDCAT_ADD_FIELD' EXPORTING fieldcat_line = x_fieldcat.
FIAA_FIELDCAT_ADD_FIELD CALL FUNCTION 'FIAA_FIELDCAT_ADD_FIELD' EXPORTING fieldcat_line = x_fieldcat.
FIAA_FIELDCAT_ADD_BTR CALL FUNCTION 'FIAA_FIELDCAT_ADD_BTR' EXPORTING num = 1 text = text-w01 tabname = 'SUMTAB_DATA_S'.
FIAA_FIELDCAT_ADD_BTR CALL FUNCTION 'FIAA_FIELDCAT_ADD_BTR' EXPORTING num = 2 text = text-w02 tabname = 'SUMTAB_DATA_S'.
FIAA_FIELDCAT_ADD_BTR CALL FUNCTION 'FIAA_FIELDCAT_ADD_BTR' EXPORTING num = 3 text = text-w03 tabname = 'SUMTAB_DATA_S'.
FIAA_FIELDCAT_ADD_FIELD CALL FUNCTION 'FIAA_FIELDCAT_ADD_FIELD' EXPORTING fieldcat_line = x_fieldcat.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.