/RPM/FIN_LVL_CD SAP (Tracking Level for Financial Planning Change Documents) Table details

Dictionary Type: Table
Description: Tracking Level for Financial Planning Change Documents




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




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

/RPM/FIN_LVL_CD is a standard SAP Table which is used to store Tracking Level for Financial Planning Change Documents data and is available within R/3 SAP systems depending on the version and release level.

The /RPM/FIN_LVL_CD table consists of various fields, each holding specific information or linking keys about Tracking Level for Financial Planning Change Documents data available in SAP. These include PORTFOLIO_TYPE (Portfolio), FIN_VIEW (Financial View Type), FIN_CATEGORY (Financial Category), FIN_GROUP (Financial Group).. 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)


SAP /RPM/FIN_LVL_CD 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
PORTFOLIO_TYPEPortfolio /RPM/TV_PORTFOLIOCHAR15/RPM/PORT_TYPE/RPM/TD_PORT_TYPE
FIN_VIEWFinancial View Type /RPM/TV_FIN_VIEWNUMC2/RPM/FIN_VIEW/RPM/FIN_VIEW_TYPE
FIN_CATEGORYFinancial Category /RPM/TV_FIN_CATGCHAR15/RPM/FIN_CATG/RPM/TD_FIN_CATG
FIN_GROUPFinancial Group /RPM/TV_FIN_GRPCHAR15/RPM/FIN_GROUPS/RPM/TD_FIN_GRP
ITEMFinancial Planning Chance Documents for Item /RPM/TV_FIN_PLAN_CD_ITEMCHAR1BOOLE
BUCKETFinancial Planning Chance Documents for Buckets /RPM/TV_FIN_PLAN_CD_BUCKETCHAR1BOOLE
INITIATIVEFinancial Planning Chance Documents for Initiative /RPM/TV_FIN_PLAN_CD_INITCHAR1BOOLE
WHATIFFinancial Planning Change Documents for What-If Scenario /RPM/TV_FIN_PLAN_CD_WHATIFCHAR1BOOLE

Key field Non-key field



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

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

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

How to access SAP table /RPM/FIN_LVL_CD

Within an ECC or HANA version of SAP you can also view further information about /RPM/FIN_LVL_CD 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!