SAP ABAP Interface IF_CNV_INDX_SELECT_CALLBACK (Callback for INDX selection)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-GTF-BS (Application Component) Business Application Support
⤷
CNV_INDX (Package) Conversion of INDX-like cluster tables
⤷
⤷
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
| Interface | IF_CNV_INDX_SELECT_CALLBACK | |
| Short Description | Callback for INDX selection |
General Data
| Package | CNV_INDX | Conversion of INDX-like cluster tables |
| Created | 20101025 | SAP |
| Last changed | 20141030 | |
| Unicode checks active |
Forward declarations
Interface IF_CNV_INDX_SELECT_CALLBACK has no forward declaration.
Interfaces
Interface IF_CNV_INDX_SELECT_CALLBACK has no interface.
Friends
Interface IF_CNV_INDX_SELECT_CALLBACK has no friend.
Attributes
Interface 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
Interface IF_CNV_INDX_SELECT_CALLBACK has no event.
Types
Interface 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 Interface 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 Interface 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 Interface IF_CNV_INDX_SELECT_CALLBACK has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |