SAP CFB_S_DE_COMPONENT CFB Data Entry Mass Entry Component List Table data and field list

CFB_S_DE_COMPONENT 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 "CFB Data Entry Mass Entry Component List" 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_DE_COMPONENT TYPE CFB_S_DE_COMPONENT.

The CFB_S_DE_COMPONENT table consists of various fields, each holding specific information or linking keys about CFB Data Entry Mass Entry Component List data available in SAP. These include MATNR (Material Number), LGORT (Storage Location), CHARG (Batch Number), AUFNR (Order Number)... 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_DE_COMPONENT 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_DE_COMPONENT 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_DE_COMPONENT 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
RGEKZIndicator: Backflush RGEKMCHAR1RGEKM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PI_PHASEPP-PI phase PI_PHASECHAR4NUMCVVORNR
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
OPNQTYOpen Quantity CFB_OPNQTYQUAN13(3) MENG13
GROSS_WEIGHTGross Weight CFB_GROSS_WEIGHTQUAN13(3) MENG13
TARETare CFB_TAREQUAN13(3) MENG13
NET_WEIGHTNet Weight CFB_NET_WEIGHTQUAN13(3) MENG13
UNIT_OF_WEIGHTUnit of Measure for Weighing CFB_UNIT_OF_WEIGHTUNIT3Assigned to domainCUNITMEINS
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
KZMNGNo Quantity Input CFB_KZMNGCHAR1CFB_KZMNG
MENGE_VERBQuantity Withdrawn From Orders MENGE_VERBQUAN13(3) MENGV13
KZKUPIndicator: co-product KZKUPCHAR1XFELD
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
USED_SCALE_IDScale ID CFB_SCALE_IDCHAR3TEXT3CFB_SCALE_ID

Key field Non-key field



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

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

How to access SAP table CFB_S_DE_COMPONENT

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

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