LSOLUPREC_C SAP (Learning Net - Precursor) Table details

Dictionary Type: Table
Description: Learning Net - Precursor




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




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

LSOLUPREC_C is a standard SAP Table which is used to store Learning Net - Precursor data and is available within R/3 SAP systems depending on the version and release level.

The LSOLUPREC_C table consists of various fields, each holding specific information or linking keys about Learning Net - Precursor data available in SAP. These include LU (Learning Net), LUPREC (Precursor of Learning Net (GUID)), CONTEXTPREC (TU - Version GUID of Precursor-Context-Version).. 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 LSOLUPREC_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
LULearning Net LSO_LU_CCHAR16LSOLU_CCHAR16
LUPRECPrecursor of Learning Net (GUID) LSO_LUPREC_CCHAR16CHAR16
CONTEXTPRECTU - Version GUID of Precursor-Context-Version LSO_CONTEXTPRECCHAR16LSO_CONTEXTPREC

Key field Non-key field



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

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

SELECT SINGLE *
FROM LSOLUPREC_C
INTO CORRESPONDING FIELDS OF WA_LSOLUPREC_C
WHERE...

How to access SAP table LSOLUPREC_C

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