SLS_EVTE SAP (PAW - Structure for Event / Test) Structure details

Dictionary Type: Structure
Description: PAW - Structure for Event / Test




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




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

SLS_EVTE 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 "PAW - Structure for Event / Test" 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_SLS_EVTE TYPE SLS_EVTE.

The SLS_EVTE table consists of various fields, each holding specific information or linking keys about PAW - Structure for Event / Test data available in SAP. These include PLVAR (Plan Version), EVID (Event identification (PAW)), EGRID (PAW - Event Group ID), ETYID (Event type ID (PAW)).. 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 SLS_EVTE 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
EVIDEvent identification (PAW) LS_EVEIDNUMC8Assigned to domainHROBJID
EGRIDPAW - Event Group ID LS_EGRIDNUMC8Assigned to domainHROBJID
ETYIDEvent type ID (PAW) LS_ETYIDNUMC8Assigned to domainHROBJID
EVSHTEvent name (PAW) LS_EVTEXCHAR12CHAR12
EVSTXEvent description (PAW) LS_EVSTEXTCHAR40CHAR40
EVBEGStart Date BEGDATUMDATS8DATUMBEG
EVENDEnd Date ENDDATUMDATS8DATUMEND
LOCIDLocation identification from HR (PAW) LS_HRLOCNUMC8Assigned to domainHROBJID
EVLOCEvent location name (PAW) LS_EVLOCCHAR12CHAR12
TLIGHTPAW event signal LS_TLIGHTCHAR1LS_TLIGHT
COEXPTCut-off exception (PAW) LS_COEXPTCHAR1LS_COEXPT
CLASSLogical info object class name from Knowledge Warehouse LS_CLASSCHAR10CHAR10
GUIDLOIO unique info object key in Knowledge Warehouse LS_GUIDCHAR32CHAR32
PCLASSPhysical info object class in Knowledge Warehouse LS_PCLASSCHAR10CHAR10
PGUIDPHIO unique info object key in Knowledge Warehouse LS_PGUIDCHAR32CHAR32
VAR1Info object context variant 1: enhancement LS_VAR1CHAR10LS_VAR1
VAR2Info object context variant 2: release LS_VAR2CHAR12LS_VAR2
VAR3Info object context variant 3: country LS_VAR3CHAR3LS_VAR3
VAR42-Character SAP Language Code LAISOCHAR2LAISO
TTYIDPAW test type ID LS_TTYIDNUMC8Assigned to domainLS_TTYID
TLIGHTXPAW event signal LS_TLIGHTCHAR1LS_TLIGHT
COEXPTXCut-off exception (PAW) LS_COEXPTCHAR1LS_COEXPT
CTYPEPAW - Checktype LS_CTYPECHAR2LS_CTYPE
SAVEOKBoolean method (PAW) LS_BOOLEANNUMC1LS_BOOLEAN
NO_TEMPAW - Event either from TEM or not LS_NOTEMCHAR1LS_NOTEM

Key field Non-key field



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

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

How to access SAP table SLS_EVTE

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