SAP ABAP Class /TDAG/CPCL_ALV_FILT_ROW_HELPER (CP: Filtered ALV grid wrapper)
Hierarchy
☛
TDAGBCA (Software Component) TechniData Basic Components
⤷
EHS (Application Component) Environment, Health and Safety
⤷
/TDAG/CP (Package) Compliance for products
⤷
⤷
Properties
| Class | /TDAG/CPCL_ALV_FILT_ROW_HELPER | |
| Short Description | CP: Filtered ALV grid wrapper | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /TDAG/CP | Compliance for products |
| Created | 20060921 | SAP |
| Last change | 20141109 | 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
Class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no interface implemented.
Friends
Class /TDAG/CPCL_ALV_FILT_ROW_HELPER 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_GUI_ALV_GRID | ALV List Viewer | 20060921 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FIDX | ALV control: Filter index | 20060921 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Internal table of the ALV List Viewer | 20060921 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor: initialize helper with an ALV grid object | 20060921 | |
| 2 | Instance method | Public | Method | Returns row contents according to the supplied index | 20060921 | |
| 3 | Instance method | Public | Method | Get Selected Rows | 20060921 | |
| 4 | Instance method | Public | Method | Returns number of currently visible rows in ALV | 20060921 | |
| 5 | Instance method | Private | Method | Convert external to internal index | 20060921 | |
| 6 | Instance method | Public | Method | Convert internal to external index | 20060921 | |
| 7 | Instance method | Public | Method | Set Selected Rows | 20060921 | |
| 8 | Instance method | Public | Method | Update table of filtered entries (for external changes) | 20060921 |
Events
Class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no event.
Types
Class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_GRID | Call by reference | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20060921 | |||
| 2 | IT_OUTTAB | Call by reference | Object reference (TYPE REF TO) | DATA | Internal table of the ALV List Viewer | 20060921 |
Method CONSTRUCTOR on class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no exception.
Method GET_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ROW | Call by reference | Type reference (TYPE) | ANY | Internal table row | 20060921 | |||
| 2 | I_INDEX | Call by reference | Type reference (TYPE) | INT4 | Row index | 20060921 |
Method GET_ROW on class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no exception.
Method GET_SELECTED_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INDEX_ROWS | Call by reference | Type reference (TYPE) | LVC_T_ROW | Indexes of Selected Rows | 20060921 | |||
| 2 | ET_ROW_NO | Call by reference | Type reference (TYPE) | LVC_T_ROID | Numeric IDs of Selected Rows | 20060921 |
Method GET_SELECTED_ROWS on class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no exception.
Method GET_VISIBLE_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VIS_CNT | Value transfer | Type reference (TYPE) | INT4 | Number of visible rows | 20060921 |
Method GET_VISIBLE_COUNT on class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no exception.
Method INDEX_EXT2INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IDX_INT | Value transfer | Type reference (TYPE) | INT4 | Internal index | 20060921 | |||
| 2 | I_IDX_EXT | Value transfer | Type reference (TYPE) | INT4 | External index | 20060921 |
Method INDEX_EXT2INT on class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no exception.
Method INDEX_INT2EXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IDX_EXT | Value transfer | Type reference (TYPE) | INT4 | External index | 20060921 | |||
| 2 | I_IDX_INT | Value transfer | Type reference (TYPE) | INT4 | Internal index | 20060921 |
Method INDEX_INT2EXT on class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no exception.
Method SET_SELECTED_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_INDEX_ROWS | Call by reference | Type reference (TYPE) | LVC_T_ROW | Indexes of Selected Rows | 20060921 | |||
| 2 | IT_ROW_NO | Call by reference | Type reference (TYPE) | LVC_T_ROID | Numeric Row IDs | 20060921 |
Method SET_SELECTED_ROWS on class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no exception.
Method UPDATE_FILTERED Signature
Method UPDATE_FILTERED on class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no parameter.
Method UPDATE_FILTERED on class /TDAG/CPCL_ALV_FILT_ROW_HELPER has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 0207B0406C |