SAP Reports / Programs

RAVCLUST SAP ABAP Report - FI-AA: Call of view clusters







RAVCLUST 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 RAVCLUST 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

ANHAL - Maintain Cutoff Value Key
ATRANSGRP - Transaction Group Maintenance
AUFW - Maintain Revaluation Measures
AFAMS - View Maint. Multi-Level Method
ANK0 - Ch.-of-Depr.-Dep. Asset Class Data
ANK1 - Ch.-of-Depr.-Dep. Control Specif.
OAAR - C AM Year-end closing by area
ANK2 - Ch.-of-Depr.-Dep. Allocations
ANK3 - Ch.-of-Depr.-Dep. Net Worth Valuat.
OA81 - Maintain Transaction Types - Expert
ANK4 - Ch.-of-Depr.-Dep. Insurance Data
AFAMSK - Method: Levels in Calendar Years
AFAMH - Maintain Maximum Amount Method
OAV5 - Index figures
ANSICHT - Maintain Asset Views
AO99_OLD - Acct. assgnmt. Derived dep. areas
ANVEST - Maintain Investment Support Measures
AO21 - Screen layout for deprec. areas
AO90_OLD - Account assignmt Acquisitions
AFAMA - View Maint. for Deprec. Key Method
AO88 - Acct.Assignmt for Investment Support
AO51 - Leasing field selection
AO33 - Net worth tax field selection
AO42 - Insurance field selection
OAYZ - Asset class: Depreciation areas
OAYU - Capitaliztn of dwn-paymnts (transfr)
OAYT - Transact.type for proportional vals
OAYS - Special treatment of retirement
OAYR - Posting rules for depreciation
OAYQ - Gross/net resrvs.for special deprec.
OAYP - Shortening rules for shortened FY
OAYO - Rounding specific. for deprec. area
OAYN - Assign bal.sheet/inc.stmt to area
OAYM - Permit group asset for area
OAYL - Individual period weighting
OAYK - Low-value assets
OAYJ - Net book value is changeover amount
OAYI - Memo value of area
OAYH - Depreciation area currency
OAYG - Legacy data transfer: Calc.repl.val.
OAYF - Legacy Data Transfer: Accumul. Depr.
OAYE - Legacy data transfer: Sequence
OAYD - Legacy data transfer: Man. entry FC
OAWT - AW01- define value field texts
OAXB - Deprec. areas for transaction types
OAXC - Deprec. areas for transaction types
OAXD - Deprec. areas for transaction types
OAXE - Deprec. areas for transaction types
OAXF - Define Transaction Type
OAXH - Deprec. areas for transaction types
OAXI - Deprec. areas for transaction types
OAXJ - Deprec. areas for transaction types
OAY1 - Special handling of transfer posting
OAY2 - Asset class: Low value asset check
OAYA - Deprec. areas for transaction types
OAYB - Limiting transaction type groups
OAYC - Legacy data transfer: Depr. terms


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 RAVCLUST. "Basic submit
SUBMIT RAVCLUST AND RETURN. "Return to original report after report execution complete
SUBMIT RAVCLUST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: FI-AA: Call of view clusters


INCLUDES used within this REPORT RAVCLUST

INCLUDE MENURETN.


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:

VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING VIEWCLUSTER_NAME = CLUSTNAME * START_OBJECT = 'V_TABW_00 ' MAINTENANCE_ACTION = ACTION * READ_KIND = ' ' * SHOW_SELECTION_POPUP = ' ' * CORR_NUMBER = ' ' * NO_WARNING_FOR_CLIENTINDEP = ' ' TABLES DBA_SELLIST = RANGETAB.

T096_READ CALL FUNCTION 'T096_READ' EXPORTING F_T096 = T096 IMPORTING F_T096 = T096 E_T096T = T096T EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

SELECT_AFAPL_NEU CALL FUNCTION 'SELECT_AFAPL_NEU' * EXPORTING * I_ACTIVE = 'X' IMPORTING E_AFAPL = G_AFAPL EXCEPTIONS NO_AFAPL_SELECTED = 1 NO_AFAPL_DEFINED = 2 OTHERS = 3.



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