COAFPOINF SAP (Dialog data for the order item) Structure details

Dictionary Type: Structure
Description: Dialog data for the order item




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




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

COAFPOINF 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 "Dialog data for the order item" 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_COAFPOINF TYPE COAFPOINF.

The COAFPOINF table consists of various fields, each holding specific information or linking keys about Dialog data for the order item data available in SAP. These include USEQU (Quota arrangement usage), FHWTX (Indicator: Production memo exists), SOPNR (SOP order number), KUNNR (Sold-to party).. 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 COAFPOINF 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
INSNCQuality inspection indicator cannot be changed INSNCCHAR1XFELD
USEQUQuota arrangement usage USEQUCHAR1TMQ2USEQU
FHWTXIndicator: Production memo exists CO_FHWTEXTCHAR1CO_FHWTEXT
SOPNRSOP order number SAFNRCHAR10SAFNR
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
NAME1Name 1 NAME1_GPCHAR35NAME
KWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
BMENGConfirmed Quantity BMENGQUAN13(3) MENG13
VSMNGDelivered quantity in sales units VSMNGQUAN13(3) MENG13
KETDATRequested delivery date of the document KETDATCHAR10ETDAT
BDATUCommitted Date DAT05DATS8DATUM
STTXPSystem Status CO_STTXTCHAR40CHAR40
ORT01City ORT01_GPCHAR35TEXT35
VDATURequested delivery date EDATU_VBAKDATS8DATUM
PARBKCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WPSMNGOrder item quantity CO_PSMNGQUAN13(3) MENG13
WMEINHUnit of measure for in-house production CO_AUFMEUNIT3Assigned to domainCUNITMEINS
KZWSOUnits of measure usage KZWSOCHAR1KZWSO
EDATUSchedule line date EDATUDATS8DATUM
SERCOMSingle-Character Indicator CHAR1CHAR1CHAR1
COMP_RESOCM: Result of comparison of two order objects OCM_COMP_RESCHAR1OCM_COMP_RES
NO_KALKPOSOrder item is not relevant to calculation NO_KALKPOSCHAR1XFELD
EXT_CONVERSIONIndicator: Convert planned order with RSNUM CO_PLAFKZCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table COAFPOINF

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