CON_FIN_BSV_S_MP_RULE SAP (Balance Sheet Valuation: Rule) Structure details

Dictionary Type: Structure
Description: Balance Sheet Valuation: Rule




ABAP Code to SELECT data from CON_FIN_BSV_S_MP_RULE
Related tables to CON_FIN_BSV_S_MP_RULE
Access table CON_FIN_BSV_S_MP_RULE




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

CON_FIN_BSV_S_MP_RULE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Balance Sheet Valuation: Rule" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CON_FIN_BSV_S_MP_RULE TYPE CON_FIN_BSV_S_MP_RULE.

The CON_FIN_BSV_S_MP_RULE table consists of various fields, each holding specific information or linking keys about Balance Sheet Valuation: Rule data available in SAP. These include FAI_SOURCE_ID (Source System for Market Prices), FAI_SOURCE_CAT (Price Source Category), FAI_PRIORITY (Price sources: sequence number), FAI_PER_PAST (Number of Periods (Past)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CON_FIN_BSV_S_MP_RULE structure 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
FAI_MARKET_TYPEMarket Type for Market Prices CON_FIN_MARKET_TYPECHAR4
FAI_SOURCE_IDSource System for Market Prices CON_FIN_SOURCE_IDCHAR10
FAI_SOURCE_CATPrice Source Category CON_FIN_SOURCE_CATCHAR1
FAI_PRIORITYPrice sources: sequence number CON_FIN_PRIORITYNUMC2CON_FIN_PRIORITY
FAI_PER_PASTNumber of Periods (Past) CON_FIN_PER_PASTNUMC3CON_FIN_PERIOD_COUNT
FAI_PER_FUTURENumber of Periods (Future) CON_FIN_PER_FUTURENUMC3CON_FIN_PERIOD_COUNT
FAI_SORT_RULESort Rule for Market Prices CON_FIN_SORT_RULECHAR4CON_FIN_SORT_RULE
FAI_CURR_RULECurrency Translation Rule (Market Prices) CON_FIN_CURR_RULECHAR1CON_FIN_CURR_RULE
FAI_XRATE_TYPEExchange Rate Type for Lowest Value Comparison CON_FIN_XRATE_TYPECHAR4Assigned to domainKURST
FAI_MEAN_COUNTNumber of Prices to be Averaged CON_FIN_MEAN_COUNTDEC3
FAI_MP_TOLERANCEOver/Underdelivery Tolerance CON_FIN_MP_TOLERANCEDEC5(2) CON_FIN_PERCENT

Key field Non-key field



How do I retrieve data from SAP structure CON_FIN_BSV_S_MP_RULE using ABAP code?

As CON_FIN_BSV_S_MP_RULE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CON_FIN_BSV_S_MP_RULE as there is no data to select.

How to access SAP table CON_FIN_BSV_S_MP_RULE

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