DPE_ITEMS_PO SAP (Item structure PO) Structure details

Dictionary Type: Structure
Description: Item structure PO




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




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

DPE_ITEMS_PO 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 structure PO" 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_DPE_ITEMS_PO TYPE DPE_ITEMS_PO.

The DPE_ITEMS_PO table consists of various fields, each holding specific information or linking keys about Item structure PO data available in SAP. These include ITEM_GUID (Globally Unique identifier), ITEM_NUMBER (Item Number), PARENT (Parent GUID), PRODUCT_ID (Product 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 DPE_ITEMS_PO 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_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
ITEM_NUMBERItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
PARENTParent GUID BBP_PGUIDRAW16SYSUUID
PRODUCT_IDProduct Number BAPI_PRODUCT_IDCHAR40PRID1COM_PRODUCT_ID
DESCRIPTIONShort Text TXZ01CHAR40TEXT40
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
CATALOGIDCatalog ID from which the line was selected CATALOGCHAR20BBP_WS_SERVICE_ID
CATALOGITEMCatalog Item (Unique Key) CATALOGITEMCHAR40CATALOGITEM
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
CURRENCY_ISOISO Currency Code BBP_ISOCDCHAR3ISOCD
SC_HEADER_NOTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
SC_ITEM_NOItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
RESPONSE_NOResponse Number RESPONSE_NOINT410INT4
RESPONSE_ITEM_NOResponse Item Number RESPONSE_ITEM_NOINT410INT4
DELIV_DATEItem Delivery Date EINDTDATS8DATUM

Key field Non-key field



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

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

How to access SAP table DPE_ITEMS_PO

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