TVFSCB SAP (Scale Bases) Table details

Dictionary Type: Table
Description: Scale Bases




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




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

TVFSCB is a standard SAP Table which is used to store Scale Bases data and is available within R/3 SAP systems depending on the version and release level.

The TVFSCB table consists of various fields, each holding specific information or linking keys about Scale Bases data available in SAP. These include KAPPL (Application), SCABAS (Scale basis), TABNAME (Table Name (Database) for Scale Items), ASS_FIELD (Internal field assignment of scale basis re: struct VFSCAIYY).. 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: Not classified


SAP TVFSCB 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
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
SCABASScale basis REFQUANCHAR2TVFRFQREFQUAN
TABNAMETable Name (Database) for Scale Items SB_TABNAMECHAR30Assigned to domainAS4TABDTB
ASS_FIELDInternal field assignment of scale basis re: struct VFSCAIYY SB_ASSIGN_FIELDCHAR30Assigned to domainFDNAME
REF_FIELDReference field name for F1 or F4 help for scale basis SB_REF_FIELDCHAR30Assigned to domainFDNAME
REF_TABReference table for F1 and F4 help for scale basis SB_REF_TABCHAR30Assigned to domainAS4TABDTB
COMMSTRRef. to communication structure CT_COMMSTRCHAR1CT_COMMSTR
FLDNAME1Reference field 1 for scale or for calculation type CT_FLDNAMECHAR30Assigned to domainFDNAME
UNITNAME1Name of unit-of-measure field for reference field 1 CT_FLDNAME_UNITCHAR30Assigned to domainFDNAME
FLDNAME2Reference field 2 for scale or for calculation type CT_FLDNAME2CHAR30Assigned to domainFDNAME
UNITNAME2Name of unit-of-measure field for reference field 2 CT_FLDNAME_UNIT2CHAR30Assigned to domainFDNAME
FLDNAME3Reference field for calculation using EXIT routines CT_FLDNAME3CHAR30Assigned to domainFDNAME
UNITNAME3Name of unit-of-measure field for reference field (EXIT) CT_FLDNAME_UNIT3CHAR30Assigned to domainFDNAME
VARLENIndicator for variable input length for scale values SB_LENMODCHAR1SB_LENMOD
BEZGRScale basis corresponding to standard pricing (KZBZG) VF_KZBZGCHAR1KZBZG
UEXFLGIndicator for handling user exits VFUEXFLGCHAR1VFUEXFLG
VFSCBFFormula for scale base value VFSCBFNUMC3KOFRM
VFCTYFCondition formula for condition base value VFCTYFNUMC3KOFRM
USE_FLAGIndicator for usage as calculation type SB_KRECHCHAR1SB_KRECH
UNIT_CHECKCheck unit of measure for a scale basis SB_UNITCHECKCHAR1SB_UNITCHECK
DIMIDDimension key DIMIDCHAR6T006DDIMID
TAB_CONTROLName of the scale items control SB_CONTROLCHAR30Assigned to domainAS4TAB
SCR_PROGProgram for scale item screen SB_PROGNAMECHAR40PROGNAME
SCR_NRNumber of screen for scale items SB_DYNNRCHAR4SYCHAR04
SCTEXTIndicator for usage of texts for scale values SCTEXTCHAR1SCTEXT
SCSORTIndicator for sorting a scale SCSORTCHAR1SCSORT
RNDRL_CHECKIndicator rounding rule allowed SB_RNDRLCHAR1SB_RNDRL
INTGENIndicator for generating scale values SB_INTGCHAR1SB_INTG
CATYP_0Calculation Type CATYPCHAR1CATYP
CATYP_1Calculation Type CATYPCHAR1CATYP
CATYP_2Calculation Type CATYPCHAR1CATYP
CATYP_3Calculation Type CATYPCHAR1CATYP
CATYP_4Calculation Type CATYPCHAR1CATYP
SCATYP_0Scale type SCATYPCHAR1SCATYP
SCATYP_1Scale type SCATYPCHAR1SCATYP
SCATYP_2Scale type SCATYPCHAR1SCATYP
SCATYP_3Scale type SCATYPCHAR1SCATYP
SCATYP_4Scale type SCATYPCHAR1SCATYP
SCATYP_5Scale type SCATYPCHAR1SCATYP
SCATYP_6Scale type SCATYPCHAR1SCATYP
SCATYP_7Scale type SCATYPCHAR1SCATYP
SCATYP_8Scale type SCATYPCHAR1SCATYP
SCATYP_9Scale type SCATYPCHAR1SCATYP
BERGL_0Calculation Base BERGLCHAR1BERGL
BERGL_1Calculation Base BERGLCHAR1BERGL
BERGL_2Calculation Base BERGLCHAR1BERGL
BERGL_3Calculation Base BERGLCHAR1BERGL
BERGL_4Calculation Base BERGLCHAR1BERGL
BERGL_5Calculation Base BERGLCHAR1BERGL
BERGL_6Calculation Base BERGLCHAR1BERGL
BERGL_7Calculation Base BERGLCHAR1BERGL
BERGL_8Calculation Base BERGLCHAR1BERGL
BERGL_9Calculation Base BERGLCHAR1BERGL
PROG_MAINTProgram name for scale checks SB_CHECK_PROGCHAR40PROGNAME
FORM_MAINTForm name for scale checks SB_CHECK_FORMCHAR30SYCHAR30
PROG_CONDProgram name for scale checks SB_CHECK_PROGCHAR40PROGNAME
FORM_CONDForm name for scale checks SB_CHECK_FORMCHAR30SYCHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM TVFSCB
INTO CORRESPONDING FIELDS OF WA_TVFSCB
WHERE...

How to access SAP table TVFSCB

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