/XLSO/PREBOOK SAP (Prebook Courses) Table details

Dictionary Type: Table
Description: Prebook Courses




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




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

/XLSO/PREBOOK is a standard SAP Table which is used to store Prebook Courses data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/PREBOOK table consists of various fields, each holding specific information or linking keys about Prebook Courses data available in SAP. These include COURSE_ID (Product ID), COURSE_TYPE (Product Type), LANGUAGE (Language), LOCATION (Location).. 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/PREBOOK 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
COURSE_IDProduct ID /XLSO/E_PRODUCT_IDNUMC8Assigned to domainHROBJID/XLSO/H_PRODUCT_ID
COURSE_TYPEProduct Type /XLSO/E_PRODUCT_TYPECHAR2Assigned to domainOTYPE
LANGUAGELanguage /XLSO/E_LANGUAGECHAR2CHAR2
LOCATIONLocation /XLSO/E_LOCATIONCHAR40CHAR40
BEGIN_DATEValid From /XLSO/E_VALID_FROMDATS8DATS
END_DATEValid To /XLSO/E_VALID_TODATS8DATS

Key field Non-key field



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

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

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

How to access SAP table /XLSO/PREBOOK

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