/RPM/FIN_VIEW SAP (Financial view types) Table details

Dictionary Type: Table
Description: Financial view types




ABAP Code to SELECT data from /RPM/FIN_VIEW
Related tables to /RPM/FIN_VIEW
Access table /RPM/FIN_VIEW




Table field list including key, data, relationships and ABAP select examples

/RPM/FIN_VIEW is a standard SAP Table which is used to store Financial view types data and is available within R/3 SAP systems depending on the version and release level.

The /RPM/FIN_VIEW table consists of various fields, each holding specific information or linking keys about Financial view types data available in SAP. These include FIN_VIEW (Financial View Type), ITEM (Planning Applicable to Item), BUCKET (Planning Applicable to Bucket), MASTER (Planning Applicable for Initiative).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = /RPM/FIN_VIEW_T


SAP /RPM/FIN_VIEW table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FIN_VIEWFinancial View Type /RPM/TV_FIN_VIEWNUMC2/RPM/FIN_VIEW_TYPE
ITEMPlanning Applicable to Item /RPM/TRUE_FOR_ITEMCHAR1BOOLE
BUCKETPlanning Applicable to Bucket /RPM/TRUE_FOR_BUCKETCHAR1BOOLE
MASTERPlanning Applicable for Initiative /RPM/TRUE_FOR_MASTERCHAR1BOOLE
ITEM_PROCESSFinancial Planning Item Process /RPM/TV_ITEM_FIN_PROCESSCHAR3/RPM/ITEM_FIN_PROCESS
BUCKET_PROCESSFinancial Planning Bucket Process /RPM/TV_BUKCET_FIN_PROCESSCHAR3/RPM/BUKCET_FIN_PROCESS
MASTER_PROCESSPlanning Process for Initiative /RPM/TV_MASTER_FIN_PROCESSCHAR3/RPM/MASTER_FIN_PROCESS
FIN_AMOUNT_TYPEFinancial Amount Type /RPM/TV_FIN_AMOUNT_TYPENUMC2/RPM/TD_FIN_AMOUNT_TYPE
BUCKET_ROLLUPSRCSource Objects for Bucket Rollup /RPM/TV_BUCKET_ROLLUP_SRCCHAR3/RPM/TD_BUCKET_ROLLUP_SRC
SUB_ITEMPlanning Applicable for Item of Initiative /RPM/TRUE_FOR_SUB_ITEMCHAR1BOOLE
SUB_ITEM_PROCESSFinancial Planning Item Process /RPM/TV_ITEM_FIN_PROCESSCHAR3/RPM/ITEM_FIN_PROCESS
ITEM_REDIRECTFinancial View Type /RPM/TV_FIN_VIEWNUMC2Assigned to domain/RPM/FIN_VIEW_TYPE
ROLLUP_APPR_STApproval Status of Items for Bucket/Initiative Rollup /RPM/TV_APPROVAL_STATUSCHAR3/RPM/TD_APPROVAL_STATUS
DWNLD_TYP_AMOUNTAmount Type for Transfer /RPM/TV_DWNLOAD_TYPE_FOR_AMNTCHAR1/RPM/TD_DWNLOAD_TYPE_FOR_AMNT
CO_VERSIONVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS

Key field Non-key field



How do I retrieve data from SAP table /RPM/FIN_VIEW using ABAP code

The following ABAP code Example will allow you to do a basic selection on /RPM/FIN_VIEW to SELECT all data from the table
DATA: WA_/RPM/FIN_VIEW TYPE /RPM/FIN_VIEW.

SELECT SINGLE *
FROM /RPM/FIN_VIEW
INTO CORRESPONDING FIELDS OF WA_/RPM/FIN_VIEW
WHERE...

How to access SAP table /RPM/FIN_VIEW

Within an ECC or HANA version of SAP you can also view further information about /RPM/FIN_VIEW and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!