BBP_PCO_ITEM_BADI SAP (Interface Item Data Purchase Order Conf. Create/Chck/Chn-Cas) Structure details

Dictionary Type: Structure
Description: Interface Item Data Purchase Order Conf. Create/Chck/Chn-Cas




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




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

BBP_PCO_ITEM_BADI 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 "Interface Item Data Purchase Order Conf. Create/Chck/Chn-Cas" 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_BBP_PCO_ITEM_BADI TYPE BBP_PCO_ITEM_BADI.

The BBP_PCO_ITEM_BADI table consists of various fields, each holding specific information or linking keys about Interface Item Data Purchase Order Conf. Create/Chck/Chn-Cas data available in SAP. These include PARENT (Parent GUID), ITM_TYPE (Item Category), NUMBER_INT (Item Number), NUMBER_EXT (External Item Number).. 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 BBP_PCO_ITEM_BADI 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
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
PARENTParent GUID BBP_PGUIDRAW16SYSUUID
ITM_TYPEItem Category CRMT_ITEM_TYPE_DBCHAR4Assigned to domainCRM_ITEM_TYPE
NUMBER_INTItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
NUMBER_EXTExternal Item Number BBP_ITEM_NO_EXTNUMC10
PRODUCTProduct GUID BBP_PRODUCTRAW16SYSUUID
DESCRIPTIONItem Description BBP_ITEM_DESCCHAR40TEXT40
CATEGORYCategory GUID COMT_CATEGORY_GUIDRAW16SYSUUID
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
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
MANU_PRODManufacturer Part Number 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
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
DEL_INDDeletion Indicator SRM Purchasing Document BBP_DEL_INDCHAR1XFELD
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
PRODUCT_SRC_SYSBusiness Document Service: ID of Logical System BBP_LOGSYSCHAR10CHAR10
PRICENet Price BBP_PRICECURR13(2) WERT7
PRICE_UNITPrice Unit EPEINDEC5DEC5
SUBTYPESpecification Purchase Item (e.g. Direct Material/Hierarch.) BBP_I_SUBTYPECHAR2BBP_I_SUBTYPE
GROSS_PRICEGross Price BBP_GROSS_PRICECURR13(2) WERT7
DEL_DATCATDate type (day, week, month, interval) LPEIN_INTCHAR1PRGRS
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
DELIV_TIMEDelivery Time of the Item BBP_DELIV_TIMETIMS6TIME
PARTNER_PRODProduct Number of Vendor BBP_PARTNER_PRODCHAR40PRSHTEXT40
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
SRC_OBJECT_TYPEObject Type of Reference Item BBP_SRC_I_OBJ_TYPCHAR10Assigned to domainOJ_NAME
SRC_GUIDReference Item GUID BBP_SRC_I_GUIDRAW16SYSUUID
SRC_ITM_IDUnique ID of a Template Item BBP_SRC_ITM_IDCHAR20BBP_SRC_ITM_ID
SRC_LOG_SYSLogical System of Template Document (Vacant if in Loc. Sys.) BBP_SRC_LOG_SYSCHAR10Assigned to domainALPHALOGSYS
OBJECT_TYPESRM BOR Object Type for Item and Header BBP_OBJECT_TYPECHAR10BBP_OBJECT_TYPE
ORIGIN_ORDER_IDSpecifies How Hierarchy Positions are to be Managed BBP_GROUPING_LEVELCHAR1BBP_GROUPING_LEVEL
DEDUCT_INDDiscount/Rejection Indicator at Item Level BBP_DEDUCT_INDCHAR1XFELD
ACCEPT_STAT_CODEAcceptance Status BBP_ACCEPT_STAT_CODECHAR1BBP_ACCEPT_STAT_CODE
GR_INDGoods Receipt Indicator WEPOSCHAR1XFELD
IR_INDInvoice Receipt Indicator REPOSCHAR1XFELD
OR_INDPO Response Expected (ORDER_RESP_EXP in Vendor Master) BBP_OR_INDCHAR1XFELD
ASN_INDShipping Notification Exptd (ASN_EXPECTED in Vendor Master) BBP_ASN_INDCHAR1XFELD
ERSEvaluated Receipt Settlement (ERS) BBP_XERSYCHAR1XFELD
DUMMY_EEW_PDISS_PCODummy function in length 1 DUMMYCHAR1DUMMY
DUMMY_EEW_PDISC_PCODummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table BBP_PCO_ITEM_BADI

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