/XLSO/S_COURSE_DETAIL SAP (RFC Stucture for course details) Structure details

Dictionary Type: Structure
Description: RFC Stucture for course details




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




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

/XLSO/S_COURSE_DETAIL 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 "RFC Stucture for course details" 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_COURSE_DETAIL TYPE /XLSO/S_COURSE_DETAIL.

The /XLSO/S_COURSE_DETAIL table consists of various fields, each holding specific information or linking keys about RFC Stucture for course details data available in SAP. These include COURSE_TYPE (Object Type), COURSE_NAME (Course Description), BEGIN_DATE (Start Date), END_DATE (End Date).. 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 /XLSO/S_COURSE_DETAIL 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
COURSE_IDCourse Type Object ID LSO_TRAINTYPE_ID_CNUMC8Assigned to domainHROBJID
COURSE_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
COURSE_NAME Course Description0
BEGIN_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
LOCATIONBusiness event location name EVLOCCHAR12TEXT12
LANGUVersion Number Component CHAR2CHAR2CHAR2
DURATION_HOURSEffective Length of Course in Hours LSO_NUM_COURSE_HOURSDEC8(2)
URLInsert link SO_URLCHAR4096SO_URL
CAPACITY Capacity of course: Availability0
RATING_VALUERating Value /XLSO/E_RATINGINT410/XLSO/D_RATING
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LEARNING_OBJECTIVEPercentage Learning Objects to Be Completed LSO_FLUP_LOSUCCSDEC5(2) DEC3_2V
PROGRESS_RESULTChar 80 CHAR80CHAR80CHAR80
MAX_NO_ACCESSChar 20 CHAR20CHAR20CHAR20
CURR_NO_ACCESSChar 20 CHAR20CHAR20CHAR20
DURATION_COMPLETEDCharacter field of length 40 CHAR40CHAR40CHAR40
PARTICIPANT_STATUSParticipation Confirmed LSO_CONFIRMEDCHAR1LSO_CONFIRM

Key field Non-key field



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

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

How to access SAP table /XLSO/S_COURSE_DETAIL

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