ERP_SLS_SPEC_STATUS SAP (iView Specific Attributes and Statuses) Structure details

Dictionary Type: Structure
Description: iView Specific Attributes and Statuses




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




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

ERP_SLS_SPEC_STATUS 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 "iView Specific Attributes and Statuses" 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_ERP_SLS_SPEC_STATUS TYPE ERP_SLS_SPEC_STATUS.

The ERP_SLS_SPEC_STATUS table consists of various fields, each holding specific information or linking keys about iView Specific Attributes and Statuses data available in SAP. These include WORKSET (Worklist Workset ID), UPDATE_RUNNING (Checkbox), IDATE (Date), ITIME (Time).. 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 (Deep)


SAP ERP_SLS_SPEC_STATUS 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
ROLEPortal Role ERP_SLS_ROLECHAR2ERP_SLS_ROLE_DOM
WORKSETWorklist Workset ID ERP_SLS_WORKSET_IDCHAR40ERP_SLS_LONG_DESC_DOM
UPDATE_RUNNINGCheckbox XFELDCHAR1XFELD
IDATEDate DATUMDATS8DATUM
ITIMETime UZEITTIMS6UZEIT
IEDITCheckbox XFELDCHAR1XFELD
ICOPYCheckbox XFELDCHAR1XFELD
INEWCheckbox XFELDCHAR1XFELD
IDELETECheckbox XFELDCHAR1XFELD
NODE_SELECTEDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
SUBSET_DELTA 0
TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
MANDTClient MANDTCLNT3MANDT
ROLEPortal Role ERP_SLS_ROLECHAR2ERP_SLS_ROLE_DOM
WORKSETWorklist Workset ID ERP_SLS_WORKSET_IDCHAR40ERP_SLS_LONG_DESC_DOM
USERNAMEUser Name UNAMECHAR12UNAME
SPRASLanguage Key SPRASLANG1ISOLASPRASSPRH_T002
SUBSETWorklist Subset ID ERP_SLS_SUBSET_IDCHAR40ERP_SLS_LONG_DESC_DOM
CLOSEDSubset Status - Open / Closed ERP_SLS_SUBSET_CLOSEDCHAR1XFELD
ALIGNEMENTWorklist Alignment ERP_SLS_UWL_ALIGNEMENTCHAR1ERP_SLS_ALIGNMENT
ORDSequential Numbers - Sequence ERP_SLS_LFDNUMNUMC3NUM03
LINK_DELTA 0
TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
MANDTClient MANDTCLNT3MANDT
ROLEPortal Role ERP_SLS_ROLECHAR2ERP_SLS_ROLE_DOM
WORKSETWorklist Workset ID ERP_SLS_WORKSET_IDCHAR40ERP_SLS_LONG_DESC_DOM
USERNAMEUser Name UNAMECHAR12UNAME
SPRASLanguage Key SPRASLANG1ISOLASPRASSPRH_T002
SUBSETWorklist Subset ID ERP_SLS_SUBSET_IDCHAR40ERP_SLS_LONG_DESC_DOM
LINKWorklist Link ID ERP_SLS_LINK_IDCHAR40ERP_SLS_LONG_DESC_DOM
LOCATIONPortal Target ID ERP_SLS_LOC_IDCHAR35ERP_SLS_LOC_DOM
REPORTABAP: Program Name in Variant Key VARI_REPRTCHAR40PROGRAMM
REP_VARIANTABAP: Name of variant (without program name) VARIANTCHAR14VARIANT
COUNTERCounter for Report Evaluations for Portal Overview ERP_SLS_COUNTERNUMC10ERP_SLS_COUNTER_DOM
UDATEDate DATUMDATS8DATUM
UTIMETime UZEITTIMS6UZEIT
ORDSequential Numbers - Sequence ERP_SLS_LFDNUMNUMC3NUM03
NOCOUNTCheckbox XFELDCHAR1XFELD
SPEC_VARSpecial Variant - Long ERP_SLS_VARIANTCHAR40CHAR40
PERSLOCKBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
REFRESH_ACTIVECharacter Field Length = 10 CHAR10CHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table ERP_SLS_SPEC_STATUS

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