SAP ABAP Interface IF_FPM_LIST_ATS_EXT_CTRL (Provides extended List ATS specific configuration options)
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_EXT_CTRL  
Short Description Provides extended List ATS specific configuration options    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20110303   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FPM_GUIBB_ADV_FORM_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_FPM_LIST_ATS_EXT_CTRL has no interface.
Friends
Interface IF_FPM_LIST_ATS_EXT_CTRL has no friend.
Attributes
Interface IF_FPM_LIST_ATS_EXT_CTRL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_COLUMN_HEADER_TOOLTIP Instance method Public Method 20121010
2 GET_CONFIGURED_FIELD Instance method Public Method 20140325
3 GET_CONFIGURED_ROW_ACTIONS Instance method Public Method 20130111
4 GET_FIELD_ENUMERATION Instance method Public Method Gets the enumeration associated to the specified field 20110303
5 GET_MASS_EDIT_MODE Instance method Public Method 20120605
6 GET_OUTPORT_INFO Instance method Public Method 20120809
7 GET_QUICKVIEW_INFORMATION Instance method Public Method Get available Quickviews and assignment to feeder fields 20121011
8 GET_TABLE_ENABLED Instance method Public Method Retrieves the current table enabled state 20111024
9 GET_THRESHOLD_HANDLER Instance method Public Method 20140317
10 GET_VALUE_SET_HANDLER Instance method Public Method 20140206
11 GET_VISIBLE_COLUMNS Instance method Public Method 20140902
12 REQUEST_FOCUS_ON_ACTION Instance method Public Method 20120521
13 REQUEST_FOCUS_ON_CELL Instance method Public Method 20120521
14 REQUEST_FOCUS_ON_ROW_ACTION Instance method Public Method 20120521
15 SET_COLUMN_HEADER_TOOLTIP Instance method Public Method 20121010
16 SET_FIELD_ENUMERATION Instance method Public Method Sets the enumeration for the specified field 20110303
17 SET_MASS_EDIT_MODE Instance method Public Method 20120601
18 SET_TABLE_ENABLED Instance method Public Method Set the talbe enabled or disabled 20111024
Events
Interface IF_FPM_LIST_ATS_EXT_CTRL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_CONFIGURED_FIELD Public See coding 20140325 BEGIN OF ys_configured_field, name TYPE name_komp, label_header TYPE wdy_conf_transl_text, tooltip_header TYPE wdy_conf_transl_text, tooltip_cell TYPE wdy_conf_transl_text, END OF ys_configured_field
2 Y_FIELD_NAME Public Type reference (TYPE) ABAP_COMPNAME 20110303
Method Signatures

Method GET_COLUMN_HEADER_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component name 20121010
2 Returning RV_TOOLTIP Value transfer Type reference (TYPE) STRING 20121010

Method GET_COLUMN_HEADER_TOOLTIP on Interface IF_FPM_LIST_ATS_EXT_CTRL has no exception.

Method GET_CONFIGURED_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FIELD Call by reference Type reference (TYPE) YS_CONFIGURED_FIELD Configured fields with configuration data 20140325
2 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20140325

Method GET_CONFIGURED_FIELD on Interface IF_FPM_LIST_ATS_EXT_CTRL has no exception.

Method GET_CONFIGURED_ROW_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROW_ACTION Call by reference Type reference (TYPE) FPMGB_T_CONFIGURED_ROW_ACTION Configured Row Actions 20130111

Method GET_CONFIGURED_ROW_ACTIONS on Interface IF_FPM_LIST_ATS_EXT_CTRL has no exception.

Method GET_FIELD_ENUMERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENUMERATION Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST The enumeration associated to the specified field 20110303
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) Y_FIELD_NAME The identifier of the field to get the enumeration for 20110303
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20110303

Method GET_MASS_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL 20120605
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20120809

Method GET_OUTPORT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELECTED_LINES Call by reference Type reference (TYPE) RSTABIXTAB Repository Infosystem Table for Indexes 20120809
2 Exporting EV_LEAD_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20120809
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20120809

Method GET_QUICKVIEW_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUICKVIEW Call by reference Type reference (TYPE) FPM_T_QUICKVIEW_INFO_EXTERNAL External Quickview Information 20121011
2 Exporting ET_QUICKVIEW_ASSIGNMENT Call by reference Type reference (TYPE) FPM_T_QUICKVIEW_ASSIGNMENT Assignment of Quickview to Feeder Field 20121011

Method GET_QUICKVIEW_INFORMATION on Interface IF_FPM_LIST_ATS_EXT_CTRL has no exception.

Method GET_TABLE_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENABLED Value transfer Type reference (TYPE) ABAP_BOOL 20111024
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20120809

Method GET_THRESHOLD_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_THRESHOLD_HANDLER Value transfer Object reference (TYPE REF TO) IF_FPM_LIST_ATS_THRESHOLD List ATS API for row specific Threshold Sliders 20140317

Method GET_THRESHOLD_HANDLER on Interface IF_FPM_LIST_ATS_EXT_CTRL has no exception.

Method GET_VALUE_SET_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_VALUE_SET_HANDLER Value transfer Object reference (TYPE REF TO) IF_FPM_LIST_ATS_VALUE_SET List ATS value set handler 20140206

Method GET_VALUE_SET_HANDLER on Interface IF_FPM_LIST_ATS_EXT_CTRL has no exception.

Method GET_VISIBLE_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VISIBLE_COLUMNS Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20140902

Method GET_VISIBLE_COLUMNS on Interface IF_FPM_LIST_ATS_EXT_CTRL has no exception.

Method REQUEST_FOCUS_ON_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20120521
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20120809

Method REQUEST_FOCUS_ON_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) I 20120521
2 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20120521
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20120809

Method REQUEST_FOCUS_ON_ROW_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20120521
2 Importing IV_INDEX Call by reference Type reference (TYPE) I 20120521
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20120809

Method SET_COLUMN_HEADER_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component name 20121010
2 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING 20121010

Method SET_COLUMN_HEADER_TOOLTIP on Interface IF_FPM_LIST_ATS_EXT_CTRL has no exception.

Method SET_FIELD_ENUMERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ENUMERATION Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST The enumeration for the specified field 20110303
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) Y_FIELD_NAME The identifier of the field to set the enumeration for 20110303
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20110303

Method SET_MASS_EDIT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ROW Call by reference Object reference (TYPE REF TO) DATA 20120601
2 Importing IV_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20120601
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20120809

Method SET_TABLE_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20111024
# Exception Resumable Description Created on
1 CX_SALV_API_CONTRACT_VIOLATION API contract violated by caller 20120809
History
Last changed by/on SAP  20141121 
SAP Release Created in 731