LSACTIVITY300 SAP (Course Participation, Prebookings, Cancellations) Structure details

Dictionary Type: Structure
Description: Course Participation, Prebookings, Cancellations




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




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

LSACTIVITY300 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 "Course Participation, Prebookings, Cancellations" 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_LSACTIVITY300 TYPE LSACTIVITY300.

The LSACTIVITY300 table consists of various fields, each holding specific information or linking keys about Course Participation, Prebookings, Cancellations data available in SAP. These include ACTIVITY_TYPE (Object Type), ACTIVITY_ID (Object ID), ACTIVITY_TEXT (Long Text (Title)), ACTIVITY_ATYP (Differentiation Criteria for Learning Portal).. 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: Cannot Be Enhanced


SAP LSACTIVITY300 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
PLANVERSIONPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ACTIVITY_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ACTIVITY_IDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
ACTIVITY_TEXT Long Text (Title)0
ACTIVITY_ATYPDifferentiation Criteria for Learning Portal LSACTTYPECHAR2LSACTTYPE
ACTIVITY_IS_OLDLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
PARENT_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
PARENT_IDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
PARENT_TEXT Long Text (Title)0
CURRICULUM_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
CURRICULUM_IDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
CURRICULUM_TEXT Long Text (Title)0
CONTENT_URL Content URL0
CONTENT_ELMS External Content: Provider Key0
CONTENT_EXTID External Content: Course ID0
CONTENT_OFFLINELearning Solution: 0/1 LSBOOLNUMC1LSBOOL
UPDATE_NECESSARYContent Update Required LSUPDATENECESSARYCHAR1
PRICE_PROC Price Procedure0
PROGRESS_PROC Progress Procedure0
LOCATION_ID Reference to Location0
LOCATION_NAME Name of Location0
LOCATION_URL Location URL0
BUILDING_ID Reference to Building0
STARTROOM_ID Reference to Room0
STARTROOM_URL Room URL0
COLLROOM_NAME Name of Collaboration Room0
COLLROOM_URL URL of Collaboration Room0
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
BEGUZStart Time BEGUZTIMS6UZEIT
ENDUZEnd Time ENDUZTIMS6UZEIT
TFORM Delivery Method0
ACCESS_COUNTER Number of Accesses0
ACCESS_LIMIT Number of Allowed Accesses0
HIDE_PROGRESSLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
ACTIVITY_ACHIEVE Percentage Course Progress for Pass0
ACTIVITY_VIEWED Course Progress in Percentage0
ACTIVITY_SCORE Test Result in Percentage0
ACTIVITY_PT_MAXCount parameters NUMC4NUMC4NUMC4
ACTIVITY_PT_NOWCount parameters NUMC4NUMC4NUMC4
SHOW_PASSEDLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
ACTIVITY_PASSEDLearning Solution: 0/1 LSBOOLNUMC1LSBOOL
ACTIVITY_TIME Time spent so far completing this activity (sec.)0
PRICE Course or Cancellation Fee0
CURRENCY Currency for 'PRICE' Field0
PREBOOK_BEGDAStart Date BEGDADATS8DATUM
PREBOOK_ENDDAEnd Date ENDDADATS8DATUM
CE_PERNRPersonnel Assignment LS_CE_PERNRNUMC8NUMC8

Key field Non-key field



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

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

How to access SAP table LSACTIVITY300

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