/XLSO/S_RATING_COMMENTS SAP (Structure to hold rating and comments data) Structure details

Dictionary Type: Structure
Description: Structure to hold rating and comments data




ABAP Code to SELECT data from /XLSO/S_RATING_COMMENTS
Related tables to /XLSO/S_RATING_COMMENTS
Access table /XLSO/S_RATING_COMMENTS




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

/XLSO/S_RATING_COMMENTS 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 "Structure to hold rating and comments 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_/XLSO/S_RATING_COMMENTS TYPE /XLSO/S_RATING_COMMENTS.

The /XLSO/S_RATING_COMMENTS table consists of various fields, each holding specific information or linking keys about Structure to hold rating and comments data data available in SAP. These include LEARNER_NAME (Name 1), OBJECT_ID (Object ID), OBJECT_TYPE (Object Type ID), TRANS_CONTEXT (Transaction Context GUID).. 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 /XLSO/S_RATING_COMMENTS 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
LEARNER_IDCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LEARNER_NAMEName 1 NAME1_GPCHAR35NAME
OBJECT_IDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
OBJECT_TYPEObject Type ID /XLSO/E_OBJECT_TYPECHAR12/XLSO/D_OBJECT_TYPE
TRANS_CONTEXTTransaction Context GUID /XLSO/E_TRANS_CTXTNUMC8/XLSO/D_TRANS_CTXT
REVIEW_TITLEReview Title /XLSO/E_REVIEW_TITLECHAR100TEXT100
CATALOG_IDProduct catalog number WMINRCHAR10Assigned to domainWMINRWMIWPC1
CATALOG_VARIANTProduct catalog variant WMVARDCHAR3Assigned to domainWMVAR
LOCATIONLocation /XLSO/E_LOCATIONCHAR40CHAR40
RATING_VALUERating Value /XLSO/E_RATINGINT410/XLSO/D_RATING
COMMENTSComments Text /XLSO/E_COMMENTS_TEXTSTRG0/XLSO/D_COMMENTS_TEXT
CREATED_ATCreated Time in User Time Zone /XLSO/E_CREATED_ATDEC15TSTLCCOM_TSTMP
CREATED_BYTransaction Created By /XLSO/E_CREATED_BYCHAR12UNAME

Key field Non-key field



How do I retrieve data from SAP structure /XLSO/S_RATING_COMMENTS using ABAP code?

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

How to access SAP table /XLSO/S_RATING_COMMENTS

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