CODOCINF SAP (Buffer tables - additional fields in order) Structure details

Dictionary Type: Structure
Description: Buffer tables - additional fields in order




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




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

CODOCINF 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 "Buffer tables - additional fields in order" 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_CODOCINF TYPE CODOCINF.

The CODOCINF table consists of various fields, each holding specific information or linking keys about Buffer tables - additional fields in order data available in SAP. These include WEMNG_OPR (Quantity of Goods Received), WEMEH_OPR (Purchase Order Unit of Measure), BANFN_DEL (Purchase requisition number), BNFPO_DEL (Item number of the purchase requisition in the order).. 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 CODOCINF 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
SEQTYPESequence category FOLGENARTCHAR1Assigned to domainFLGAT
WEMNG_OPRQuantity of Goods Received WEMNGQUAN13(3) MENG13
WEMEH_OPRPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BANFN_DELPurchase requisition number CO_BANFNCHAR10ALPHABANFN
BNFPO_DELItem number of the purchase requisition in the order CO_BNFPONUMC5Assigned to domainBNFPO
FLG_PURSIndicator: Purchase order exists FLG_PURSCHAR1KREUZ
INDEXSUMNRField defined as in SY-TABIX TABIX_DINT410TABIX
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
FLG_VABIndicator: Sub-network exists FLG_VABCHAR1X
XCHARBatch management indicator (internal) XCHARCHAR1XFELD
AMGLGScrap quantity AUMNGQUAN13(3) MENGV13
KNTTP_SNETAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
KZKFGConfigurable Material KZKFGCHAR1XFELD
TXCHGIndicator: long text changed TXCHGCHAR1XFELD
AMGKOScrap quantity AUMNGQUAN13(3) MENGV13
SPLQSplit Quantity in Order Split SPLIT_QTYQUAN13(3) MENG13
COMP_RESOCM: Result of comparison of two order objects OCM_COMP_RESCHAR1OCM_COMP_RES
ASKUMCumulative Scrap Qty of Subsequent Reporting Pts (Cur. Per.) X_KUM_PERQUAN13(3) MENG13
DKCHGInd. : Document assignment to material component changed DKCHGCHAR1XFELD
PSTXCHGInd.: Changed PS text PSTXCHGCHAR1XFELD
IDENTExternal identification of an item CS_ITMIDCHAR8CHAR8
SERVCHGCheckbox XFELDCHAR1XFELD
SANKA_CHGCheckbox XFELDCHAR1XFELD
ASSEMBLYMaterial number of higher-level assembly BAUGRCHAR18Assigned to domainMATN1MATNR
MAINBOMAssembly BAGRPCHAR18Assigned to domainMATN1MATNR
MAINTYBOM category STLTYCHAR1STLTY
EPROFILEExternal Procurement Profile MEPROFILECHAR2EPROFILE
.INCLU--AP 0
/CUM/INTCUNRCU: Internal CU Number in a Work Order /CUM/INTCUNRNUMC6NUMC6

Key field Non-key field



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

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

How to access SAP table CODOCINF

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