LSOTACLRNRESULT SAP (Performance of Assessment - Assessment Results) Table details

Dictionary Type: Table
Description: Performance of Assessment - Assessment Results




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




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

LSOTACLRNRESULT is a standard SAP Table which is used to store Performance of Assessment - Assessment Results data and is available within R/3 SAP systems depending on the version and release level.

The LSOTACLRNRESULT table consists of various fields, each holding specific information or linking keys about Performance of Assessment - Assessment Results data available in SAP. These include TPARTDOC (Course Participation - Document), ASSESSMENT (Test), SEKTION (Section), ITGROUP (Test: Item Group).. 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: Cannot Be Enhanced


SAP LSOTACLRNRESULT 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
TPARTDOCCourse Participation - Document LSO_TPARTDOC_CCHAR10ALPHABELNR
ASSESSMENTTest LSOTAC_ASSESSMENTCHAR16LSOTACLRNASSESSCHAR16
SEKTIONSection LSOTAC_SECTIONCHAR16CHAR16
ITGROUPTest: Item Group LSOTAC_GROUPCHAR16CHAR16
ASSESSMENTDATETest Date LSOTAC_ASSESSMENTDATEDATS8DATE
RESULTTYPEResult Type (Test, Section, Item Group) LSOTAC_RESULTTYPENUMC1LSOTAC_RESULTTYPE
SCOREResult Achieved in Points LSOTAC_SCORENUMC4NUMC4
SCOREMAXMaximum Score Achievable LSOTAC_MAXSCORENUMC4NUMC4
SCOREPERCENTResult Achieved in Percentage LSOTAC_SCOREPERCENTDEC5(2) DEC3_2
PASSEDPassed Flag LSOTAC_PASSEDCHAR1CHAR1_X

Key field Non-key field



How do I retrieve data from SAP table LSOTACLRNRESULT using ABAP code

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

SELECT SINGLE *
FROM LSOTACLRNRESULT
INTO CORRESPONDING FIELDS OF WA_LSOTACLRNRESULT
WHERE...

How to access SAP table LSOTACLRNRESULT

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