SAP ABAP Interface /PLMU/IF_FRW_CONTEXT (Context)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_CORE (Package) UI Framework: Core
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /PLMU/IF_FRW_G_CONTEXT Context 20100304
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/CL_FRW_CONTEXT Super Context 20100304
Properties
Interface /PLMU/IF_FRW_CONTEXT  
Short Description Context    
General Data
Package /PLMU/UI_FRW_CORE   UI Framework: Core 
Created 20091119   SAP 
Last changed 20110908   SAP 
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_WD_CONTEXT_NODE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface /PLMU/IF_FRW_CONTEXT has no interface.
Friends
Interface /PLMU/IF_FRW_CONTEXT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NO_SELECTION Constant Public Type reference (TYPE) I IF_WD_CONTEXT_NODE=>NO_SELECTION Invalid selection 20091119
2 GC_USE_LEAD_SELECTION Constant Public Type reference (TYPE) I IF_WD_CONTEXT_NODE=>USE_LEAD_SELECTION Use Lead Selection 20100304
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROW Instance method Public Method Adds a row at the given index 20100902
2 CLEAR Instance method Public Method Clears the context 20110112
3 CLEAR_SELECTION Instance method Public Method Clears the whole selection 20100902
4 GET_ATTRIBUTE Instance method Public Method Provides the value of one field in a certain row 20100927
5 GET_FIELD_PROPERTIES Instance method Public Method Provides the field properties of a certain row 20100927
6 GET_INFO Instance method Public Method Provides information about the context 20100304
7 GET_LEAD_SELECTION_INDEX Instance method Public Method Provides the index of the lead selection 20091119
8 GET_NUMBER_OF_ROWS Instance method Public Method Counts the rows in the context 20091119
9 GET_ROW Instance method Public Method Provides the content of one row 20091119
10 GET_ROWS Instance method Public Method Provides the content of several rows 20091119
11 GET_SELECTION Instance method Public Method Provides the content of the selected rows 20110112
12 GET_SELECTION_INDEX Instance method Public Method Provides the index of the selected rows 20091119
13 IS_ALIVE Instance method Public Method Checks if the context is alive 20091119
14 IS_ROW_SELECTED Instance method Public Method Checks if the row with the given index is selected 20100813
15 MOVE_ROW Instance method Public Method Moves a row from a certain position to another one 20100902
16 REMOVE_ROWS Instance method Public Method Removes the rows with the given indexes 20100927
17 SET_ATTRIBUTE Instance method Public Method Sets the value of a certain field in a certain row 20100927
18 SET_FIELD_PROPERTIES Instance method Public Method Sets the field properties of a certain row 20100927
19 SET_LEAD_SELECTION_INDEX Instance method Public Method Sets the lead selection on the row with the given index 20091119
20 SET_ROW Instance method Public Method Sets the content of a certain row 20100312
21 SET_SELECTION_INDEX Instance method Public Method Sets the selection on the rows with the given index 20091119
Events
Interface /PLMU/IF_FRW_CONTEXT has no event.
Types
Interface /PLMU/IF_FRW_CONTEXT has no local type.
Method Signatures

Method ADD_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ROW Call by reference Type reference (TYPE) ANY 20100902
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 GC_USE_LEAD_SELECTION Natural number 20100902

Method ADD_ROW on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method CLEAR Signature

Method CLEAR on Interface /PLMU/IF_FRW_CONTEXT has no parameter.
Method CLEAR on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method CLEAR_SELECTION Signature

Method CLEAR_SELECTION on Interface /PLMU/IF_FRW_CONTEXT has no parameter.
Method CLEAR_SELECTION on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method GET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) ANY Attribute Value 20100927
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 GC_USE_LEAD_SELECTION Row Index 20100927
3 Importing IV_NAME Call by reference Type reference (TYPE) FIELDNAME Attribute Name 20100927

Method GET_ATTRIBUTE on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method GET_FIELD_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_PROPERTIES Field Property Options 20100927
2 Importing IT_FIELDS Call by reference Type reference (TYPE) /PLMU/T_FRW_G_FIELDNAME Fieldname 20100927
3 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 GC_USE_LEAD_SELECTION Row Index 20100927

Method GET_FIELD_PROPERTIES on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CONTEXT_INFO Value transfer Object reference (TYPE REF TO) /PLMU/IF_FRW_CONTEXT_INFO Context Info 20100304

Method GET_INFO on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method GET_LEAD_SELECTION_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_INDEX Call by reference Type reference (TYPE) INT4 Index of Lead Selection 20091119

Method GET_LEAD_SELECTION_INDEX on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method GET_NUMBER_OF_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NUMBER_OF_ROWS Call by reference Type reference (TYPE) INT4 Number of Rows 20091119

Method GET_NUMBER_OF_ROWS on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method GET_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ROW Call by reference Type reference (TYPE) ANY Content of Row 20091119
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 GC_USE_LEAD_SELECTION Row Index 20091119

Method GET_ROW on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method GET_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROW Call by reference Type reference (TYPE) ANY TABLE Content of Rows 20091119
2 Importing IT_INDEX Call by reference Type reference (TYPE) INT4_TABLE Table of Row Indexes 20091119

Method GET_ROWS on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELECTION Call by reference Type reference (TYPE) ANY TABLE Content of the selected rows 20110112

Method GET_SELECTION on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method GET_SELECTION_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX Call by reference Type reference (TYPE) INT4_TABLE Index of Selected Rows 20091119

Method GET_SELECTION_INDEX on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method IS_ALIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_ALIVE Value transfer Type reference (TYPE) BOOLE_D Is the context alive? 20091119

Method IS_ALIVE on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method IS_ROW_SELECTED 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) INT4 Natural number 20100813
2 Returning RV_IS_SELECTED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100813

Method IS_ROW_SELECTED on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method MOVE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FROM_INDEX Call by reference Type reference (TYPE) INT4 From Row Index 20100906
2 Importing IV_TO_INDEX Call by reference Type reference (TYPE) INT4 To Row Index 20100906

Method MOVE_ROW on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method REMOVE_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INDEX Call by reference Type reference (TYPE) INT4_TABLE 20100927

Method REMOVE_ROWS on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method SET_ATTRIBUTE 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) INT4 GC_USE_LEAD_SELECTION Row Index 20100927
2 Importing IV_NAME Call by reference Type reference (TYPE) FIELDNAME Attribute Name 20100927
3 Importing IV_VALUE Call by reference Type reference (TYPE) ANY Attribute Value 20100927

Method SET_ATTRIBUTE on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method SET_FIELD_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_PROPERTIES Field Property Options 20100927
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 GC_USE_LEAD_SELECTION Row Index 20100927

Method SET_FIELD_PROPERTIES on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method SET_LEAD_SELECTION_INDEX 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) INT4 Index of Lead Selection 20091119

Method SET_LEAD_SELECTION_INDEX on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method SET_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ROW Call by reference Type reference (TYPE) ANY Row 20100312
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 GC_USE_LEAD_SELECTION Row Index 20100312

Method SET_ROW on Interface /PLMU/IF_FRW_CONTEXT has no exception.

Method SET_SELECTION_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INDEX Call by reference Type reference (TYPE) INT4_TABLE Index of Selected Rows 20091119

Method SET_SELECTION_INDEX on Interface /PLMU/IF_FRW_CONTEXT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702