SAP ABAP Class IF_FPM_LIST_ATS_UI_INFO (facade to get UI-related information from ATS List UIBB)
Properties
| Class | IF_FPM_LIST_ATS_UI_INFO | |
| Short Description | facade to get UI-related information from ATS List UIBB | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110125 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_FPM_LIST_ATS_UI_INFO has no forward declaration.
Interfaces
Class IF_FPM_LIST_ATS_UI_INFO has no interface implemented.
Friends
Class IF_FPM_LIST_ATS_UI_INFO has no friend class.
Attributes
Class IF_FPM_LIST_ATS_UI_INFO has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get the order of data lines on UI (including hidden lines) | 20110125 | |
| 2 | Instance method | Public | Method | Gets the columns that are currently visible | 20140227 | |
| 3 | Instance method | Public | Method | Gets the current number of visible rows in the List | 20110304 | |
| 4 | Instance method | Public | Method | Sets position for newly inserted rows | 20110516 |
Events
Class IF_FPM_LIST_ATS_UI_INFO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_LINE_ORDER | Public | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YS_LINE_ORDER | 20110125 | |
|
| 2 | YT_LINE_ORDER | Public | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_LINE_ORDER | 20110125 | |
Method Signatures
Method GET_LINE_ORDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LINE_ORDER | Call by reference | Type reference (TYPE) | YT_LINE_ORDER | 20110125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | The API contract has been violated by the caller | 20110131 | ||
| 2 | There is no defined order for hidden lines | 20110125 |
Method GET_VISIBLE_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_VISIBLE_COLUMNS | Value transfer | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20140227 |
Method GET_VISIBLE_COLUMNS on class IF_FPM_LIST_ATS_UI_INFO has no exception.
Method GET_VISIBLE_ROW_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | I | Number of visible rows; -1 if the value cannot be determined | 20110304 |
Method GET_VISIBLE_ROW_COUNT on class IF_FPM_LIST_ATS_UI_INFO has no exception.
Method SET_INSERT_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INSERT_BEFORE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Insert before or after I_TABLE_INDEX? | 20110516 | |||
| 2 | I_TABLE_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | row index of data table | 20110516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | API contract violated by caller | 20110516 | ||
| 2 | An index value is not inside the valid bounds | 20110516 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in |