SAP ABAP Class CL_RSRT_BW_ITEM_F4_ASSIGNMENT (BW View Item: F4 Assignment (Query, Bookmark))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT-BICS-RSRT (Application Component) BICS Query Monitor
⤷
RSRT_BICS (Package) RSRT_BICS
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_BW_ITEM | BW View Item | 20121209 |
Properties
| Class | CL_RSRT_BW_ITEM_F4_ASSIGNMENT | |
| Short Description | BW View Item: F4 Assignment (Query, Bookmark) | |
| Super Class | CL_RSRT_BW_ITEM | BW View Item |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSRT_BICS | RSRT_BICS |
| Created | 20121209 | SAP |
| Last change | 20140121 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no interface implemented.
Friends
Class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20121209 | |||||
| 2 | Constant | Private | See coding | 20121209 | |||||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | 20121212 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | CL_RSRT_UIE=>TN_SELECTION_MODE | CL_RSRT_UIE=>N_CS_SELECTION_MODE-SINGLE | Selection Mode | 20121209 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_RSRT_DATA_PROVIDER=>TN_TYPE | IF_RSRT_DATA_PROVIDER=>N_CS_TYPE-QUERY | 20121209 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Select Values | 20121209 | |
| 2 | Instance method | Private | Method | Set Selection Mode | 20130208 | |
| 3 | Instance method | Private | Method | Set Title | 20121209 | |
| 4 | Instance method | Private | Method | Update Table | 20121209 |
Events
Class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_BOOKMARK | Public | See coding | 20121209 | begin of tn_s_bookmark.
include type if_rsrt_srv_bookmark=>tn_s_bookmark.
types:
end of tn_s_bookmark
|
||
| 2 | TN_S_OUTPLUG | Public | See coding | 20121209 | begin of tn_s_outplug,
type type if_rsrt_data_provider=>tn_type,
r_values type ref to data,
end of tn_s_outplug
|
||
| 3 | TN_S_PLFUNC | Public | See coding | 20121209 | begin of tn_s_plfunc.
include type if_rsrt_srv_planning=>tn_s_plfunc.
types:
end of tn_s_plfunc
|
||
| 4 | TN_S_QUERY | Public | See coding | 20121209 | begin of tn_s_query.
include type if_rsrt_srv_query=>tn_s_query.
types:
end of tn_s_query
|
||
| 5 | TN_S_UI_ASSIGNMENT | Private | See coding | 20121209 | begin of tn_s_ui_assignment,
selected type abap_bool,
end of tn_s_ui_assignment
|
||
| 6 | TN_S_UI_BOOKMARK | Private | See coding | 20121209 | begin of tn_s_ui_bookmark.
include type tn_s_ui_assignment.
include type tn_s_bookmark.
types:
end of tn_s_ui_bookmark
|
||
| 7 | TN_S_UI_PLFUNC | Private | See coding | 20121209 | begin of tn_s_ui_plfunc.
include type tn_s_ui_assignment.
include type tn_s_plfunc.
types:
end of tn_s_ui_plfunc
|
||
| 8 | TN_S_UI_QUERY | Private | See coding | 20121209 | begin of tn_s_ui_query.
include type tn_s_ui_assignment.
include type tn_s_query.
types:
end of tn_s_ui_query
|
||
| 9 | TN_T_BOOKMARK | Public | See coding | 20121209 | tn_t_bookmark type standard table of tn_s_bookmark
|
||
| 10 | TN_T_PLFUNC | Public | See coding | 20121209 | tn_t_plfunc type standard table of tn_s_plfunc
|
||
| 11 | TN_T_QUERY | Public | See coding | 20121209 | tn_t_query type standard table of tn_s_query
|
||
| 12 | TN_T_UI_ASSIGNMENT | Private | See coding | 20121209 | tn_t_ui_assignment type standard table of tn_s_ui_assignment
|
||
| 13 | TN_T_UI_BOOKMARK | Private | See coding | 20121209 | tn_t_ui_bookmark type standard table of tn_s_ui_bookmark
|
||
| 14 | TN_T_UI_PLFUNC | Private | See coding | 20121209 | tn_t_ui_plfunc type standard table of tn_s_ui_plfunc
|
||
| 15 | TN_T_UI_QUERY | Private | See coding | 20121209 | tn_t_ui_query type standard table of tn_s_ui_query
|
Method Signatures
Method SELECT_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SEARCH | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20121212 | |||
| 2 | SEARCH_STRING | Call by reference | Type reference (TYPE) | STRING | 20121209 |
Method SELECT_VALUES on class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no exception.
Method SET_SELECTION_MODE Signature
Method SET_SELECTION_MODE on class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no parameter.
Method SET_SELECTION_MODE on class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no exception.
Method SET_TITLE Signature
Method SET_TITLE on class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no parameter.
Method SET_TITLE on class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no exception.
Method UPDATE_TABLE Signature
Method UPDATE_TABLE on class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no parameter.
Method UPDATE_TABLE on class CL_RSRT_BW_ITEM_F4_ASSIGNMENT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |