LSO_SCORM_TPART SAP (SCORM Data per Course Participation) Structure details

Dictionary Type: Structure
Description: SCORM Data per Course Participation




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




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

LSO_SCORM_TPART 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 "SCORM Data per Course Participation" 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_SCORM_TPART TYPE LSO_SCORM_TPART.

The LSO_SCORM_TPART table consists of various fields, each holding specific information or linking keys about SCORM Data per Course Participation data available in SAP. These include TELUSTAT (Completion Status of Learning Object), TPARTLAST (Date of Last Course Access), TELULOC (Point Where Learning Object Was Exited), TENTRY (Info About Whether Learner Already Accessed Learning Object).. 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_SCORM_TPART 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
ELULearning Object (GUID) LSO_ELU_CCHAR16CHAR16
TELUSTATCompletion Status of Learning Object LSO_TELUSTAT_CCHAR50CHAR50
TPARTLASTDate of Last Course Access LSO_TPARTLAST_CDATS8DATE
TELULOCPoint Where Learning Object Was Exited LSO_TELULOC_CCHAR255CHAR255
TENTRYInfo About Whether Learner Already Accessed Learning Object LSO_TENTRY_CCHAR50CHAR50
TRAWSCORELearning Progress/Score to Date LSO_TRAWSCORE_CCHAR6CHAR6
TTIMEELULength of Time to Date for Completion of Learning Object LSO_TTIMEELU_CCHAR13CHAR13
TPTEXITInfo About How and Why Learner Exited Learning Object LSO_TPTEXIT_CCHAR50CHAR50
MINSCOREMinimum Score Achievable LSO_MINSCORE_CCHAR6CHAR6
MAXSCOREMaximum Score Achievable LSO_MAXSCORE_CCHAR6CHAR6

Key field Non-key field



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

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

How to access SAP table LSO_SCORM_TPART

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