SAP ABAP Class IF_DPR_FORM_OPTIONS (Development Projects: Collection of Form Options)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DPR_FORM_OPTIONS Development Projects: Collection of Form Options 20020308
Properties
Class IF_DPR_FORM_OPTIONS  
Short Description Development Projects: Collection of Form Options    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020308   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_DPR_FORM_OPTIONS has no forward declaration.
Interfaces
Class IF_DPR_FORM_OPTIONS has no interface implemented.
Friends
Class IF_DPR_FORM_OPTIONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_MODEL Instance attribute Public Object reference (TYPE REF TO) IF_DPR_FORM_MODEL Development Projects: Interface of All Form Models 20020311
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALL_OPTIONS Instance method Public Method Access Method to Set Options (Reading) 20020308
2 GET_OPTION Instance method Public Method Access Method to Option (Reading) 20020308
3 GET_OPTION_DESCRIPTION Instance method Public Method Access Method to Option Description 20020703
4 GET_OPTION_VALUES Instance method Public Method Access Method to Option Values (Including Text) 20020703
5 GET_SUPPORTED_OPTIONS Instance method Public Method Access Method to Supported Options (Reading) 20020308
6 SET_OPTION Instance method Public Method Access Method to Option (Reading) 20020308
Events
# Event Type Visibility Description Created on
1 OPTION_CHANGED Instance Event
(0)
Public
(2)
Option was changed 20020311
Types
Class IF_DPR_FORM_OPTIONS has no local type.
Method Signatures

Method GET_ALL_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_OPTIONS Value transfer Type reference (TYPE) DPR_TT_FORM_OPTIONS Optionen (Name/Wert-Paare) 20020308

Method GET_ALL_OPTIONS on class IF_DPR_FORM_OPTIONS has no exception.

Method GET_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) DPR_TV_FORM_OPTION_NAME Name der Option 20020308
2 Returning RV_VALUE Value transfer Type reference (TYPE) DPR_TV_FORM_OPTION_VALUE Wert der Option 20020308

Method GET_OPTION on class IF_DPR_FORM_OPTIONS has no exception.

Method GET_OPTION_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020703
2 Importing IV_NAME Call by reference Type reference (TYPE) DPR_TV_FORM_OPTION_NAME Name der Option 20020703
3 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) DPR_TV_FORM_OPTION_DESCRIPTION Beschreibung der Option 20020703

Method GET_OPTION_DESCRIPTION on class IF_DPR_FORM_OPTIONS has no exception.

Method GET_OPTION_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020703
2 Importing IV_NAME Call by reference Type reference (TYPE) DPR_TV_FORM_OPTION_NAME Name der Option 20020703
3 Returning RT_VALUES Value transfer Type reference (TYPE) DPR_TT_FORM_OPTION_VALUES Optionen (Wert/Text-Paare) 20020703

Method GET_OPTION_VALUES on class IF_DPR_FORM_OPTIONS has no exception.

Method GET_SUPPORTED_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ELEMENT Call by reference Object reference (TYPE REF TO) IF_DPR_FORM_ELEMENT Objekte, die sich als Formular darstellen 20021223
2 Returning RT_OPTIONS Value transfer Type reference (TYPE) DPR_TT_FORM_OPTIONS Optionen (Name/Wert-Paare) 20020308

Method GET_SUPPORTED_OPTIONS on class IF_DPR_FORM_OPTIONS has no exception.

Method SET_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) DPR_TV_FORM_OPTION_NAME Name der Option 20020308
2 Importing IV_VALUE Call by reference Type reference (TYPE) DPR_TV_FORM_OPTION_VALUE Wert der Option 20020308

Method SET_OPTION on class IF_DPR_FORM_OPTIONS has no exception.
Event Signatures

Event OPTION_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EV_NAME Exporting Value transfer Type reference (TYPE) DPR_TV_FORM_OPTION_NAME Name der Option 20020311
2 EV_NEW Exporting Value transfer Type reference (TYPE) BOOLE_D Bool'scher Wert: Option neu hinzugefügt (True = 'X') 20020311
3 EV_VALUE_NEW Exporting Value transfer Type reference (TYPE) DPR_TV_FORM_OPTION_VALUE Wert der Option (neu) 20020311
4 EV_VALUE_OLD Exporting Value transfer Type reference (TYPE) DPR_TV_FORM_OPTION_VALUE Wert der Option (alt) 20020311
History
Last changed by/on SAP  20141109 
SAP Release Created in