LSOLUPUBL_STRAT SAP (Strategies Allowed per Content Version) Table details

Dictionary Type: Table
Description: Strategies Allowed per Content Version




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




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

LSOLUPUBL_STRAT is a standard SAP Table which is used to store Strategies Allowed per Content Version data and is available within R/3 SAP systems depending on the version and release level.

The LSOLUPUBL_STRAT table consists of various fields, each holding specific information or linking keys about Strategies Allowed per Content Version data available in SAP. These include LUPUB (Course Content), MACID (Learning Macro Strategy), MICID (Learning Micro Strategy), MACSTRATID (External Identification of Learning Strategy (Alpha-Num)).. 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: Can be enhanced (character-type)


SAP LSOLUPUBL_STRAT 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
LUPUBCourse Content LSO_LUPUB_CCHAR16CHAR16
MACIDLearning Macro Strategy LSO_MACSTRAT_CNUMC2Assigned to domainLSO_MACSTRAT_C
MICIDLearning Micro Strategy LSO_MICSTRAT_CNUMC2Assigned to domainLSO_MICSTRAT_C
MACSTRATIDExternal Identification of Learning Strategy (Alpha-Num) LSO_STRATID_CCHAR80LSO_STRATID_C
MICSTRATIDExternal Identification of Learning Strategy (Alpha-Num) LSO_STRATID_CCHAR80LSO_STRATID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM LSOLUPUBL_STRAT
INTO CORRESPONDING FIELDS OF WA_LSOLUPUBL_STRAT
WHERE...

How to access SAP table LSOLUPUBL_STRAT

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