SAP ABAP Class IF_SALV_IDA_SERVICES (ATS for IDA)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_IDA_SERVICES | ATS for IDA | 20131015 |
Properties
| Class | IF_SALV_IDA_SERVICES | |
| Short Description | ATS for IDA | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120809 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_SALV_IDA_SERVICES has no interface implemented.
Friends
Class IF_SALV_IDA_SERVICES has no friend class.
Attributes
Class IF_SALV_IDA_SERVICES has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130521 | ||
| 2 | Instance method | Public | Method | 20140130 | ||
| 3 | Instance method | Public | Method | 20121129 | ||
| 4 | Instance method | Public | Method | 20130202 | ||
| 5 | Instance method | Public | Method | 20131206 | ||
| 6 | Instance method | Public | Method | 20130523 | ||
| 7 | Instance method | Public | Method | 20131114 | ||
| 8 | Instance method | Public | Method | 20131113 | ||
| 9 | Instance method | Public | Method | 20131105 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ATS_INSTANCE_REPLACED | Instance Event (0) |
Public (2) |
20131126 | |
| 2 | SELECTION_CRITERIA_CHANGED | Instance Event (0) |
Public (2) |
20121211 |
Types
Class IF_SALV_IDA_SERVICES has no local type.
Method Signatures
Method GET_ATS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ATS | Value transfer | Object reference (TYPE REF TO) | IF_SALV_ITAB_SERVICES | 20130521 |
Method GET_ATS on class IF_SALV_IDA_SERVICES has no exception.
Method GET_QUERY_ENGINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_QUERY_ENGINE | Value transfer | Object reference (TYPE REF TO) | IF_SALV_IDA_QUERY_ENGINE | 20140130 |
Method GET_QUERY_ENGINE on class IF_SALV_IDA_SERVICES has no exception.
Method GET_ROW_BY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Type reference (TYPE) | DATA | 20121129 | ||||
| 2 | IS_KEY_ROW | Call by reference | Type reference (TYPE) | DATA | 20121129 | ||||
| 3 | IT_REQUESTED_COLUMNS | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_COLUMN_NAME | 20131031 | ||||
| 4 | IV_ALL_COLUMNS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121203 | |||
| 2 | 20121203 |
Method GET_ROW_COUNT_WITHOUT_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLY_TEXT_SEARCH | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130213 | |||
| 2 | RV_ROW_COUNT | Value transfer | Type reference (TYPE) | I | 20130202 |
Method GET_ROW_COUNT_WITHOUT_FILTER on class IF_SALV_IDA_SERVICES has no exception.
Method GET_STRUCTDESCR_PROV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_STRUCTDESCR_PROV | Value transfer | Object reference (TYPE REF TO) | IF_SALV_IDA_STRUCTDESCR_PROV | 20131206 |
Method GET_STRUCTDESCR_PROV on class IF_SALV_IDA_SERVICES has no exception.
Method REFRESH Signature
Method REFRESH on class IF_SALV_IDA_SERVICES has no parameter.
Method REFRESH on class IF_SALV_IDA_SERVICES has no exception.
Method SET_AVAILABLE_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FIELD_LIST_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131114 | ||||
| 2 | IT_COLUMNS | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_COLUMN_NAME | 20131114 | ||||
| 3 | IV_INCLUDE_KEY_FIELDS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20131114 |
Method SET_AVAILABLE_COLUMNS on class IF_SALV_IDA_SERVICES has no exception.
Method SET_MAXIMUM_NUMBER_OF_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NUMBER_OF_ROWS | Value transfer | Type reference (TYPE) | I | 20131113 | ||||
| 2 | IV_UNRESTRICTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20131113 |
Method SET_REQUIRED_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_REQUIRED_FIELDS_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131105 | ||||
| 2 | IT_COLUMNS | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_COLUMN_NAME | 20131105 | ||||
| 3 | IV_INCLUDE_KEY_FIELDS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20131105 |
Method SET_REQUIRED_COLUMNS on class IF_SALV_IDA_SERVICES has no exception.
Event Signatures
Event ATS_INSTANCE_REPLACED Signature
Event ATS_INSTANCE_REPLACED on class IF_SALV_IDA_SERVICES has no parameter.
Event SELECTION_CRITERIA_CHANGED Signature
Event SELECTION_CRITERIA_CHANGED on class IF_SALV_IDA_SERVICES has no parameter.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in |