/SLOAP/SELOPT SAP (SLOAS Select Options Definition) Table details

Dictionary Type: Table
Description: SLOAS Select Options Definition




ABAP Code to SELECT data from /SLOAP/SELOPT
Related tables to /SLOAP/SELOPT
Access table /SLOAP/SELOPT




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

/SLOAP/SELOPT is a standard SAP Table which is used to store SLOAS Select Options Definition data and is available within R/3 SAP systems depending on the version and release level.

The /SLOAP/SELOPT table consists of various fields, each holding specific information or linking keys about SLOAS Select Options Definition data available in SAP. These include GUID (SLOAS Select Options Definition GUID), MODULE_GUID (SLOAS Module GUID), SEQUENCE (SLOAS Select Options Definition Sequence Number), REFERENCE_TYPE (SLOAS Select Options Definition Field Reference Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SLOAP/SELOPT table 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
GUIDSLOAS Select Options Definition GUID /SLOAP/SELOPT_GUIDRAW16SYSUUID
MODULE_GUIDSLOAS Module GUID /SLOAP/MODULE_GUIDRAW16/SLOAP/MODULESYSUUID
SEQUENCESLOAS Select Options Definition Sequence Number /SLOAP/SELOPT_SEQUENCEINT410INT4
REFERENCE_TYPESLOAS Select Options Definition Field Reference Type /SLOAP/SELOPT_REFERENCE_TYPESTRG0STRING
SELOPT_GR_GUIDCNV AS select option group GUID /SLOAP/E_SELOPT_GROUP_GUIDRAW16/SLOAP/SELOPT_GUUID

Key field Non-key field



How do I retrieve data from SAP table /SLOAP/SELOPT using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SLOAP/SELOPT to SELECT all data from the table
DATA: WA_/SLOAP/SELOPT TYPE /SLOAP/SELOPT.

SELECT SINGLE *
FROM /SLOAP/SELOPT
INTO CORRESPONDING FIELDS OF WA_/SLOAP/SELOPT
WHERE...

How to access SAP table /SLOAP/SELOPT

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