COCF_S_CONF_GM SAP (Goods Movements with Additional Fields) Structure details

Dictionary Type: Structure
Description: Goods Movements with Additional Fields




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




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

COCF_S_CONF_GM 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 "Goods Movements with Additional Fields" 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_COCF_S_CONF_GM TYPE COCF_S_CONF_GM.

The COCF_S_CONF_GM table consists of various fields, each holding specific information or linking keys about Goods Movements with Additional Fields 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP COCF_S_CONF_GM structure 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 MANDTCLNT3T000MANDT
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3T006CUNITMEINS
EBELNPurchase Order Number BSTNRCHAR10EKKOALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10RESBRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART
KZEARFinal Issue for This Reservation KZEARCHAR1XFELD
KZBEWMovement Indicator KZBEWCHAR1KZBEW
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
SAKTOG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
.INCLU--AP 0
WTY_INDWarranty indicator WTYSC_WTY_INDICATORCHAR1WTYSC_WTY_INDICATOR
MAKTXMaterial description CO_MATXTCHAR40TEXT40
WBKNZGoods movement indicator WBKNZCHAR1WBKNZ
KZ_MARKSingle-Character Indicator CHAR1CHAR1CHAR1
INDEX_NODEField defined as in SY-TABIX TABIX_DINT410TABIX
MENGE_VZQuantity with Sign MENGEVQUAN13(3) MENGV13
ERFMG_VZQuantity in unit of entry with leading sign ERFMGVQUAN13(3) MENGV13
ARBPLWork Center RU_ARBPLICHAR8ARBPLAGR
COUNTERNumber of Data Records That Have Contributed to Line COCF_SR_CNTINT410
FOREIGN_DEPEvent Does Not Belong to Entry Period COCF_SR_INCIDENT_NOT_IN_DEPCHAR1XFELD
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
RMZHLConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL
ORINDOrigin Indicator of PDC Message (Application) ORINDCHAR1ORIND

Key field Non-key field



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

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

How to access SAP table COCF_S_CONF_GM

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