/XLSO/S_COURSE_DETAILS_UI SAP (Course Details) Structure details

Dictionary Type: Structure
Description: Course Details




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




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

/XLSO/S_COURSE_DETAILS_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 "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_DETAILS_UI TYPE /XLSO/S_COURSE_DETAILS_UI.

The /XLSO/S_COURSE_DETAILS_UI table consists of various fields, each holding specific information or linking keys about Course Details data available in SAP. These include EV_STEXT (Object Name), TXTSHORT (Delivery Method - Short Name), INSTRUCTOR (First name), BEGDA (Start 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_DETAILS_UI 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
EV_SHORTObject Abbreviation SHORT_DCHAR12TEXT12
EV_STEXTObject Name STEXTCHAR40TEXT40
TXTSHORTDelivery Method - Short Name LSO_TFORMTSHORT_CCHAR20LSO_TFORMTSHORT_C
INSTRUCTORFirst name AD_NAMEFIRCHAR40TEXT40
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
PL_SHORTObject Abbreviation SHORT_DCHAR12TEXT12
PL_STEXTName of the business event location LOCTXCHAR40TEXT40
MANZLNumber of attendances BMANZLDEC3DEC3
BUDATBooking date PBUDATDATS8DATUM
KKOSTAttendance or cancellation fee KKOSTCURR16(2) CURR16
KWAERCurrency key for fees EXWAERCUKY5Assigned to domainWAERS
CONFIRMEDParticipation Confirmed PARTICCONFCHAR1PARTICCONF
PASSEDCourse Passed PARTIC_PASSEDCHAR1PARTIC_PASSED
FAILEDReason for Course Failed LSO_FAILEDNUMC4LSO_FAILED_REASON
FOLLOW_UPParticipation Was Followed Up PARTIC_FOLLOWUPCHAR1PARTIC_FOLLOWUP
FSBEGDate of First Course Access LSO_TPARTBEG_CDATS8DATE
FSENDDate of Last Course Access LSO_TPARTLAST_CDATS8DATE
EBO_PASSEDNumber of Learning Objectives Achieved LSO_TNUMEBOS_CNUMC4NUMC4
EBO_PERCENTAchieved Learning Objectives (Percentage) LSO_PERC_EBODEC5(2) DEC3_2V
LU_PERCENTLearning Objects Accessed (Percentage) LSO_PERC_LODEC5(2) DEC3_2
TIMECRSTime Spent to Date on Course Completion LSO_TTIMECRS_CNUMC8NUMC8
PROGRESSCompletion Progress in Percentage LSO_PROGRESSDEC5(2) DEC3_2V
LOSUCCSPercentage Learning Objects to Be Completed LSO_FLUP_LOSUCCSDEC5(2) DEC3_2V
EBOSUCCSPercentage Learning Objectives to Be Achieved LSO_FLUP_EBOSUCCSDEC5(2) DEC3_2V
TESTSCOREResult Achieved in Points LSOTAC_SCORENUMC4NUMC4
TESTSCOREMAXMaximum Score Achievable LSOTAC_MAXSCORENUMC4NUMC4
TESTSCOREPERCResult Achieved in Percentage LSOTAC_SCOREPERCENTDEC5(2) DEC3_2
TESTSCORECUTOFFCutoff Value in % for Passing a Test LSOTAC_CUTOFFNUMC3NUMC3
FAILEDTXTText: Reason for Course Failed LSO_FAILD_REASON_TEXTCHAR40TEXT40
STATUSObject Name STEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table /XLSO/S_COURSE_DETAILS_UI

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


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!