LSACTIVITYSCR SAP (Formatted Data for Course Participation) Structure details

Dictionary Type: Structure
Description: Formatted Data for Course Participation




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




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

LSACTIVITYSCR 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 "Formatted Data for Course Participation" 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_LSACTIVITYSCR TYPE LSACTIVITYSCR.

The LSACTIVITYSCR table consists of various fields, each holding specific information or linking keys about Formatted Data for Course Participation data available in SAP. These include ENDDA (End Date (formatted)), BEGDARAW (Start Date (yyyymmdd)), ENDDARAW (End Date (yyyymmdd)), TITLE (Title).. 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 LSACTIVITYSCR 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
BEGDA Start Date (formatted)0
ENDDA End Date (formatted)0
BEGDARAW Start Date (yyyymmdd)0
ENDDARAW End Date (yyyymmdd)0
TITLE Title0
LOCATION Location0
TFORM Delivery Method (Key)0
TFORMTXT Delivery Method (Name)0
LOCATIONURL Link to Course Location0
CONTENTURL Link to Course Content0
ROOMURL Link to Room Where Course Starts0
PLVAR Plan Version (Course)0
TRAINTYPE Object Type (Course)0
TRAINID Object ID (Course)0
TYPEID Object ID (Course Type)0
TIME Time (E-Learning)0
LUSCORE Completed Elementary Learning Nets (E-Learning)0
EBOSCORE Achieved Learning Objectives (E-learning)0
LOCATIONDEPLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
SCHEDULEDEPLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
CONTENTLINKLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
REFTOINSTANCELearning Solution: 0/1 LSBOOLNUMC1LSBOOL
ISTESTLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
HASSCORELearning Solution: 0/1 LSBOOLNUMC1LSBOOL
HISTORYLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
SHOWSCORELearning Solution: 0/1 LSBOOLNUMC1LSBOOL
SHOWTIMELearning Solution: 0/1 LSBOOLNUMC1LSBOOL
LINKACTIVELearning Solution: 0/1 LSBOOLNUMC1LSBOOL
ISCURRELEMLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
SHOWACCESSLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
ISOFFLINELearning Solution: 0/1 LSBOOLNUMC1LSBOOL
TRTTYObject Type OTYPECHAR2Assigned to domainOTYPEPOT
CURRTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
CURRID Curriculum: Object ID0
CURRSTEXT Curriculum: Name0
CURRTFORM Curriculum: Delivery Method0
MAX_ACCESS Number of Accesses Allowed for Course Content0
ACCESS_COUNTER Number of Accesses to Course Content0
ACTIVITY_TYPEDifferentiation Criteria for Learning Portal LSACTTYPECHAR2LSACTTYPE
STARTTIMERAW Start Time (unformatted)0
STARTTIME Start Time (formatted)0
ENDTIMERAW End Time (unformatted)0
ENDTIME End Time (formatted)0
STARTROOM Room0
BUILDING Building (Key)0
PRICE Participation/Cancellation Fee (Amount)0
CURRENCY Participation/Cancellation Fee (Currency)0
LSPKEY External Training Provider0
EXTID Course Name with External Training Provider0
COLLABORATION_TITLE Title of Collaboration Link0
COLLABORATION_URL URL of Collaboration Link0
COLLABORATION_TARGET Target for Collaboration Link0

Key field Non-key field



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

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

How to access SAP table LSACTIVITYSCR

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