DPR_OBJLINK_SC SAP (Object Link to SRM Shopping Carts) Table details

Dictionary Type: Table
Description: Object Link to SRM Shopping Carts




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




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

DPR_OBJLINK_SC is a standard SAP Table which is used to store Object Link to SRM Shopping Carts data and is available within R/3 SAP systems depending on the version and release level.

The DPR_OBJLINK_SC table consists of various fields, each holding specific information or linking keys about Object Link to SRM Shopping Carts data available in SAP. These include GUID (Application Object GUID), OBJECT_TYPE (Type of Linked Object), PROJECT_GUID (Application Object GUID (Entity with Conversion Exit)), TASK_GUID (Application Object GUID (Entity with Conversion Exit)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DPR_OBJLINK_SC table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
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
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
NOTEDescription of Request DPR_TV_SC_DESCRCHAR40TEXT40
INT_NOTEInternal Information Exists for Shopping Cart DPR_TV_SC_INT_NOTECHAR1BOOLE
LOGSYSLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
BUPA_LINK_GUIDApplication Object GUID DPR_TV_GUIDRAW16DPR_GUID
REQUESTED_QTYRequested Total Quantity for a Shopping Cart DPR_TV_SC_QUANTITYDEC19(6) DPR_SC_QUANTITY
REQUESTED_UNITUnit DPR_TV_UNITUNIT3Assigned to domainCUNITMEINS
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
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
CANCEL_INDICATORIndicator for Cancelled Shopping Cart DPR_TV_SC_CANCELLEDCHAR1BOOLE
VERSION_TYPEVersion Type CGPL_TV_VERSION_TYPECHAR3CGPL_VERSION_TYPE

Key field Non-key field



How do I retrieve data from SAP table DPR_OBJLINK_SC using ABAP code

The following ABAP code Example will allow you to do a basic selection on DPR_OBJLINK_SC to SELECT all data from the table
DATA: WA_DPR_OBJLINK_SC TYPE DPR_OBJLINK_SC.

SELECT SINGLE *
FROM DPR_OBJLINK_SC
INTO CORRESPONDING FIELDS OF WA_DPR_OBJLINK_SC
WHERE...

How to access SAP table DPR_OBJLINK_SC

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