SLS_SCPET SAP (PAW -Structure: Comments for an event / test / participant a) Structure details

Dictionary Type: Structure
Description: PAW -Structure: Comments for an event / test / participant a




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




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

SLS_SCPET 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: Comments for an event / test / participant a" 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_SCPET TYPE SLS_SCPET.

The SLS_SCPET table consists of various fields, each holding specific information or linking keys about PAW -Structure: Comments for an event / test / participant a data available in SAP. These include PLVAR (Plan Version), EVID (Event identification (PAW)), PCLASS (Physical info object class in Knowledge Warehouse), PGUID (PHIO unique info object key in Knowledge Warehouse).. 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_SCPET 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
PCLASSPhysical info object class in Knowledge Warehouse LS_PCLASSCHAR10CHAR10
PGUIDPHIO unique info object key in Knowledge Warehouse LS_PGUIDCHAR32CHAR32
PPATYPParticipant type (PAW) LS_PRTPECHAR2Assigned to domainOTYPE
PPARIDParticipant ID LS_HRPARIDCHAR45LS_HRPARID
PATYPParticipant type (PAW) LS_PRTPECHAR2Assigned to domainOTYPE
PARIDParticipant ID LS_HRPARIDCHAR45LS_HRPARID
PARSHParticipant name abbreviation (PAW) LS_PARSHCHAR12CHAR12
PARTXParticipant name LS_TLTXTCHAR40CHAR40
CPERSONPAW - Comment person LS_CPERSONCHAR1LS_CPERSON
LENGHT2 byte integer (signed) INT2INT25INT2
CTEXTPAW - Long character LS_LC4096LCHR4096LS_LC4096
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_SCPET using ABAP code?

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

How to access SAP table SLS_SCPET

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