/XLSO/NEW_COURSE SAP (New Course Requirement) Table details

Dictionary Type: Table
Description: New Course Requirement




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




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

/XLSO/NEW_COURSE is a standard SAP Table which is used to store New Course Requirement data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/NEW_COURSE table consists of various fields, each holding specific information or linking keys about New Course Requirement data available in SAP. These include UUID (New Course ID), NAME (New Course Name), DESCRIPTION (Description), PRODUCT_CATALOG (Product catalog number).. 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 (character-type or numeric)


SAP /XLSO/NEW_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
UUIDNew Course ID /XLSO/E_NEW_COURSE_IDCHAR22SYCHAR22
NAMENew Course Name /XLSO/E_NEW_COURSE_NAMECHAR80CHAR80
DESCRIPTIONDescription /XLSO/E_DESCRIPTIONCHAR225CHAR225
PRODUCT_CATALOGProduct catalog number WMINRCHAR10Assigned to domainWMINRWMIWPC1
PROD_CAT_VARIANTProduct catalog variant WMVARDCHAR3Assigned to domainWMVAR
DELIVERY_METHODDelivery Methods /XLSO/E_DELIVERY_METHODNUMC4Assigned to domainLSO_TFORM_C
LOCATIONBusiness Event Location LOCIDNUMC8Assigned to domainHROBJID
LANGUAGELanguage Key LANGULANG1Assigned to domainISOLASPRAS
START_DATEStart date DBDATDATS8DATUM
END_DATEEnd Date N1ENDATDATS8DATS
DURATION_VALUEValue of Course Duration /XLSO/E_DURATION_VALINT410INT4
DURATION_UNITDuration Unit: Minutes, Hours, Days, Weeks, Months or Year /XLSO/E_DURATION_UNITCHAR10/XLSO/D_DURATION_UNIT
REQUEST_STATUSStatus of New Request /XLSO/E_REQ_STATUSCHAR10/XLSO/D_REQ_STATUS
REQUESTED_DATERequested Date /XLSO/E_REQ_DATEDATS8DATUM
REQUESTED_BYLearner ID: SU01/Login User /XLSO/E_LEARNER_IDCHAR12Assigned to domainXUBNAME
RESPONSEDescription /XLSO/E_DESCRIPTIONCHAR225CHAR225
TRANS_CTXTTransaction Context GUID /XLSO/E_TRANS_CTXTNUMC8/XLSO/D_TRANS_CTXT

Key field Non-key field



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

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

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

How to access SAP table /XLSO/NEW_COURSE

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