SAP CFB_S_SCALE_DB Structure for Accessing Database CFB_SCALE Table data and field list

CFB_S_SCALE_DB 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 "Structure for Accessing Database CFB_SCALE" 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_CFB_S_SCALE_DB TYPE CFB_S_SCALE_DB.

The CFB_S_SCALE_DB table consists of various fields, each holding specific information or linking keys about Structure for Accessing Database CFB_SCALE data available in SAP. These include MANDT (Client), SCALE_ID (Scale ID), NAME (Descriptive Name of Scale), PLANT (Plant)... 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. .

CFB_S_SCALE_DB structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CFB_S_SCALE_DB structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CFB_S_SCALE_DB table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
SCALE_IDScale ID CFB_SCALE_IDCHAR3TEXT3CFB_SCALE_ID
NAMEDescriptive Name of Scale CFB_SCALE_NAMECHAR40TEXT40
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MODEL_CLASSName of Scale Model Class CFB_SCALE_MODEL_CLASSCHAR30SEOCLSNAME
TARE_DEFAULTTare CFB_TAREQUAN13(3) MENG13
UNITUnit of Measure for Weighing CFB_UNIT_OF_WEIGHTUNIT3Assigned to domainCUNITMEINS
PAR1Control Parameter for Scale Control CFB_SCALE_PARCHAR50TEXT50
PAR2Control Parameter for Scale Control CFB_SCALE_PARCHAR50TEXT50
PAR3Control Parameter for Scale Control CFB_SCALE_PARCHAR50TEXT50
PAR4Control Parameter for Scale Control CFB_SCALE_PARCHAR50TEXT50
PAR5Control Parameter for Scale Control CFB_SCALE_PARCHAR50TEXT50
PAR6Control Parameter for Scale Control CFB_SCALE_PARCHAR50TEXT50
PAR7Control Parameter for Scale Control CFB_SCALE_PARCHAR50TEXT50
PAR8Control Parameter for Scale Control CFB_SCALE_PARCHAR50TEXT50
PAR9Control Parameter for Scale Control CFB_SCALE_PARCHAR50TEXT50

Key field Non-key field



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

As CFB_S_SCALE_DB 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 CFB_S_SCALE_DB as there is no data to select.

How to access SAP table CFB_S_SCALE_DB

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

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