LSO_ADMN_ALERT_LIST_S SAP (lso_admn_alert_list_s) Structure details

Dictionary Type: Structure
Description: lso_admn_alert_list_s




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




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

LSO_ADMN_ALERT_LIST_S 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 "lso_admn_alert_list_s" 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_LSO_ADMN_ALERT_LIST_S TYPE LSO_ADMN_ALERT_LIST_S.

The LSO_ADMN_ALERT_LIST_S table consists of various fields, each holding specific information or linking keys about lso_admn_alert_list_s data available in SAP. These include COURSE_TYPE (Object Type of Course), COURSE_ID (Course), COURSE_SHORT (Course Abbreviation), PLANVERSION (Plan 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP LSO_ADMN_ALERT_LIST_S 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
COURSE_NAMECourse Name LSO_TRAINING_STEXT_CCHAR40TEXT40
COURSE_TYPEObject Type of Course LSO_TRAINING_TYPE_CCHAR2Assigned to domainOTYPE
COURSE_IDCourse LSO_TRAINING_ID_CNUMC8Assigned to domainHROBJID
COURSE_SHORTCourse Abbreviation LSO_TRAINING_SHORT_CCHAR12TEXT12
PLANVERSIONPlan Version PLVARCHAR2Assigned to domainPLVARPOP
COURSE_STATUSPlanning Status ISTAT_DCHAR1Assigned to domainISTATPST
COURSE_STATUS_TXTPlanning Status Name PSTEXTCHAR25TEXT25
STATUSIcon for Status LSO_ICONCHAR40TEXT40
ALERT_TYPEAlert Type per Course LSO_ALERTTYPENUMC4Assigned to domainLSO_ALERTTYPE
NATURE_OF_ALERTlso_wd_occ_alert_type LSO_WD_OCC_ALERT_TYPECHAR80LSO_WD_TEXT80
START_DATECourse Start Date LSO_TRAINING_BEGDA_CDATS8DATUM
END_DATECourse End Date LSO_TRAINING_ENDDA_CDATS8DATUM
LOCIDCourse Location LSO_LOCATION_OBJID_CNUMC8Assigned to domainHROBJID
LOCATION_NAMEName of Course Location LSO_LOCATION_STEXT_CCHAR40TEXT40
TFORM_KEYDelivery Method LSO_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
DELIVERY_METHODDelivery Method (Name) LSO_WD_DELIVERYMETHOD_TEXTCHAR40LSO_WD_OBJECT_TITLE
CURRENT_VALUElso_wd_current_value LSO_WD_CURRENT_VALUENUMC8
MIN_CAPACITYMinimum capacity KAPZ1DEC5DEC5
OPTIMUM_CAPACITYOptimum capacity KAPZ2DEC5DEC5
MAX_CAPACITYMaximum capacity KAPZ3DEC5DEC5

Key field Non-key field



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

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

How to access SAP table LSO_ADMN_ALERT_LIST_S

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