SAP ABAP Class IF_DSH_ENHANCED_OPTIONS (Change enhanced options in a search help exit)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130306 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DSH_CLEAR_ENHANCED_OPTIONS | Clears the enhanced options | 20130307 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DSH_KEEP_ENHANCED_OPTIONS | Keeps the enhanced options (does nothing) | 20130307 |
Properties
Class | IF_DSH_ENHANCED_OPTIONS | |
Short Description | Change enhanced options in a search help exit | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20130306 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_DSH_ENHANCED_OPTIONS has no forward declaration.
Interfaces
Class IF_DSH_ENHANCED_OPTIONS has no interface implemented.
Friends
Class IF_DSH_ENHANCED_OPTIONS has no friend class.
Attributes
Class IF_DSH_ENHANCED_OPTIONS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Change the enhanced options | 20130306 |
Events
Class IF_DSH_ENHANCED_OPTIONS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ENHANCED_OPTIONS | Public | See coding | Enhanced options | 20130306 | BEGIN OF ty_enhanced_options,
autosuggest TYPE ddautosuggest,
fuzzy_search TYPE ddfuzzy_search,
fuzzy_similarity TYPE ddfuzzy_similarity,
END OF ty_enhanced_options
|
Method Signatures
Method CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_ENHANCED_OPTIONS | Call by reference | Type reference (TYPE) | TY_ENHANCED_OPTIONS | Enhanced options | 20130306 | ||
2 | ![]() |
I_SEARCH_HELP_NAME | Call by reference | Type reference (TYPE) | SHLPNAME | Search help name | 20130306 |
Method CHANGE on class IF_DSH_ENHANCED_OPTIONS has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |