LSO_TRAINING_C SAP (Course) Structure details

Dictionary Type: Structure
Description: Course




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




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

LSO_TRAINING_C 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" 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_TRAINING_C TYPE LSO_TRAINING_C.

The LSO_TRAINING_C table consists of various fields, each holding specific information or linking keys about Course data available in SAP. These include OTYPE (Object Type of Course), OBJID (Course), STATUS (Course Status), SHORT (Course Abbreviation).. 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 (character-type or numeric)


SAP LSO_TRAINING_C 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
PLANVERSIONPlan Version PLVARCHAR2Assigned to domainPLVARPOP
OTYPEObject Type of Course LSO_TRAINING_TYPE_CCHAR2Assigned to domainOTYPE
OBJIDCourse LSO_TRAINING_ID_CNUMC8Assigned to domainHROBJID
STATUSCourse Status LSO_TRAINING_STATUS_CCHAR1Assigned to domainISTATPST
SHORTCourse Abbreviation LSO_TRAINING_SHORT_CCHAR12TEXT12
STEXTCourse Name LSO_TRAINING_STEXT_CCHAR40TEXT40
BEGINDATECourse Start Date LSO_TRAINING_BEGDA_CDATS8DATUM
ENDDATECourse End Date LSO_TRAINING_ENDDA_CDATS8DATUM
LANGUAGECourse Language LSO_TRAINING_LANGU_CLANG1Assigned to domainISOLASPRAS
INTERNALCheckbox LSO_X_CCHAR1LSO_X_C
TRAINTYPE_TYPEObject Type of Course Type LSO_TRAINTYPE_TYPE_CCHAR2Assigned to domainOTYPE
TRAINTYPE_IDCourse Type Object ID LSO_TRAINTYPE_ID_CNUMC8Assigned to domainHROBJID
IKOSTInternal price IKOSTCURR16(2) CURR16
IWAERCurrency key for internal price IWAERCUKY5TCURCWAERS
EKOSTExternal price EXKOSCURR16(2) CURR16
EWAERCurrency key for external price EWAERCUKY5TCURCWAERS
PRIBEGDAStart Date BEGDADATS8DATUM
PRIENDDAEnd Date ENDDADATS8DATUM
LUPUBCourse Content LSO_LUPUB_CCHAR16LSOLUPUBL_CCHAR16
OFFLINEOffline Learning Possible LSO_OFFLINE_XCHAR1LSO_X_C
ORGTYObject Type of Organizer LSO_ORGANIZER_TYPECHAR2Assigned to domainOTYPE
ORGIDObject ID of Organizer LSO_ORGANIZER_IDCHAR45CHAR45
COSTYObject Type of Cost Center LSO_COSTCENTER_TYPECHAR2Assigned to domainOTYPE
COSIDObject ID of Cost Center LSO_COSTCENTER_IDCHAR45CHAR45
LANGULanguage Key LSOLANGULANG1T002ISOLASPRAS
EXTIDCourse Code in External LMS LSO_EXTIDCHAR32LSO_EXTID
TRACKAutomatic Progress Update LSO_WS_TRACK_AUTOCHAR1LSO_WS_TRACK_AUTO

Key field Non-key field



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

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

How to access SAP table LSO_TRAINING_C

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