SAP Reports / Programs

RABEST_ALV01 SAP ABAP Report - Asset Balances







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


Transaction Code(s):

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


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 RABEST_ALV01. "Basic submit
SUBMIT RABEST_ALV01 AND RETURN. "Return to original report after report execution complete
SUBMIT RABEST_ALV01 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: 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


INCLUDES used within this REPORT RABEST_ALV01

INCLUDE RASORT_ALV04.
INCLUDE RASORT_ALV_DATA_FIELDCAT.
INCLUDE RA_GENERAL_DECLARATION. ">1496486
INCLUDE RASORT_ALV08.


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:

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.



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