/SRMERP/S_SC_ROOT_D SAP (Shopping Cart Root Data) Structure details

Dictionary Type: Structure
Description: Shopping Cart Root Data




ABAP Code to SELECT data from /SRMERP/S_SC_ROOT_D
Related tables to /SRMERP/S_SC_ROOT_D
Access table /SRMERP/S_SC_ROOT_D




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

/SRMERP/S_SC_ROOT_D 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 Root Data" 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_/SRMERP/S_SC_ROOT_D TYPE /SRMERP/S_SC_ROOT_D.

The /SRMERP/S_SC_ROOT_D table consists of various fields, each holding specific information or linking keys about Shopping Cart Root Data data available in SAP. These include DOCUMENT_TYPE (Purchasing Document Type), CURR_MAX_ITM_NO (Maximum Current Internal Item Number for SC Item), ITM_COUNT (Number of Items in a Shopping Cart), CREA_DATE_TIME (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)).. 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 (Deep)


SAP /SRMERP/S_SC_ROOT_D 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
OBJECT_IDObject ID - Document Number /SRMERP/OBJECT_IDCHAR10/SRMERP/OBJECT_ID
DOCUMENT_TYPEPurchasing Document Type /SRMERP/DOCUMENT_TYPECHAR4/SRMERP/DOCUMENT_TYPE
CURR_MAX_ITM_NOMaximum Current Internal Item Number for SC Item /SRMERP/SC_CURR_MAX_ITM_NOINT410INT4
ITM_COUNTNumber of Items in a Shopping Cart /SRMERP/SC_ITM_COUNTINT410INT4
CREA_DATE_TIMEUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
CREA_UNAMEUser Name UNAMECHAR12UNAME
LCHG_DATE_TIMEUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
LCHG_UNAMEUser Name UNAMECHAR12UNAME
TOTAL_VAL_NETTotal Net Value of Shopping Cart /SRMERP/SC_TOTAL_VAL_NETCURR15(2) /SRMERP/AMOUNT
WAERSDocument currency WAERFCUKY5Assigned to domainWAERSFWS
APPROVAL_STATUSApproval Status /SRMERP/STAT_APPROVAL_W_PARTLYCHAR2/SRMERP/STAT_APPROVAL_W_PARTLY
DELIVERY_STATUSDelivery Status /SRMERP/STAT_DELIVERY_W_PARTLYCHAR2/SRMERP/STAT_DELIVERY_W_PARTLY
CONSIST_STATUSConsistency Status /SRMERP/STATUS_CONSISTENCYCHAR2/SRMERP/STATUS_CONSISTENCY
FOLLOW_ON_STATUSFollow-On Status /SRMERP/STAT_FOLLOW_ON_W_PRTLYCHAR2/SRMERP/STAT_FOLLOW_ON_W_PRTLY
CANCELATN_STATUSCancelation Status /SRMERP/STATUS_CANCELATIONCHAR2/SRMERP/STATUS_CANCELATION
LIFECYCLE_STATUSShopping Cart Life Cycle /SRMERP/SC_STATUS_RT_LIFE_CYCLCHAR2/SRMERP/SC_STATUS_RT_LIFE_CYCL
ARCHIVING_STATUSArchiving Status /SRMERP/ARCHIVING_STATUS_CODECHAR2/SRMERP/ARCHIVING_STATUS_CODE
/SRMERP/E_SCROOTDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



How do I retrieve data from SAP structure /SRMERP/S_SC_ROOT_D using ABAP code?

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

How to access SAP table /SRMERP/S_SC_ROOT_D

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