CFB_BACKFLUSH SAP (Backflush of Batches) Table details

Dictionary Type: Table
Description: Backflush of Batches




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




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

CFB_BACKFLUSH is a standard SAP Table which is used to store Backflush of Batches data and is available within R/3 SAP systems depending on the version and release level.

The CFB_BACKFLUSH table consists of various fields, each holding specific information or linking keys about Backflush of Batches data available in SAP. These include MANDT (Client), RSNUM (Number of Reservation/Dependent Requirement), RSPOS (Item Number of Reservation/Dependent Requirement), CHARG (Batch 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. .

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_BACKFLUSH 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
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFTYPOrder category AUFTYPNUMC2AUFTYP
ERSDA_BATCHCreated On ERSDADATS8DATUM
KZKUPIndicator: co-product KZKUPCHAR1XFELD
GM_QTYNet Weight CFB_NET_WEIGHTQUAN13(3) MENG13
GM_UOMUnit of Measure for Weighing CFB_UNIT_OF_WEIGHTUNIT3Assigned to domainCUNITMEINS
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITTime, at Which Record Was Added ERZEITTIMS6UHRZT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM CFB_BACKFLUSH
INTO CORRESPONDING FIELDS OF WA_CFB_BACKFLUSH
WHERE...

How to access SAP table CFB_BACKFLUSH

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