DPR_TS_SC_I_EXT SAP (External Fields of a Shopping Cart Item) Structure details

Dictionary Type: Structure
Description: External Fields of a Shopping Cart Item




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




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

DPR_TS_SC_I_EXT 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 "External Fields of a Shopping Cart 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_DPR_TS_SC_I_EXT TYPE DPR_TS_SC_I_EXT.

The DPR_TS_SC_I_EXT table consists of various fields, each holding specific information or linking keys about External Fields of a Shopping Cart Item data available in SAP. These include INT_ID (Internal Identification of an SRM Shopping Cart), INT_ID_ITEM (Internal Identification of an SRM Shopping Cart Item), EXT_ID_ITEM (External Identification of an SRM Shopping Cart Item), CREATED_BY (Created By).. 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: Cannot Be Enhanced


SAP DPR_TS_SC_I_EXT 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
INT_IDInternal Identification of an SRM Shopping Cart DPR_TV_SC_GUIDCHAR32SYSUUID_C
INT_ID_ITEMInternal Identification of an SRM Shopping Cart Item DPR_TV_SC_I_GUIDCHAR32SYSUUID_C
EXT_ID_ITEMExternal Identification of an SRM Shopping Cart Item DPR_TV_SC_I_IDCHAR10DPR_SC_I_EXT_ID
CREATED_BYCreated By DPR_TV_CREATED_BYCHAR12Assigned to domainXUBNAME
CREATED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
CHANGED_BYLast Changed By DPR_TV_CHANGED_BYCHAR12Assigned to domainXUBNAME
CHANGED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
FIRST_PO_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
BUPA_LINK_GUIDNo longer used: (BPL GUID in SC Instead of in SC Item) DPR_TV_SC_I_BPL_GUIDRAW16DPR_GUID
REQUESTED_QUANTIRequested Quantity for a Shopping Cart Item DPR_TV_SC_I_QUANTITYDEC19(6) DPR_SC_QUANTITY
UNIT_REQUESTEDUnit DPR_TV_UNITUNIT3Assigned to domainCUNITMEINS
ORDERED_QUANTITYQuantity Ordered for Shopping Cart Item DPR_TV_SC_QUANTITY_ORDEREDDEC19(6) DPR_SC_QUANTITY
UNIT_ORDEREDUnit DPR_TV_UNITUNIT3Assigned to domainCUNITMEINS
FINAL_INDICATORProcess Completed, Remaining Quantity Is Not Ordered DPR_TV_SC_FINALCHAR5CHAR5
TYPE_CODECategory of Shopping Cart/Item (1 = Material, 2 = Service) DPR_TV_SC_TYPECHAR2CHAR2
PROD_CATEGORYIdentification of an SRM Product Category DPR_TV_SRM_PROD_CATCHAR40DPR_SRM_PROD_CAT
EMAILE-Mail Address of Alert Recipient DPR_TV_E_MAIL_STRINGCHAR241SXIDNAD_SMTPADR
PHONETelephone Number of External Business Partner DPR_TV_USER_PHONECHAR40
REQUESTED_BEGINUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
REQUESTED_FINISHUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
ORDERED_BEGINUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
ORDERED_FINISHUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
NOTEDescription of Request DPR_TV_SC_DESCRCHAR40TEXT40
INT_NOTEDescription of Request DPR_TV_SC_DESCRCHAR40TEXT40
LEAD_ITEMLeading Item in Shopping Cart DPR_TV_SC_LEAD_ITEMCHAR1CHAR1
SRM_UPDATEShopping Cart Item Was Created/Changed Due to SRM Event DPR_TV_SC_SRM_UPDATECHAR1CHAR1
DELIV_INDICATORIndicator for Delivered Shopping Cart DPR_TV_SC_DELIVEREDCHAR1BOOLE
PROD_CAT_TEXTLanguage-Dependent Text for SRM Product Category DPR_TV_SRM_PROD_CAT_TEXTCHAR40DPR_TEXT
ITEM_NUMBERID of Shopping Cart Item DPR_TV_SC_ITEM_NUMBERNUMC6NUMC6

Key field Non-key field



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

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

How to access SAP table DPR_TS_SC_I_EXT

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