BAPIMECONFITEM SAP (Confirmation - Item Data) Structure details

Dictionary Type: Structure
Description: Confirmation - Item Data




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




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

BAPIMECONFITEM 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 "Confirmation - Item Data" 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_BAPIMECONFITEM TYPE BAPIMECONFITEM.

The BAPIMECONFITEM table consists of various fields, each holding specific information or linking keys about Confirmation - Item Data data available in SAP. These include MATERIAL (Material Number), MATERIAL_EXTERNAL (Long Material Number for MATERIAL Field), MATERIAL_GUID (External GUID for MATERIAL Field), MATERIAL_VERSION (Version Number for MATERIAL Field).. 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 BAPIMECONFITEM 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
ITEM_NOItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
EMATERIALMaterial Number EMATNRCHAR18Assigned to domainMATN1MATNRMAT
INT_ARTICLE_NUMInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
VEND_MATMaterial Number Used by Vendor IDNLFCHAR35IDNEX
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
QUANTITYPurchase Order Quantity BSTMGQUAN13(3) MENG13
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
PO_UNIT_ISOOrder unit in ISO code BSTME_ISOCHAR3Assigned to domainISOCD_UNIT
ORDERPR_UNOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
ORDERPR_UN_ISOISO code for purchase order price unit BBPRM_ISOCHAR3Assigned to domainISOCD_UNIT
PRICE_UNITPrice Unit EPEINDEC5DEC5
NET_PRICECurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
ACKN_REQDOrder Acknowledgment Requirement KZABSCHAR1XFELD
ACKNOWL_NOOrder Acknowledgment Number LABNRCHAR20TEXT20
SHIPPINGShipping Instructions EVERSCHAR2Assigned to domainEVERS
CONFIRMED_AS_ORDEREDConfirmed as Ordered CONFASORDCHAR1XFELD
CANCELEDRejection Indicator ABSKZCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPIMECONFITEM

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