LSOLEARNMEDIAT_C SAP (Course Completion - Reentry Information) Table details

Dictionary Type: Table
Description: Course Completion - Reentry Information




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




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

LSOLEARNMEDIAT_C is a standard SAP Table which is used to store Course Completion - Reentry Information data and is available within R/3 SAP systems depending on the version and release level.

The LSOLEARNMEDIAT_C table consists of various fields, each holding specific information or linking keys about Course Completion - Reentry Information data available in SAP. These include TPARTDOC (Course Participation - Document), NSTEP (Navigation Step (Sequence Number)), NSTEPTYP (Type of Navigation Step), NSTEPVAL (Type-Specific Value for Navigation Step).. 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 LSOLEARNMEDIAT_C 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_CCHAR10LSOTPARTDOC_CALPHABELNR
NSTEPNavigation Step (Sequence Number) LSO_NSTEP_CNUMC10NUMC10
NSTEPTYPType of Navigation Step LSO_NSTEPTYP_CNUMC10NUMC10
NSTEPVALType-Specific Value for Navigation Step LSO_NSTEPVAL_CCHAR32CHAR32
CRSNODEUnique Identification of Course Node LSO_CRSNODE_CCHAR16CHAR16
NODEVISITNumber of Accesses to Course Node LSO_NODEVISIT_CNUMC10NUMC10
SCOREMAXMaximum Score Achievable for Course Node LSO_MAXSCORENODE_CNUMC10NUMC10
SCOREScore Achieved for Course Node LSO_SCORENODE_CNUMC10NUMC10

Key field Non-key field



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

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

SELECT SINGLE *
FROM LSOLEARNMEDIAT_C
INTO CORRESPONDING FIELDS OF WA_LSOLEARNMEDIAT_C
WHERE...

How to access SAP table LSOLEARNMEDIAT_C

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