SAP ABAP Interface IF_FPM_LIST_ATS_VALUE_SET (List ATS value set handler)
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_VALUE_SET | |
| Short Description | List ATS value set handler |
General Data
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20140206 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_FPM_LIST_ATS_VALUE_SET | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_FPM_LIST_ATS_VALUE_SET has no interface.
Friends
Interface IF_FPM_LIST_ATS_VALUE_SET has no friend.
Attributes
Interface IF_FPM_LIST_ATS_VALUE_SET has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Clear all sets | 20140206 | |
| 2 | Instance method | Public | Method | Used for rows where no specific set exists | 20140214 | |
| 3 | Instance method | Public | Method | Value set that includes all available keys (optional) | 20140211 | |
| 4 | Instance method | Public | Method | Set a row specific set | 20140211 |
Events
Interface IF_FPM_LIST_ATS_VALUE_SET has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SET | Public | See coding | 20140206 | BEGIN OF TY_S_SET,
key type string, " mandatory
text type string, " mandatory
image_source type string, " optional
tooltip type string, " optional
END OF TY_S_SET
|
||
| 2 | TY_T_SET | Public | See coding | 20140206 | TY_t_SET type STANDARD TABLE OF TY_S_SET WITH DEFAULT KEY
|
Method Signatures
Method RESET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | column name is not defined | 20140210 |
Method SET_DEFAULT_VALUE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DEFAULT_SET | Call by reference | Type reference (TYPE) | IF_FPM_LIST_ATS_VALUE_SET=>TY_T_SET | 20140214 | ||||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140214 |
Method SET_DEFAULT_VALUE_SET on Interface IF_FPM_LIST_ATS_VALUE_SET has no exception.
Method SET_MASTER_VALUE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MASTER_SET | Call by reference | Type reference (TYPE) | IF_FPM_LIST_ATS_VALUE_SET=>TY_T_SET | 20140211 | ||||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | NAME_KOMP | 20140211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20140211 |
Method SET_ROW_SPECIFIC_VALUE_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ROW_SET | Call by reference | Type reference (TYPE) | IF_FPM_LIST_ATS_VALUE_SET=>TY_T_SET | 20140211 | ||||
| 2 | IV_COLUMN_ID | Call by reference | Type reference (TYPE) | NAME_KOMP | 20140211 | ||||
| 3 | IV_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20140211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20140211 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |