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 RESET Instance method Public Method Clear all sets 20140206
2 SET_DEFAULT_VALUE_SET Instance method Public Method Used for rows where no specific set exists 20140214
3 SET_MASTER_VALUE_SET Instance method Public Method Value set that includes all available keys (optional) 20140211
4 SET_ROW_SPECIFIC_VALUE_SET 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 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) NAME_KOMP Component name 20140206
# Exception Resumable Description Created on
1 CX_SALV_COLUMN_UNKNOWN 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 Importing IT_DEFAULT_SET Call by reference Type reference (TYPE) IF_FPM_LIST_ATS_VALUE_SET=>TY_T_SET 20140214
2 Importing 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 Importing IT_MASTER_SET Call by reference Type reference (TYPE) IF_FPM_LIST_ATS_VALUE_SET=>TY_T_SET 20140211
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) NAME_KOMP 20140211
# Exception Resumable Description Created on
1 CX_SALV_COLUMN_UNKNOWN 20140211

Method SET_ROW_SPECIFIC_VALUE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROW_SET Call by reference Type reference (TYPE) IF_FPM_LIST_ATS_VALUE_SET=>TY_T_SET 20140211
2 Importing IV_COLUMN_ID Call by reference Type reference (TYPE) NAME_KOMP 20140211
3 Importing IV_ROW_INDEX Call by reference Type reference (TYPE) I 20140211
# Exception Resumable Description Created on
1 CX_SALV_COLUMN_UNKNOWN 20140211
History
Last changed by/on SAP  20141120 
SAP Release Created in 740