CFB_WEIGH_LIST SAP (Database of Weigh List) Table details

Dictionary Type: Table
Description: Database of Weigh List




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




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

CFB_WEIGH_LIST is a standard SAP Table which is used to store Database of Weigh List data and is available within R/3 SAP systems depending on the version and release level.

The CFB_WEIGH_LIST table consists of various fields, each holding specific information or linking keys about Database of Weigh List data available in SAP. These include MANDT (Client), MBLNR (Number of Material Document), MJAHR (Material Document Year), ZEILE (Item in Material Document).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CFB_WEIGH_LIST 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SCALE_IDScale ID CFB_SCALE_IDCHAR3TEXT3CFB_SCALE_ID
SCALE_USERUser Name SYUNAMECHAR12SYCHAR12
LOC_DATEDate CFB_DATSDATS8DATS
LOC_TIMETime CFB_TIMSTIMS6UZEIT
NAMEDescriptive Name of Scale CFB_SCALE_NAMECHAR40TEXT40
IDENT_NRIdentification Number of Weighing CFB_WEIGH_DOC_IDCHAR30CFB_WEIGH_DOC_ID
UNITUnit of Measure for Weighing CFB_UNIT_OF_WEIGHTUNIT3Assigned to domainCUNITMEINS
TARETare CFB_TAREQUAN13(3) MENG13
TARE_MANTare has been entered manually CFB_TARE_MANUALCHAR1BOOLE
GROSS_WEIGHTGross Weight CFB_GROSS_WEIGHTQUAN13(3) MENG13
GROSS_WEIGHT_MANGross weight has been entered manually CFB_GROSS_MANUALCHAR1BOOLE
NET_WEIGHTNet Weight CFB_NET_WEIGHTQUAN13(3) MENG13
NET_WEIGHT_MANNet weight has been entered manually CFB_NET_MANUALCHAR1BOOLE
EBELNPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PPS_AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PPS_POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
GLOBAL_COUNTERUnique number for one line MIGO_GLOBAL_COUNTERNUMC6NUMC6
SHKZGDirection of Goods Movement SHKZG_MIGOCHAR1SHKZG_MIGO
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
RMZHLConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL

Key field Non-key field



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

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

SELECT SINGLE *
FROM CFB_WEIGH_LIST
INTO CORRESPONDING FIELDS OF WA_CFB_WEIGH_LIST
WHERE...

How to access SAP table CFB_WEIGH_LIST

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