BAPI_PO_ITEM_D SAP (Item Data Purchase Order (BUS2201-GetDetail)) Structure details

Dictionary Type: Structure
Description: Item Data Purchase Order (BUS2201-GetDetail)




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




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

BAPI_PO_ITEM_D 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 "Item Data Purchase Order (BUS2201-GetDetail)" 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_BAPI_PO_ITEM_D TYPE BAPI_PO_ITEM_D.

The BAPI_PO_ITEM_D table consists of various fields, each holding specific information or linking keys about Item Data Purchase Order (BUS2201-GetDetail) data available in SAP. These include ITEM_TYPE (Item Category), ITEM_NUMBER (Item Number), BUSINESSPROCESS (Technical Key of Business Transaction (Char32-GUID)), PARENT (Parent GUID (Mapping of Outlines)).. 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 BAPI_PO_ITEM_D 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_GUIDItem Business Transaction (Char32 GUID) BBP_BP_ITEMCHAR32SYSUUID_C
ITEM_TYPEItem Category CRMT_ITEM_TYPE_DBCHAR4Assigned to domainCRM_ITEM_TYPE
ITEM_NUMBERItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
BUSINESSPROCESSTechnical Key of Business Transaction (Char32-GUID) BAPI_BUSINESSPROCESSCHAR32SYSUUID_C
PARENTParent GUID (Mapping of Outlines) BAPI_PARENTCHAR32SYSUUID_C
DESCRIPTIONShort Text TXZ01CHAR40TEXT40
PRODUCT_GUIDInternal Unique ID of Product COMT_PRODUCT_GUID_BAPICHAR32SYSUUID_C
PRODUCT_IDProduct Number BAPI_PRODUCT_IDCHAR40PRID1COM_PRODUCT_ID
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
PARTNER_PRODProduct Number of Vendor BBP_PARTNER_PRODCHAR40PRSHTEXT40
MANU_PRODManufacturer Part Number BBP_MFRPNCHAR40CHAR40
MFR_NO_EXTExternal manufacturer code name or number EMNFRCHAR10CHAR10
CATALOGIDCatalog ID from which the line was selected CATALOGCHAR20BBP_WS_SERVICE_ID
CATALOGITEMCatalog Item (Unique Key) CATALOGITEMCHAR40CATALOGITEM
EXT_QUOTE_IDNumber of an External RFx Response BBP_EXT_QUOTE_IDCHAR35
EXT_QUOTE_ITEMItem of an External RFx Response BBP_EXT_QUOTE_ITEMNUMC10
CATEGORY_GUIDProduct Category GUID BBP_CATEGORY_GUIDCHAR32SYSUUID_C
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
DEL_INDDeletion Indicator SRM Purchasing Document BBP_DEL_INDCHAR1XFELD
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
UNIT_ISOISO Code for Unit of Measurement BBP_UNIT_ISOCHAR3Assigned to domainISOCD_UNIT
PRICENet Price BBP_BAPI_PRICEDEC23(4) BAPICURR
PRICE_UNITPrice Unit EPEINDEC5DEC5
VALUENet Value BBP_BAPI_VALUEDEC23(4) BAPICURR
TAX_CODETax on Sales/Purchases Code BBP_MWSKZCHAR2BBP_MWSKZ
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
FINAL_INVFinal invoice indicator BBP_EREKZCHAR1XFELD
FINAL_ENTRYFinal Entry Indicator (Goods/Services) BBP_FINAL_ENTRYCHAR1XFELD
DELIV_TIMEDelivery Time of the Item BBP_DELIV_TIMETIMS6TIME
EXT_DEMIDExternal Requirement Number BBP_EXT_DEMIDCHAR32CHAR32
EXT_DEM_POSIDExternal Requirement Tracking Number BBP_EXT_DEM_POSIDCHAR32CHAR32
DP_STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
DP_SP_STK_INDSpecial Stock Indicator BBPCIF_CIFSPECSTOCHAR1Assigned to domainSOBKZ
SUBTYPESpecification Purchase Item (e.g. Direct Material/Hierarch.) BBP_I_SUBTYPECHAR2BBP_I_SUBTYPE
PRODUCT_GTINGlobal Trade Item Number (GTIN) COMT_GTINCHAR40GTIN1COM_GTIN
CTR_GUIDContract Template Item GUID BBP_CTR_I_GUID_CCHAR32CHAR32
CTR_NUMBERContract Number BBP_CTR_IDCHAR10ALPHACRM_OBJECT_IDBBPH_CTR_LOCAL
CTR_ITEM_NUMBERNumber of Contract Item BBP_CTR_ITEMNUMC10CRM_ITEM_NO
SCHEMA_TYPEStandard Schema Type SCHEMA_TYPECHAR10Assigned to domainCOM_SCHEMA_TYPE
CT_CATEGORY_IDCategory Name BBP_CT_CATEGORY_IDCHAR60CHAR60
ITM_EX_CT_UN_IDUnique Key in External Category BBP_ITM_EX_CT_UN_IDCHAR40CHAR40
CATALOGURLChar255 CHAR255CHAR255CHAR255
PRODUCT_SRC_SYSBusiness Document Service: ID of Logical System BBP_LOGSYSCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table BAPI_PO_ITEM_D

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