SAP ABAP Class IF_CNV_INDX_SELECT_CALLBACK (Callback for INDX selection)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CNV_INDX_GLOBAL_DATA_CHECK | Check for a single row of INDX RELID | 20111215 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CNV_INDX_RELEVANCE_CHECK | Relevance check for INDX data | 20121112 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CNV_INDX_ROW_CHECK | Check for a single row of INDX RELID | 20101025 |
Properties
| Class | IF_CNV_INDX_SELECT_CALLBACK | |
| Short Description | Callback for INDX selection | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20101025 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_CNV_INDX_SELECT_CALLBACK has no forward declaration.
Interfaces
Class IF_CNV_INDX_SELECT_CALLBACK has no interface implemented.
Friends
Class IF_CNV_INDX_SELECT_CALLBACK has no friend class.
Attributes
Class IF_CNV_INDX_SELECT_CALLBACK has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Method called after the selection has completed | 20110621 | |
| 2 | Instance method | Public | Method | Method called before the selection has started | 20110621 | |
| 3 | Instance method | Public | Method | Single row of an INDX table was selected | 20101025 |
Events
Class IF_CNV_INDX_SELECT_CALLBACK has no event.
Types
Class IF_CNV_INDX_SELECT_CALLBACK has no local type.
Method Signatures
Method AFTER_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | DATA | Optional custom parameter | 20110621 | |||
| 2 | RELID | Call by reference | Object reference (TYPE REF TO) | CL_CNV_INDX_RELID | Representation of INDX RELID | 20110621 | |||
| 3 | TABLE | Call by reference | Object reference (TYPE REF TO) | CL_CNV_INDX_TABLE | INDX table representation | 20110621 |
Method AFTER_SELECTION on class IF_CNV_INDX_SELECT_CALLBACK has no exception.
Method BEFORE_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | DATA | Optional custom parameter | 20110621 | |||
| 2 | RELID | Call by reference | Object reference (TYPE REF TO) | CL_CNV_INDX_RELID | Representation of INDX RELID | 20110621 | |||
| 3 | TABLE | Call by reference | Object reference (TYPE REF TO) | CL_CNV_INDX_TABLE | INDX table representation | 20110621 |
Method BEFORE_SELECTION on class IF_CNV_INDX_SELECT_CALLBACK has no exception.
Method ROW_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Optional custom parameter | 20101025 | |||
| 2 | RELID | Call by reference | Object reference (TYPE REF TO) | CL_CNV_INDX_RELID | Representation of INDX RELID | 20101025 | |||
| 3 | ROWREF | Call by reference | Object reference (TYPE REF TO) | DATA | Reference to the row of the table | 20101025 | |||
| 4 | TABLE | Call by reference | Object reference (TYPE REF TO) | CL_CNV_INDX_TABLE | INDX table representation | 20101025 |
Method ROW_SELECTED on class IF_CNV_INDX_SELECT_CALLBACK has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in |