SAP ABAP Class CL_CFX_SO_SELECT (Select)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFX_UI (Package) Collaboration Folders: User Interface
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CFX_SO_EDITABLE | Object That Can Be Edited (Displayed) | 20021203 |
Properties
| Class | CL_CFX_SO_SELECT | |
| Short Description | Select | |
| Super Class | CL_CFX_SO_EDITABLE | Object That Can Be Edited (Displayed) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFX_UI | Collaboration Folders: User Interface |
| Created | 20021203 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CFX_SO_SELECT has no interface implemented.
Friends
Class CL_CFX_SO_SELECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_OPTION | Persistent Value | 20021203 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TT_OPTION | Value | 20021203 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CFX_BOOLEAN | Multiple Selection Allowed? | 20021203 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CFX_STRING | Determines No. of Entries That Are Simultaneously Visible | 20021203 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | CFX_STRING | Java Script Event Handler | 20021203 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | CFX_STRING | SAP Event for OnChange | 20021203 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | CFX_STRING | CSS Style of Selected Entries | 20021203 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | CFX_BOOLEAN | Use Value (i_value) Specified with add_otpion in html | 20021204 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | CFX_STRING | Width in pixels | 20021203 | |||
| 10 | Constant | Public | Type reference (TYPE) | CFX_STRING | 'Select' | Type | 20021203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add New Option | 20021203 | |
| 2 | Instance method | Public | Constructor | 20021203 | ||
| 3 | Instance method | Public | Method | Determine Values Entered by User | 20021203 | |
| 4 | Instance method | Private | Method | Dropdown List? | 20021203 |
Events
Class CL_CFX_SO_SELECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_OPTION | Private | See coding | One Option | 20021203 | |
|
| 2 | TT_OPTION | Private | See coding | Option List | 20021203 | |
Method Signatures
Method ADD_OPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ESCAPE_TEXT | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | html escape ? | 20021203 | ||
| 2 | I_SELECTED | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | Eintrag selectiert ? | 20021203 | ||
| 3 | I_TEXT | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Angezeigter Text | 20021203 | |||
| 4 | I_VALUE | Call by reference | Type reference (TYPE) | CFX_STRING | Absendewert des Eintrags | 20021203 |
Method ADD_OPTION on class CL_CFX_SO_SELECT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ESCAPE_LABEL | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Label: html escape ? | 20021203 | ||
| 2 | I_ID | Call by reference | Type reference (TYPE) | CFX_STRING | html id | 20021203 | |||
| 3 | I_IS_MULTIPLE | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | Mehrfachselektion erlauben ? | 20021203 | ||
| 4 | I_IS_READONLY | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | Wert: Nur Anzeige ? | 20021203 | ||
| 5 | I_IS_REQUIRED | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | Wert: Mußfeld ? | 20021203 | ||
| 6 | I_LABEL | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Label | 20021203 | |||
| 7 | I_LABEL_TOOLTIP | Call by reference | Type reference (TYPE) | CFX_T_TEXT | Tooltip für label | 20030313 | |||
| 8 | I_NAME | Call by reference | Type reference (TYPE) | CFX_STRING | Name (zur Abfrage des Werts) | 20021203 | |||
| 9 | I_NROWS | Call by reference | Type reference (TYPE) | CFX_STRING | bestimmt die Anzahl der gleichzeitig sichtbaren Einträge | 20021203 | |||
| 10 | I_ONCHANGE | Call by reference | Type reference (TYPE) | CFX_STRING | java script event handler | 20021203 | |||
| 11 | I_SAP_EVENT | Call by reference | Type reference (TYPE) | CFX_STRING | sap-event for onChange | 20021203 | |||
| 12 | I_STYLE_SELECTED | Call by reference | Type reference (TYPE) | CFX_STRING | css style der gewählten Einträge | 20021203 | |||
| 13 | I_USE_USER_VALUES | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_UNDEFINED | mit add_option angegebene Werte (i_value) in html verwenden | 20021204 | ||
| 14 | I_WIDTH | Call by reference | Type reference (TYPE) | CFX_STRING | Breite in Pixeln | 20021203 |
Method CONSTRUCTOR on class CL_CFX_SO_SELECT has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VALUE | Call by reference | Type reference (TYPE) | CFX_T_STRING | selektierte Werte | 20021203 |
Method GET_VALUE on class CL_CFX_SO_SELECT has no exception.
Method IS_DROP_DOWN_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_DROP_DOWN_LIST | Value transfer | Type reference (TYPE) | CFX_BOOLEAN | Drop down Liste ? | 20021203 |
Method IS_DROP_DOWN_LIST on class CL_CFX_SO_SELECT has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |