SAP ABAP Interface IF_SALV_GUI_TABLE_IDA (ALV with integrated data access (ALV with IDA))
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-SRV-ALV (Application Component) SAP List Viewer
     SALV_IDA_PUB (Package) ALV: Development for IDA Translation DevTools
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SALV_GUI_MODEL_IDA_API Model API: SelectOptions,Authorisation,Layout,... 20140224
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_GUI_GRID_CONTROLER_IDA ALV IDA Controler for SAP GUI ALV 20121128
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_GUI_GRID_MODEL_IDA ALV IDA Model for SAP GUI ALV 20140224
Properties
Interface IF_SALV_GUI_TABLE_IDA  
Short Description ALV with integrated data access (ALV with IDA)    
General Data
Package SALV_IDA_PUB   ALV: Development for IDA Translation DevTools 
Created 20120803   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
Interface IF_SALV_GUI_TABLE_IDA has no forward declaration.
Interfaces
Interface IF_SALV_GUI_TABLE_IDA has no interface.
Friends
Interface IF_SALV_GUI_TABLE_IDA has no friend.
Attributes
Interface IF_SALV_GUI_TABLE_IDA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_AUTHORIZATION_FOR_OBJECT Instance method Public Method Authorization handling for database access 20121204
2 CONDITION_FACTORY Instance method Public Method Service for creation of complex conditions (interface) 20130111
3 DEFAULT_LAYOUT Instance method Public Method Default display options (interface) 20121204
4 DISPLAY_OPTIONS Instance method Public Method Handling of Display Options (interface) 20130830
5 FIELD_CATALOG Instance method Public Method Display attributes of table fields (interface) 20121204
6 FREE Instance method Public Method Destructor 20121204
7 FULLSCREEN Instance method Public Method Activate Fullscreen modus (interface) 20130828
8 LAYOUT_PERSISTENCE Instance method Public Method Handling of Layout Persistence (interface) 20130307
9 SELECTION Instance method Public Method Row selection (interface) 20121204
10 SET_AUTHORIZATION_PROVIDER Instance method Public Method Set an application specific authorization provider 20140220
11 SET_MAXIMUM_NUMBER_OF_ROWS Instance method Public Method Restrict number of rows selected from DB 20131113
12 SET_SELECT_OPTIONS Instance method Public Method Set selections for database access 20121204
13 SET_VIEW_PARAMETERS Instance method Public Method Set values for placeholder variables in the database view 20121204
14 STANDARD_FUNCTIONS Instance method Public Method Turn standard functions off (or on) 20130820
15 TEXT_SEARCH Instance method Public Method Fuzzy search across text fields (interface) 20121204
16 TOOLBAR Instance method Public Method Change ALV toolbar (interface) 20121204
Events
Interface IF_SALV_GUI_TABLE_IDA has no event.
Types
Interface IF_SALV_GUI_TABLE_IDA has no local type.
Method Signatures

Method ADD_AUTHORIZATION_FOR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ACTIVITIES Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_IDA=>YT_ACTIVITIES 20121204
2 Importing IT_FIELD_MAPPING Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_IDA=>YT_FIELD_MAPPING 20121204
3 Importing IV_AUTHORIZATION_OBJECT Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_IDA=>Y_AUTHORITY_OBJECT 20121204
# Exception Resumable Description Created on
1 CX_SALV_FUNCTION_NOT_SUPPORTED Funcionality is not supported 20140207

Method CONDITION_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CONDITION_FACTORY Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION_FACTORY 20130111

Method CONDITION_FACTORY on Interface IF_SALV_GUI_TABLE_IDA has no exception.

Method DEFAULT_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DEFAULT_LAYOUT Value transfer Object reference (TYPE REF TO) IF_SALV_GUI_LAYOUT_IDA 20121204

Method DEFAULT_LAYOUT on Interface IF_SALV_GUI_TABLE_IDA has no exception.

Method DISPLAY_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DISPLAY_OPTIONS Value transfer Object reference (TYPE REF TO) IF_SALV_GUI_TABLE_DISPLAY_OPT 20130830

Method DISPLAY_OPTIONS on Interface IF_SALV_GUI_TABLE_IDA has no exception.

Method FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FIELD_CATALOG Value transfer Object reference (TYPE REF TO) IF_SALV_GUI_FIELD_CATALOG_IDA 20121204

Method FIELD_CATALOG on Interface IF_SALV_GUI_TABLE_IDA has no exception.

Method FREE Signature

Method FREE on Interface IF_SALV_GUI_TABLE_IDA has no parameter.
Method FREE on Interface IF_SALV_GUI_TABLE_IDA has no exception.

Method FULLSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FULLSCREEN Value transfer Object reference (TYPE REF TO) IF_SALV_GUI_FULLSCREEN_IDA 20130828
# Exception Resumable Description Created on
1 CX_SALV_IDA_CONTRACT_VIOLATION 20130916

Method LAYOUT_PERSISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_LAYOUT_PERSISTENCE Value transfer Object reference (TYPE REF TO) IF_SALV_GUI_LAYOUT_PERSISTENCE 20130307

Method LAYOUT_PERSISTENCE on Interface IF_SALV_GUI_TABLE_IDA has no exception.

Method SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SELECTION Value transfer Object reference (TYPE REF TO) IF_SALV_GUI_SELECTION_IDA 20121204

Method SELECTION on Interface IF_SALV_GUI_TABLE_IDA has no exception.

Method SET_AUTHORIZATION_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_AUTHORIZATION_PROVIDER Value transfer Object reference (TYPE REF TO) IF_SADL_COND_PROVIDER_AUTHS 20140408
# Exception Resumable Description Created on
1 CX_SALV_FUNCTION_NOT_SUPPORTED 20140220

Method SET_MAXIMUM_NUMBER_OF_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUMBER_OF_ROWS Value transfer Type reference (TYPE) I 20131113
2 Importing IV_UNRESTRICTED Value transfer Type reference (TYPE) ABAP_BOOL 20131113
# Exception Resumable Description Created on
1 CX_SALV_PARAM_OUT_OF_BOUNDS 20131113

Method SET_SELECT_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONDITION Call by reference Object reference (TYPE REF TO) IF_SALV_IDA_CONDITION 20130110
2 Importing IT_RANGES Call by reference Type reference (TYPE) IF_SALV_SERVICE_TYPES=>YT_NAMED_RANGES 20121204
# Exception Resumable Description Created on
1 CX_SALV_DB_CONNECTION 20140819
2 CX_SALV_IDA_ASSOCIATE_INVALID 20140819
3 CX_SALV_IDA_CONDITION_INVALID 20140910
4 CX_SALV_IDA_UNKNOWN_NAME 20140819

Method SET_VIEW_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETERS Call by reference Type reference (TYPE) IF_SALV_GUI_TYPES_IDA=>YT_PARAMETER 20121204

Method SET_VIEW_PARAMETERS on Interface IF_SALV_GUI_TABLE_IDA has no exception.

Method STANDARD_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_STANDARD_FUNCTIONS Value transfer Object reference (TYPE REF TO) IF_SALV_GUI_STD_FUNCTIONS_IDA IDA API Standard Functions Manipulation Object 20130820

Method STANDARD_FUNCTIONS on Interface IF_SALV_GUI_TABLE_IDA has no exception.

Method TEXT_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TEXT_SEARCH Value transfer Object reference (TYPE REF TO) IF_SALV_IDA_TEXT_SEARCH 20121204
# Exception Resumable Description Created on
1 CX_SALV_IDA_NO_DB_TEXT_SEARCH 20131120

Method TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TOOLBAR Value transfer Object reference (TYPE REF TO) IF_SALV_GUI_TOOLBAR_IDA 20121204

Method TOOLBAR on Interface IF_SALV_GUI_TABLE_IDA has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740