LSOF_COURSES_REQ_ACTION SAP (Courses Requiring Action) Structure details

Dictionary Type: Structure
Description: Courses Requiring Action




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




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

LSOF_COURSES_REQ_ACTION 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 "Courses Requiring Action" 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_LSOF_COURSES_REQ_ACTION TYPE LSOF_COURSES_REQ_ACTION.

The LSOF_COURSES_REQ_ACTION table consists of various fields, each holding specific information or linking keys about Courses Requiring Action data available in SAP. These include TFORMTXT (delivery method text), OTYPE (Object Type of Course), PLVAR (Plan Version), EVEID (Course).. 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: Can be enhanced (character-type or numeric)


SAP LSOF_COURSES_REQ_ACTION 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
TFORM Delivery Method0
TFORMTXT delivery method text0
OTYPE Object Type of Course0
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
EVEID Course0
EVSHT Short Text Course0
EVSTX Text for Course0
EVBEG Start of Course0
EVEND End of Course0
EVLNG Language0
LOCID Course Location (ID)0
LOCTX Course Location (Text)0
ISTAT Status of Course0
EXTRN External Course0
PRIOX Priority of Course Booking0
MANZL Number of Participants0
BUDAT Booking Date0
SEQNR Number of Infotype Record0
KKOST Participation or Cancellation Fee0
KWAER Currency Key0
DELET Delete flag0
LOCKM Lock Flag0
HISTO Historical Record Flag0
TPARTDOCNO Participation Document Number0
TRTTY Object Type of Course Type0
TRTID Course Type0
FOLLOW_UP Participation has been followed up0
PASSED Course Passed0
LEARN_STATUS Completion Status of Course Content0
FSBEG Time of Last Course Access0
FSEND Time of First Course Access0
EBO_TOTAL Scope of Course0
EBO_PASSED Number of Learning Objectives Achieved in Course0
EBO_PERCENT Learning Objectives Achieved (as Percentage)0
LU_TOTAL Scope of Course0
LU_PASSED Number of Completed Learning Units in Course0
LU_PERCENT Learning Objects Accessed (as Percentage)0
TIMECRS Course Completion Time to Date0
PROGRESS Course Completion Progress as Percentage0
LORULES Include Completed Learning Objects as Success Criterion0
LOSUCCS Learning Objects to Be Completed as Percentage0
EBORULES Include Achieved Learning Objectives as Success Criterion0
EBOSUCCS Learning Objectives to Be Achieved as Percentage0
TMP_PASSED Course Temporarily Passed0
ACHIEVEMENT Current Status in Percentage0
TESTSCORE Achieved Score in Points0
TESTSCOREMAX Maximum Score Achievable0
TESTSCOREPERC Achieved Score as Percentage0
TESTSCORECUTOFF Minimum Pass in % for Passing Assessment0
MAX_ACCESS Number of Accesses Allowed for Course Content0
ACCESS_COUNTER Number of Accesses to Course Content0
CURRTYPE Reference to Curriculum: Object Type0
CURRID Reference to Curriculum: Object ID0
CURRSTEXT Reference to Curriculum: Name0
WAITLIST Booked on Waiting List0
WFACTION Workflow Started (BOOK/CANC)0
STARTTIME Start Time0
ENDTIME End Time0
STARTROOMID Room (Object ID)0
STARTROOM Room (Meeting Point)0
BUILDING Building (Key)0
LSPKEY External Training Provider0
EXTID Identification of Course in the External System0
CONFIRMED Participation Confirmed0
PROCESS Process Steps for Follow-Up0
SIGNATURE Digital Signature On/Off0
AKTIV Process Step for Follow-Up On/Off0

Key field Non-key field



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

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

How to access SAP table LSOF_COURSES_REQ_ACTION

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