/XLSO/OLD_COURSE SAP (Learners' External Course Details) Table details

Dictionary Type: Table
Description: Learners' External Course Details




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




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

/XLSO/OLD_COURSE is a standard SAP Table which is used to store Learners' External Course Details data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/OLD_COURSE table consists of various fields, each holding specific information or linking keys about Learners' External Course Details data available in SAP. These include OBJECT_GUID (Globally Unique Identifier), COURSE_TITLE (Name of the Business Event), COURSE_CONTENT (Course Content), DELIVERY_METH (Delivery Method).. 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: Can Be Enhanced (Deep)


SAP /XLSO/OLD_COURSE 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OBJECT_GUIDGlobally Unique Identifier GUIDRAW16
COURSE_TITLEName of the Business Event /XLSO/E_EVSTEXTCHAR40CHAR40
COURSE_CONTENTCourse Content /XLSO/E_COURSE_CONTENTSTRG0STRING
DELIVERY_METHDelivery Method LSO_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
EXT_DELV_METHExternal Delivery Method /XLSO/E_EXT_DELV_METHCHAR40LSO_TFORMT_C
START_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
START_TIMEStart time of a shift BEGTIMETIMS6TIMES
END_TIMEEnd time of a shift ENDTIMETIMS6TIMES
LOCATIONBusiness Event Location LOCIDNUMC8Assigned to domainHROBJID
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table /XLSO/OLD_COURSE using ABAP code

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

SELECT SINGLE *
FROM /XLSO/OLD_COURSE
INTO CORRESPONDING FIELDS OF WA_/XLSO/OLD_COURSE
WHERE...

How to access SAP table /XLSO/OLD_COURSE

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