FAIBSV11C SAP (Configuration: Balance Sheet Valuation Procedure Attributes) Table details

Dictionary Type: Table
Description: Configuration: Balance Sheet Valuation Procedure Attributes




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




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

FAIBSV11C is a standard SAP Table which is used to store Configuration: Balance Sheet Valuation Procedure Attributes data and is available within R/3 SAP systems depending on the version and release level.

The FAIBSV11C table consists of various fields, each holding specific information or linking keys about Configuration: Balance Sheet Valuation Procedure Attributes data available in SAP. These include FAI_CLASS_NAME (Object Type Name), FAI_CLASS_RULE (Object Type Name), FAI_INT_LAYER (Name of a Persistence Object), FAI_BSV_PRGID (Program Identifier for Balance Sheet Valuation Procedure).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FAIBSV11C 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
FAI_BSV_PROCBalance Sheet Valuation Procedure (ID) FAI_BSV_PROCNUMC4NUMC04
FAI_CLASS_NAMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
FAI_CLASS_RULEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
FAI_INT_LAYERName of a Persistence Object FINB_PR_OBJ_NAMECHAR40Assigned to domainFINB_PR_OBJ_NAME
FAI_BSV_PRGIDProgram Identifier for Balance Sheet Valuation Procedure FAI_BSV_PRGIDCHAR3FAI_BSV_PRGID
FAI_BSV_INACTIVEBalance Sheet Valuation Procedure Inactive FAI_BSV_INACTIVECHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table FAIBSV11C using ABAP code

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

SELECT SINGLE *
FROM FAIBSV11C
INTO CORRESPONDING FIELDS OF WA_FAIBSV11C
WHERE...

How to access SAP table FAIBSV11C

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