SAP ABAP Interface /PLMU/IF_FRW_CONTEXT_INT (Context (Internal Interface))
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 implementation (CLASS c. INTERFACES i_ref)  /PLMU/CL_FRW_CONTEXT Super Context 20100304
Properties
Interface /PLMU/IF_FRW_CONTEXT_INT  
Short Description Context (Internal Interface)    
General Data
Package /PLMU/UI_FRW_CORE   UI Framework: Core 
Created 20100304   SAP 
Last changed 20130531   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_INT has no interface.
Friends
Interface /PLMU/IF_FRW_CONTEXT_INT 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 20110114
2 GC_USE_LEAD_SELECTION Constant Public Type reference (TYPE) I IF_WD_CONTEXT_NODE=>USE_LEAD_SELECTION Use Lead Selection 20110114
3 MO_NODE_METADATA Instance attribute Public Object reference (TYPE REF TO) /PLMB/IF_SPI_METADATA_NODE UI Framework - Node metadata 20100304
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROW Instance method Public Method Adds a row at the given index and sets the submitted flag 20100927
2 BIND_TABLE Instance method Public Method Replaces all rows of the context 20110122
3 CLEAR Instance method Public Method Clears the context 20110114
4 CLEAR_FLUSH_BUFFER Instance method Public Method Clears the flush buffer 20110104
5 DESTRUCT Instance method Public Method Destructs the context 20100312
6 FILL_FLUSH_BUFFER Instance method Public Method fills the flush buffer according to the given change log 20101229
7 GET_ATTRIBUTE Instance method Public Method Provides the value of one field in a certain row 20110114
8 GET_FLUSH_DATA Instance method Public Method Provides data that is supposed to be flushed 20101229
9 GET_FLUSH_DATA_INDEX Instance method Public Method Provides index of rows that are supposed to be flushed 20110104
10 GET_HIGHEST_SUBMITTED_INDEX Instance method Public Method Provides index of the last row that is submitted 20110121
11 GET_INDEX_FINDER Instance method Public Method Provides an instance of the Index-Finder 20101229
12 GET_INFO Instance method Public Method Provides information about the context 20110105
13 GET_LEAD_SELECTION_INDEX Instance method Public Method Provides the index of the lead selection 20110114
14 GET_NUMBER_OF_ROWS Instance method Public Method Counts the rows in the context 20110114
15 GET_NUMBER_OF_SUBMITTED_ROWS Instance method Public Method Provides the number of submitted rows 20100927
16 GET_PARENT_ROW Instance method Public Method Provides the row the context is subordinate to 20110122
17 GET_PROPERTIES_OF_ROW Instance method Public Method Provides the field properties of a certain row 20110122
18 GET_ROW Instance method Public Method Provides the content of one row 20110114
19 GET_ROWS Instance method Public Method Provides the content of rows (submit filter possible) 20100927
20 GET_SELECTION Instance method Public Method Provides the content of the selected rows 20110114
21 GET_SELECTION_CHANGE_COUNTER Instance method Public Method Provides the number of registered selection changes 20120531
22 GET_SELECTION_INDEX Instance method Public Method Provides the index of the selected rows 20101015
23 GET_UNSUBMITTED_ROW_INDEXES Instance method Public Method Provides the index of all unsubmitted rows 20110122
24 INITIALIZE Instance method Public Method Initializes the context 20100927
25 INSERT_DEFAULT_ROWS Instance method Public Method Insert the given amount of default rows at the given index 20130307
26 IS_ALIVE Instance method Public Method Checks if the context is alive 20110114
27 IS_FLUSH_REQUIRED Instance method Public Method Checks if the context contains rows that need to be flushed 20101229
28 IS_ROW_SELECTED Instance method Public Method Checks if the row with the given index is selected 20110114
29 IS_ROW_SUBMITTED Instance method Public Method Checks if the row with the given index is submitted 20101229
30 MOVE_ROW Instance method Public Method Moves a row from a certain position to another one 20100928
31 READ_ONLY Instance method Public Method Sets all visible attributes to read-only 20110122
32 REMOVE_ROWS Instance method Public Method Removes the rows with the given indexes 20100928
33 SET_ATTRIBUTE Instance method Public Method Sets the value of a certain field in a certain row 20110114
34 SET_ATTRIBUTE_DEFAULT_VALUE Instance method Public Method Sets a default value for a certain attribute 20120530
35 SET_AUTO_APPEND_DEFAULT_ROWS Instance method Public Method (De-)Activates the automatism to append default rows 20110818
36 SET_LEAD_SELECTION_INDEX Instance method Public Method Sets the lead selection on the row with the given index 20110114
37 SET_PROPERTIES_OF_ROW Instance method Public Method Sets the field properties of a certain row 20110122
38 SET_PROPERTIES_OF_TABLE Instance method Public Method Sets the field properties of all rows 20110122
39 SET_ROW Instance method Public Method Sets the content of a certain row and its submitted flag 20100927
40 SET_SELECTION_INDEX Instance method Public Method Sets the selection on the rows with the given index 20101221
41 SUBMIT_ROWS Instance method Public Method Submits the rows with the given indexes 20110122
42 SYNCHRONIZE_SELECTION_BUFFER Instance method Public Method Synchronizes the context selection with the selection buffer 20110319
43 UNSUBMIT_ALL_ROWS Instance method Public Method Sets all rows to the status unsubmitted 20110104
44 VALIDATE Instance method Public Method Validates the context 20101223
Events
# Event Type Visibility Description Created on
1 AFTER_CONSTRUCTION Instance Event
(0)
Public
(2)
20100312
2 AFTER_INITIALIZATION Instance Event
(0)
Public
(2)
20110104
3 BEFORE_DESTRUCTION Instance Event
(0)
Public
(2)
20100312
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_T_CONTEXT Public See coding 20101229 gty_t_context TYPE STANDARD TABLE OF REF TO /plmu/if_frw_context_int WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method ADD_ROW 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 20110122
2 Importing IS_ROW Call by reference Type reference (TYPE) ANY 20100927
3 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 20110122
4 Importing IV_IS_SUBMITTED Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20100927

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

Method BIND_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROW Call by reference Type reference (TYPE) INDEX TABLE 20110122
2 Importing IV_SUBMIT_ROWS Call by reference Type reference (TYPE) BOOLE_D 20110122

Method BIND_TABLE on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO_DEFAULT_ROWS Call by reference Type reference (TYPE) BOOLE_D 20110819

Method CLEAR on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method CLEAR_FLUSH_BUFFER Signature

Method CLEAR_FLUSH_BUFFER on Interface /PLMU/IF_FRW_CONTEXT_INT has no parameter.
Method CLEAR_FLUSH_BUFFER on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method DESTRUCT Signature

Method DESTRUCT on Interface /PLMU/IF_FRW_CONTEXT_INT has no parameter.
Method DESTRUCT on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method FILL_FLUSH_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHANGE_LOG Call by reference Type reference (TYPE) /PLMU/T_FRW_SIMPLE_CHANGE_LOG Simple change log 20101229

Method FILL_FLUSH_BUFFER on Interface /PLMU/IF_FRW_CONTEXT_INT 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 20110114
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 Row Index 20110114
3 Importing IV_NAME Call by reference Type reference (TYPE) FIELDNAME Attribute Name 20110114
4 Importing IV_UI_STRUCTURE_ONLY Call by reference Type reference (TYPE) BOOLE_D Restricted to Attributes of UI Structure 20120530

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

Method GET_FLUSH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_FIELD_FOR_UPDATE Call by reference Type reference (TYPE) /PLMB/T_SPI_CHANGED_FIELD Changed Fields of Node Data 20101229
2 Exporting ET_INSERT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20101229
3 Exporting ET_UPDATE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20101229

Method GET_FLUSH_DATA on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method GET_FLUSH_DATA_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) /PLMU/TS_FRW_SYTABIX Sorted table of type sytabix 20110104

Method GET_FLUSH_DATA_INDEX on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method GET_HIGHEST_SUBMITTED_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) INT4 Natural number 20110121

Method GET_HIGHEST_SUBMITTED_INDEX on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method GET_INDEX_FINDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DELETE_FOUND_RECORDS Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101229
2 Returning RO_INDEX_FINDER Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_ID_INDEX_FINDER UI Framework - buffer for submitted node IDs 20101229

Method GET_INDEX_FINDER on Interface /PLMU/IF_FRW_CONTEXT_INT 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/CL_FRW_CONTEXT_INFO Context Info 20110105

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

Method GET_LEAD_SELECTION_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INDEX Value transfer Type reference (TYPE) INT4 20110114

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

Method GET_NUMBER_OF_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_ROWS Value transfer Type reference (TYPE) INT4 Number of Rows 20110114

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

Method GET_NUMBER_OF_SUBMITTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_SUBMITTED_ROWS Value transfer Type reference (TYPE) INT4 Natural number 20100927

Method GET_NUMBER_OF_SUBMITTED_ROWS on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method GET_PARENT_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PARENT_ROW Call by reference Type reference (TYPE) ANY 20110122
# Exception Resumable Description Created on
1 /PLMU/CX_FRW_INTERNAL 20110605

Method GET_PROPERTIES_OF_ROW 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 20110122
2 Importing IT_FIELDS Call by reference Type reference (TYPE) /PLMU/T_FRW_G_FIELDNAME Fieldname 20110122
3 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 Row Index 20110122

Method GET_PROPERTIES_OF_ROW on Interface /PLMU/IF_FRW_CONTEXT_INT 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 20110114
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 Row Index 20110114

Method GET_ROW on Interface /PLMU/IF_FRW_CONTEXT_INT 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 20100927
2 Importing IT_INDEX Call by reference Type reference (TYPE) /PLMU/TS_FRW_SYTABIX 20100927
3 Importing IV_ONLY_SUBMITTED Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20100927

Method GET_ROWS on Interface /PLMU/IF_FRW_CONTEXT_INT 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 20110114

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

Method GET_SELECTION_CHANGE_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNTER Value transfer Type reference (TYPE) INT4 Counter of selection changes 20120531

Method GET_SELECTION_CHANGE_COUNTER on Interface /PLMU/IF_FRW_CONTEXT_INT 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) /PLMU/TS_FRW_SYTABIX Index of Selected Rows 20101015

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

Method GET_UNSUBMITTED_ROW_INDEXES 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) /PLMU/TS_FRW_SYTABIX 20110122

Method GET_UNSUBMITTED_ROW_INDEXES on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method INITIALIZE Signature

Method INITIALIZE on Interface /PLMU/IF_FRW_CONTEXT_INT has no parameter.
Method INITIALIZE on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method INSERT_DEFAULT_ROWS 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 20130307
2 Importing IV_NUMBER_OF_ROWS Call by reference Type reference (TYPE) INT4 20130307

Method INSERT_DEFAULT_ROWS on Interface /PLMU/IF_FRW_CONTEXT_INT 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? 20110114

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

Method IS_FLUSH_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_FLUSH_REQUIRED Value transfer Type reference (TYPE) BOOLE_D 20101229

Method IS_FLUSH_REQUIRED on Interface /PLMU/IF_FRW_CONTEXT_INT 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 20110114
2 Returning RV_IS_SELECTED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110114

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

Method IS_ROW_SUBMITTED 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 20101229
2 Returning RV_IS_SUBMITTED Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101229

Method IS_ROW_SUBMITTED on Interface /PLMU/IF_FRW_CONTEXT_INT 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 Natural number 20100928
2 Importing IV_TO_INDEX Call by reference Type reference (TYPE) INT4 Natural number 20100928

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

Method READ_ONLY Signature

Method READ_ONLY on Interface /PLMU/IF_FRW_CONTEXT_INT has no parameter.
Method READ_ONLY on Interface /PLMU/IF_FRW_CONTEXT_INT 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) /PLMU/TS_FRW_SYTABIX Sorted table of type sytabix 20100928

Method REMOVE_ROWS on Interface /PLMU/IF_FRW_CONTEXT_INT 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 Row Index 20110114
2 Importing IV_NAME Call by reference Type reference (TYPE) FIELDNAME Attribute Name 20110114
3 Importing IV_UI_STRUCTURE_ONLY Call by reference Type reference (TYPE) BOOLE_D Restricted to Attributes of UI Structure 20120530
4 Importing IV_VALUE Call by reference Type reference (TYPE) ANY Attribute Value 20110114

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

Method SET_ATTRIBUTE_DEFAULT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) FIELDNAME Attribute Name 20120530
2 Importing IV_VALUE Call by reference Type reference (TYPE) ANY Default Value 20120530

Method SET_ATTRIBUTE_DEFAULT_VALUE on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method SET_AUTO_APPEND_DEFAULT_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVE Call by reference Type reference (TYPE) BOOLE_D 20110818

Method SET_AUTO_APPEND_DEFAULT_ROWS on Interface /PLMU/IF_FRW_CONTEXT_INT 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 20110114

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

Method SET_PROPERTIES_OF_ROW 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 20110122
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 Row Index 20110122

Method SET_PROPERTIES_OF_ROW on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method SET_PROPERTIES_OF_TABLE 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 20110122

Method SET_PROPERTIES_OF_TABLE on Interface /PLMU/IF_FRW_CONTEXT_INT 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 20100927
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 20100929
3 Importing IV_SUBMIT_ROW Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20100927

Method SET_ROW on Interface /PLMU/IF_FRW_CONTEXT_INT 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) /PLMU/TS_FRW_SYTABIX Index of Selected Rows 20101221

Method SET_SELECTION_INDEX on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method SUBMIT_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) /PLMU/TS_FRW_SYTABIX Sorted table of type sytabix 20110122

Method SUBMIT_ROWS on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method SYNCHRONIZE_SELECTION_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO_BUFFERING Call by reference Type reference (TYPE) BOOLE_D 20110805

Method SYNCHRONIZE_SELECTION_BUFFER on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method UNSUBMIT_ALL_ROWS Signature

Method UNSUBMIT_ALL_ROWS on Interface /PLMU/IF_FRW_CONTEXT_INT has no parameter.
Method UNSUBMIT_ALL_ROWS on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.

Method VALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESTRUCT_IF_INVALID Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE 20120206
2 Returning RV_IS_VALID Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20101223

Method VALIDATE on Interface /PLMU/IF_FRW_CONTEXT_INT has no exception.
Event Signatures

Event AFTER_CONSTRUCTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_CONTEXT Exporting Value transfer Object reference (TYPE REF TO) /PLMU/IF_FRW_CONTEXT_INT UI Framework - context 20100312

Event AFTER_INITIALIZATION Signature
Event AFTER_INITIALIZATION on Interface /PLMU/IF_FRW_CONTEXT_INT has no parameter.
Event BEFORE_DESTRUCTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IO_CONTEXT Exporting Value transfer Object reference (TYPE REF TO) /PLMU/IF_FRW_CONTEXT_INT UI Framework - context 20100312
History
Last changed by/on SAP  20130531 
SAP Release Created in 702