/XLSO/OLD_CRS_RE SAP (Relation Between Old Course and Learner) Table details

Dictionary Type: Table
Description: Relation Between Old Course and Learner




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




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

/XLSO/OLD_CRS_RE is a standard SAP Table which is used to store Relation Between Old Course and Learner data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/OLD_CRS_RE table consists of various fields, each holding specific information or linking keys about Relation Between Old Course and Learner data available in SAP. These include OBJECT_GUID (Globally Unique Identifier), USER_NAME (User Name in User Master Record), USER_TYPE (User Type), COURSE_STATUS (External Course Status).. 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/OLD_CRS_RE 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
USER_NAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
USER_TYPEUser Type /XLSO/USER_TYPCHAR2/XLSO/USER_TYP
COURSE_STATUSExternal Course Status /XLSO/E_EXT_COURSE_STATUSCHAR1/XLSO/D_EXT_COURSE_STATUS
APPR_REJ_REASONApproval or Rejection Reason /XLSO/E_APPROVAL_REJ_REASONCHAR40TEXT40
WORKFLOW_TASKIDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_BY_ROLEUser Type /XLSO/USER_TYPCHAR2/XLSO/USER_TYP
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM

Key field Non-key field



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

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

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

How to access SAP table /XLSO/OLD_CRS_RE

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