SAP ABAP Class /PLMU/CL_FRW_G_SELECT_OPTIONS (Select Options)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_GUIBB (Package) UI Framework: Generic UI Building Blocks

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IF_FRW_G_SELECT_OPTIONS | Select Options | 20100811 |
Properties
Class | /PLMU/CL_FRW_G_SELECT_OPTIONS | |
Short Description | Select Options | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /PLMU/UI_FRW_GUIBB | UI Framework: Generic UI Building Blocks |
Created | 20100810 | SAP |
Last change | 20130531 | SAP |
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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /PLMU/IF_FRW_G_SELECT_OPTIONS | Select Options | 20100811 |
Friends
Class /PLMU/CL_FRW_G_SELECT_OPTIONS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20110421 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_GUIBB_SEARCH_CONVERSION | conversion between fpm search format and abap ranges | 20120919 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTY_T_CRIT_DEFINITION | 20110421 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | 20111028 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /PLMB/T_SPI_SELECTION_PARAM | 20110421 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | 20100811 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | 20130415 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20110421 | |
2 | ![]() |
Instance method | Private | Method | 20110421 | |
3 | ![]() |
Instance method | Public | Method | 20110421 | |
4 | ![]() |
Instance method | Public | Method | 20101105 | |
5 | ![]() |
Instance method | Public | Method | 20110421 | |
6 | ![]() |
Instance method | Public | Method | 20110421 | |
7 | ![]() |
Instance method | Public | Method | 20100913 | |
8 | ![]() |
Instance method | Public | Method | 20120919 |
Events
Class /PLMU/CL_FRW_G_SELECT_OPTIONS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_CRIT_DEFINITION | Public | See coding | 20110421 | BEGIN OF gty_s_crit_definition,
name TYPE name_komp,
is_multi_value TYPE boole_d,
multi_value_struct TYPE REF TO cl_abap_structdescr,
multi_value_low_ref TYPE name_komp,
multi_value_high_ref TYPE name_komp,
END OF gty_s_crit_definition
|
||
2 | GTY_T_CRIT_DEFINITION | Public | See coding | 20110421 | gty_t_crit_definition TYPE SORTED TABLE OF gty_s_crit_definition
WITH UNIQUE KEY name
|
Method Signatures
Method CONVERT_CRITERIA_FPM_TO_SPI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SEARCH_CRITERIA_SPI | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_SELECTION_PARAM | Selection criteria for Queries on BO attributes | 20110421 | ||
2 | ![]() |
IT_SEARCH_CRITERIA_FPM | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20110421 |
Method CONVERT_CRITERIA_FPM_TO_SPI on class /PLMU/CL_FRW_G_SELECT_OPTIONS has no exception.
Method CONVERT_CRITERIA_SPI_TO_FPM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SEARCH_CRITERIA_FPM | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | 20110421 | |||
2 | ![]() |
IT_SEARCH_CRITERIA_SPI | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_SELECTION_PARAM | 20110421 |
Method CONVERT_CRITERIA_SPI_TO_FPM on class /PLMU/CL_FRW_G_SELECT_OPTIONS has no exception.
Method GET_FPM_SEARCH_CRITERIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | 20111028 | |||
2 | ![]() |
EV_HAS_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20111028 |
Method GET_FPM_SEARCH_CRITERIA on class /PLMU/CL_FRW_G_SELECT_OPTIONS has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class /PLMU/CL_FRW_G_SELECT_OPTIONS has no parameter.
Method INITIALIZE on class /PLMU/CL_FRW_G_SELECT_OPTIONS has no exception.
Method SET_CRITERIA_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110421 | ||
2 | ![]() |
IT_DEFINITION | Call by reference | Type reference (TYPE) | GTY_T_CRIT_DEFINITION | 20110421 |
Method SET_CRITERIA_DEFINITION on class /PLMU/CL_FRW_G_SELECT_OPTIONS has no exception.
Method SET_FPM_SEARCH_CRITERIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | 20120703 |
Method SET_FPM_SEARCH_CRITERIA on class /PLMU/CL_FRW_G_SELECT_OPTIONS has no exception.
Method SET_MAX_NUMBER_OF_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_MAX_NUMBER_OF_RESULTS | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20100913 |
Method SET_MAX_NUMBER_OF_RESULTS on class /PLMU/CL_FRW_G_SELECT_OPTIONS has no exception.
Method SET_SEARCH_CONVERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEARCH_CONVERSION | Call by reference | Object reference (TYPE REF TO) | IF_FPM_GUIBB_SEARCH_CONVERSION | conversion between fpm search format and abap ranges | 20120919 |
Method SET_SEARCH_CONVERSION on class /PLMU/CL_FRW_G_SELECT_OPTIONS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |