SAP DPR_TS_SC_UI Shopping Cart Data for UI Table data and field list

DPR_TS_SC_UI 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 "Shopping Cart Data for UI" 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_UI TYPE DPR_TS_SC_UI.

The DPR_TS_SC_UI table consists of various fields, each holding specific information or linking keys about Shopping Cart Data for UI data available in SAP. These include OBJECT_TYPE (Type of Linked Object), PROJECT_GUID (Application Object GUID (Entity with Conversion Exit)), TASK_GUID (Application Object GUID (Entity with Conversion Exit)), INT_ID (Internal Identification of an SRM Shopping Cart)... 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. .

DPR_TS_SC_UI structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP DPR_TS_SC_UI structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the DPR_TS_SC_UI table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
GUIDApplication Object GUID DPR_TV_GUIDRAW16DPR_GUID
OBJECT_TYPEType of Linked Object DPR_TV_OBL_TYPECHAR15Assigned to domainDPR_OBL_TYPE
PROJECT_GUIDApplication Object GUID (Entity with Conversion Exit) DPR_TV_ENTITY_GUIDRAW16DPRCEDPR_ENTITY_GUID
TASK_GUIDApplication Object GUID (Entity with Conversion Exit) DPR_TV_ENTITY_GUIDRAW16DPRCEDPR_ENTITY_GUID
INT_IDInternal Identification of an SRM Shopping Cart DPR_TV_SC_GUIDCHAR32SYSUUID_C
EXT_IDExternal Identification of an SRM Shopping Cart DPR_TV_SC_IDCHAR35DPR_SC_EXT_ID
CREATED_BYCreated By DPR_TV_CREATED_BYCHAR12Assigned to domainXUBNAME
HEADER_CREATED_ONExternal Display of Local Date and Local Time DPR_TV_EXT_DATE_TIMECHAR19
HEADER_CHANGED_ONExternal Display of Local Date and Local Time DPR_TV_EXT_DATE_TIMECHAR19
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
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
ITEM_CREATED_ONExternal Display of Local Date and Local Time DPR_TV_EXT_DATE_TIMECHAR19
ITEM_CHANGED_ONExternal Display of Local Date and Local Time DPR_TV_EXT_DATE_TIMECHAR19
FIRST_PO_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
BUPA_LINK_GUIDApplication Object GUID DPR_TV_GUIDRAW16DPR_GUID
REQUESTED_QUANTIRequested Total Quantity for a Shopping Cart DPR_TV_SC_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_INDICATORData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
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
PROD_CAT_TEXTLanguage-Dependent Text for SRM Product Category DPR_TV_SRM_PROD_CAT_TEXTCHAR40DPR_TEXT
URLURL for SRM Shopping Cart DPR_TV_SRM_URLSTRG0
EMAILE-Mail Address of Alert Recipient DPR_TV_E_MAIL_STRINGCHAR241SXIDNAD_SMTPADR
PHONETelephone Number of External Business Partner DPR_TV_USER_PHONECHAR40
TOOLTIPTOOLTIP TEXT DPR_TV_TOOLTIPCHAR120CHAR120
TOOLTIP_ACTIVEWebDynpro:LinkType WDY_MD_LINK_TYPENUMC2WDY_MD_LINK_TYPE
DESCRIPTIONDescription of Request DPR_TV_SC_DESCRCHAR40TEXT40
ITEM_NUMBERID of Shopping Cart Item DPR_TV_SC_ITEM_NUMBERNUMC6NUMC6
DELIV_INDICATORData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
OPEN_QUANTITYRequested Total Quantity for a Shopping Cart DPR_TV_SC_QUANTITYDEC19(6) DPR_SC_QUANTITY
CANCELLED_INDICATORData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table DPR_TS_SC_UI

Within an ECC or HANA version of SAP you can also view further information about DPR_TS_SC_UI and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).