LSO_CP_COURSE_LIST SAP (Course Program: Course List) Structure details

Dictionary Type: Structure
Description: Course Program: Course List




ABAP Code to SELECT data from LSO_CP_COURSE_LIST
Related tables to LSO_CP_COURSE_LIST
Access table LSO_CP_COURSE_LIST




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

LSO_CP_COURSE_LIST 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 Program: Course List" 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_LSO_CP_COURSE_LIST TYPE LSO_CP_COURSE_LIST.

The LSO_CP_COURSE_LIST table consists of various fields, each holding specific information or linking keys about Course Program: Course List data available in SAP. These include BLOCK_NR (), BLOCK_TYPE (Course Program: Block Type), BLOCK_ID (Course Program: Block ID), BLOCK_SHORT (Block: Short Text).. 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: Can Be Enhanced (Deep)


SAP LSO_CP_COURSE_LIST 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
PLANVERSION Plan Version0
BLOCK_NR 0
BLOCK_TYPE Course Program: Block Type0
BLOCK_ID Course Program: Block ID0
BLOCK_SHORT Block: Short Text0
BLOCK_STEXT Block: Text0
BLOCK_POSITION Block: Sequence Number0
BLOCK_MANDATORY Flag: Mandatory Block0
ELEM_TYPE Block Element: Type0
ELEM_ID Block Element: ID0
ELEM_SHORT Block Element: Short Text0
ELEM_STEXT Block Element: Text0
ELEM_TFORM Element: Delivery Method0
ELEM_TFTEXT Element: Delivery Method Text0
ELEM_POSITION Element: Sequence Number0
ELEM_GROUP Element: Alternative Group0
ELEM_DEFAULT Flag: Default Element0
NUM_ALTERN 0
COURSE_TYPE Object Type0
COURSE_ID Object ID0
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
STATUS Course Participation Status0
ALTERNATIVES 0
ALT_CHOSEN Flag: Alternative Selected0

Key field Non-key field



How do I retrieve data from SAP structure LSO_CP_COURSE_LIST using ABAP code?

As LSO_CP_COURSE_LIST 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 LSO_CP_COURSE_LIST as there is no data to select.

How to access SAP table LSO_CP_COURSE_LIST

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