SAP ABAP Interface IF_FPM_LIST_ATS_UI_INFO (facade to get UI-related information from ATS List UIBB)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks
⤷
⤷
Properties
| Interface | IF_FPM_LIST_ATS_UI_INFO | |
| Short Description | facade to get UI-related information from ATS List UIBB |
General Data
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20110125 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
Interface IF_FPM_LIST_ATS_UI_INFO has no forward declaration.
Interfaces
Interface IF_FPM_LIST_ATS_UI_INFO has no interface.
Friends
Interface IF_FPM_LIST_ATS_UI_INFO has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface 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 | 731 |