SAP ABAP Class /SLOAP/CL_SELOPT (SLOAS Select Options Object)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/APPLICATION (Package) SLT AP VER 1.0
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SLOAP/CL_OBJECT Standard attributes & methods 20100127
Properties
Class /SLOAP/CL_SELOPT  
Short Description SLOAS Select Options Object    
Super Class /SLOAP/CL_OBJECT Standard attributes & methods 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/APPLICATION   SLT AP VER 1.0 
Created 20100127   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SLOAP/CL_SELOPT has no forward declaration.
Interfaces
Class /SLOAP/CL_SELOPT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 /SLOAP/CL_ANALYSIS_MODULE 20100127 Analysis module
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_AS_CHECKBOX Instance attribute Private Type reference (TYPE) CHAR1 Checkbox 20110225
2 GV_F4_LOCAL Instance attribute Private Type reference (TYPE) CHAR1 F4 from control system 20110414
3 GV_F4_REQUIRED Instance attribute Private Type reference (TYPE) CHAR1 F4 Required 20110131
4 GV_INVISIBLE Instance attribute Private Type reference (TYPE) CHAR1 Invisible 20110418
5 GV_MODULE_GUID Instance attribute Private Type reference (TYPE) /SLOAP/MODULE_GUID SLOAS Module GUID 20100127
6 GV_NO_EXTENSION Instance attribute Private Type reference (TYPE) CHAR1 No Multiple Selection 20101228
7 GV_NO_INTERVALS Instance attribute Private Type reference (TYPE) CHAR1 No Intervals (Single Values Only) 20101228
8 GV_OBLIGATORY Instance attribute Private Type reference (TYPE) CHAR1 obligatory 20110414
9 GV_REFERENCE_TYPE Instance attribute Private Type reference (TYPE) /SLOAP/SELOPT_REFERENCE_TYPE SLOAS Select Options Definition Field Reference Type 20100127
10 GV_SELOPT_GR_GUID Instance attribute Private Type reference (TYPE) /SLOAP/E_SELOPT_GROUP_GUID CNV AS select option group GUID 20110415
11 GV_SEQUENCE Instance attribute Private Type reference (TYPE) /SLOAP/SELOPT_SEQUENCE SLOAS Select Options Definition Sequence Number 20100127
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20100127
2 GET_AS_CHECKBOX Instance method Public Method Get As Checkbox flag value 20110225
3 GET_F4_LOCAL Instance method Public Method Get 'F4 Local' attribute for select option 20110414
4 GET_F4_REQUIRED Instance method Public Method Get F4 Required Flag Value 20110131
5 GET_INVISIBLE Instance method Public Method Get 'Invisible' value 20110418
6 GET_MODULE_GUID Instance method Public Method Get Module GUID 20100127
7 GET_NO_EXTENSION Instance method Public Method Get No Extension 20101228
8 GET_NO_INTERVALS Instance method Public Method Get No Intervals 20101228
9 GET_OBLIGATORY Instance method Public Method Get 'Obligatory' attribute for select option 20110414
10 GET_REFERENCE_TYPE Instance method Public Method Get DDIC reference type 20100127
11 GET_SELOPT_GR_GUID Instance method Public Method Get Select option group guid 20110415
12 GET_SEQUENCE Instance method Public Method Get sequence number 20100127
13 SET_MODULE_GUID Instance method Private Method Set module GUID -> to be used by Analysis Module Class 20100127
14 SET_REFERENCE_TYPE Instance method Private Method Set reference type -> to be used by Analysis Module Class 20100127
15 SET_SEQUENCE Instance method Private Method Set sequence number -> to be used by Analysis Module Class 20100127
Events
Class /SLOAP/CL_SELOPT has no event.
Types
Class /SLOAP/CL_SELOPT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) /SLOAP/SELOPT_GUID SLOAS Select Options Definition GUID 20100127

Method CONSTRUCTOR on class /SLOAP/CL_SELOPT has no exception.

Method GET_AS_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_AS_CHECKBOX Value transfer Type reference (TYPE) CHAR1 Checkbox 20110225

Method GET_AS_CHECKBOX on class /SLOAP/CL_SELOPT has no exception.

Method GET_F4_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_F4_LOCAL Value transfer Type reference (TYPE) CHAR1 F4 from control system 20110414

Method GET_F4_LOCAL on class /SLOAP/CL_SELOPT has no exception.

Method GET_F4_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_F4_REQUIRED Value transfer Type reference (TYPE) CHAR1 Single-Character Indicator 20110131

Method GET_F4_REQUIRED on class /SLOAP/CL_SELOPT has no exception.

Method GET_INVISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_INVISIBLE Value transfer Type reference (TYPE) CHAR1 Invisible 20110418

Method GET_INVISIBLE on class /SLOAP/CL_SELOPT has no exception.

Method GET_MODULE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_MODULE_GUID Value transfer Type reference (TYPE) /SLOAP/MODULE_GUID SLOAS Module GUID 20100127

Method GET_MODULE_GUID on class /SLOAP/CL_SELOPT has no exception.

Method GET_NO_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_NO_EXTENSION Value transfer Type reference (TYPE) CHAR1 No Multiple Selection 20101228

Method GET_NO_EXTENSION on class /SLOAP/CL_SELOPT has no exception.

Method GET_NO_INTERVALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_NO_INTERVALS Value transfer Type reference (TYPE) CHAR1 No Intervals (Single Values Only) 20101228

Method GET_NO_INTERVALS on class /SLOAP/CL_SELOPT has no exception.

Method GET_OBLIGATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_OBLIGATORY Value transfer Type reference (TYPE) CHAR1 Obligatory 20110414

Method GET_OBLIGATORY on class /SLOAP/CL_SELOPT has no exception.

Method GET_REFERENCE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_REFERENCE_TYPE Value transfer Type reference (TYPE) /SLOAP/SELOPT_REFERENCE_TYPE SLOAS Select Options Definition Field Reference Type 20100127

Method GET_REFERENCE_TYPE on class /SLOAP/CL_SELOPT has no exception.

Method GET_SELOPT_GR_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SELOPT_GR_GUID Value transfer Type reference (TYPE) /SLOAP/E_SELOPT_GROUP_GUID CNV AS select option group GUID 20110415

Method GET_SELOPT_GR_GUID on class /SLOAP/CL_SELOPT has no exception.

Method GET_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SEQUENCE Value transfer Type reference (TYPE) /SLOAP/SELOPT_SEQUENCE SLOAS Select Options Definition Sequence Number 20100127

Method GET_SEQUENCE on class /SLOAP/CL_SELOPT has no exception.

Method SET_MODULE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODULE_GUID Call by reference Type reference (TYPE) /SLOAP/MODULE_GUID SLOAS Module GUID 20100127

Method SET_MODULE_GUID on class /SLOAP/CL_SELOPT has no exception.

Method SET_REFERENCE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REFERENCE_TYPE Call by reference Type reference (TYPE) /SLOAP/SELOPT_REFERENCE_TYPE SLOAS Select Options Definition Field Reference Type 20100127

Method SET_REFERENCE_TYPE on class /SLOAP/CL_SELOPT has no exception.

Method SET_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SEQUENCE Call by reference Type reference (TYPE) /SLOAP/SELOPT_REFERENCE_TYPE SLOAS Select Options Definition Field Reference Type 20100127

Method SET_SEQUENCE on class /SLOAP/CL_SELOPT has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 700