LSO_LNACCOUNT SAP (Learner Account) Structure details

Dictionary Type: Structure
Description: Learner Account




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




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

LSO_LNACCOUNT 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 "Learner Account" 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_LNACCOUNT TYPE LSO_LNACCOUNT.

The LSO_LNACCOUNT table consists of various fields, each holding specific information or linking keys about Learner Account data available in SAP. These include TRTTY (Object Type of Course Type), TRTID (Course Type Object ID), FOLLOW_UP (Participation Was Followed Up), PASSED (Course Passed).. 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: Not classified


SAP LSO_LNACCOUNT 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
TPARTDOCNOCourse Participation - Document LSO_TPARTDOC_CCHAR10ALPHABELNR
TRTTYObject Type of Course Type LSO_TRAINTYPE_TYPE_CCHAR2Assigned to domainOTYPE
TRTIDCourse Type Object ID LSO_TRAINTYPE_ID_CNUMC8Assigned to domainHROBJID
FOLLOW_UPParticipation Was Followed Up LSO_FOLLOWUP_CCHAR1LSO_X_C
PASSEDCourse Passed LSO_PASSED_CCHAR1LSO_PASSED
LEARN_STATUSCompletion Status of Course Content LSO_LEARN_STATUSCHAR1LSO_LEARN_STATUS
FSBEGDate of First Course Access LSO_TPARTBEG_CDATS8DATE
FSENDDate of Last Course Access LSO_TPARTLAST_CDATS8DATE
EBO_TOTALScope of Course LSO_SIZE_CNUMC4
EBO_PASSEDNumber of Learning Objectives Achieved LSO_TNUMEBOS_CNUMC4NUMC4
EBO_PERCENTAchieved Learning Objectives (Percentage) LSO_PERC_EBODEC5(2) DEC3_2V
LU_TOTALScope of Course LSO_SIZE_CNUMC4
LU_PASSEDNumber of Completed Learning Objects LSO_TNUMELUS_CNUMC4NUMC4
LU_PERCENTLearning Objects Accessed (Percentage) LSO_PERC_LODEC5(2) DEC3_2
TIMECRSTime Spent to Date on Course Completion LSO_TTIMECRS_CNUMC8NUMC8
PROGRESSCompletion Progress in Percentage LSO_PROGRESSDEC5(2) DEC3_2V
LORULESInclude Completed Learning Objects as Success Criterion LSO_FLUP_LORULESCHAR1LSO_X_C
LOSUCCSPercentage Learning Objects to Be Completed LSO_FLUP_LOSUCCSDEC5(2) DEC3_2V
EBORULESInclude Achieved Learning Objectives as Success Criteria LSO_FLUP_EBORULESCHAR1LSO_X_C
EBOSUCCSPercentage Learning Objectives to Be Achieved LSO_FLUP_EBOSUCCSDEC5(2) DEC3_2V
TMP_PASSEDCourse Temporarily Passed LSO_TMP_PASSEDCHAR1LSO_X_C
ACHIEVEMENTCurrent Status in Percentage LSO_ACHIEVEMENTDEC5(2) DEC3_2V
TESTSCOREResult Achieved in Points LSOTAC_SCORENUMC4NUMC4
TESTSCOREMAXMaximum Score Achievable LSOTAC_MAXSCORENUMC4NUMC4
TESTSCOREPERCResult Achieved in Percentage LSOTAC_SCOREPERCENTDEC5(2) DEC3_2
TESTSCORECUTOFFCutoff Value in % for Passing a Test LSOTAC_CUTOFFNUMC3NUMC3
MAX_ACCESSAllowed Number of Accesses to Course Content LSO_MAX_ACCESSNUMC4NUMC4
ACCESS_COUNTERNumber of Accesses to Course Content LSO_ACCESS_COUNTERNUMC4NUMC4

Key field Non-key field



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

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

How to access SAP table LSO_LNACCOUNT

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