SAP ABAP Class /PLMU/CL_FRW_NODE_ID_BUFFER (Buffer for submitted Node IDs)
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
Properties
Class /PLMU/CL_FRW_NODE_ID_BUFFER  
Short Description Buffer for submitted Node IDs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_CORE   UI Framework: Core 
Created 20091119   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
Interfaces
Class /PLMU/CL_FRW_NODE_ID_BUFFER has no interface implemented.
Friends
Class /PLMU/CL_FRW_NODE_ID_BUFFER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ROW_CHANGE_KIND Constant Public See coding 20110320
2 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) /PLMU/IF_FRW_CONTEXT_INT 20091119
3 MO_STABLE_INDEX_FINDER Instance attribute Private Object reference (TYPE REF TO) /PLMU/CL_FRW_ID_INDEX_FINDER 20100209
4 MR_SUBMITTED_NODE_ID_TABLE Instance attribute Private Object reference (TYPE REF TO) DATA 20100929
5 MT_ROW_CHANGE_LOG Instance attribute Private Type reference (TYPE) GTY_T_ROW_CHANGE_LOG 20110320
6 MV_COLLECTION_CHANGED Instance attribute Private Type reference (TYPE) BOOLE_D 20110320
7 MV_HIGHEST_SUBMITTED_INDEX Instance attribute Private Type reference (TYPE) INT4 20100730
8 MV_NUMBER_OF_SUBMITTED_ENTRIES Instance attribute Private Type reference (TYPE) INT4 20091119
Methods
# Method Level Visibility Method type Description Created on
1 ADD_SUBMITTED_ENTRY Instance method Public Method 20110318
2 BUILD_BUFFER Instance method Private Method 20110110
3 CONSTRUCTOR Instance method Public Constructor 20091119
4 DESTRUCT Instance method Public Method 20091119
5 FILL_WITH_SUBMITTED_ENTRIES Instance method Public Method 20110318
6 FIND_HIGHEST_SUBMITTED_INDEX Instance method Private Method 20100730
7 GET_HIGHEST_SUBMITTED_INDEX Instance method Public Method 20100730
8 GET_INDEX_FINDER Instance method Public Method 20100209
9 GET_NODE_ID Instance method Public Method 20100209
10 GET_SUBMITTED_ENTRY_COUNT Instance method Public Method 20100929
11 GET_UNSUBMITTED_INDEXES Instance method Public Method 20101217
12 HNDL_METADATA_CHANGED Instance method Private Event handling method 20110107
13 IS_ENTRY_SUBMITTED Instance method Public Method 20100928
14 NOTIFY_COLLECTION_CHANGE Instance method Public Method 20110320
15 NOTIFY_ROW_CHANGE Instance method Public Method 20110320
16 SET_SUBMITTED_ENTRY Instance method Public Method 20110317
17 SUBMIT_ENTRIES Instance method Public Method 20110317
18 VALIDATE Instance method Private Method 20091119
Events
# Event Type Visibility Description Created on
1 BEFORE_VALIDATION Instance Event
(0)
Public
(2)
20110123
2 INVALIDATED Instance Event
(0)
Public
(2)
20100209
3 VALIDATED Instance Event
(0)
Public
(2)
20100209
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_ROW_CHANGE_KIND Public Type reference (TYPE) CHAR1 20110320
2 GTY_S_ROW_CHANGE_LOG Private See coding 20110320 BEGIN OF gty_s_row_change_log, change_kind TYPE gty_row_change_kind, index TYPE int4, END OF gty_s_row_change_log
3 GTY_T_ROW_CHANGE_LOG Private See coding 20110320 gty_t_row_change_log TYPE STANDARD TABLE OF gty_s_row_change_log WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method ADD_SUBMITTED_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20110318
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 20110318

Method ADD_SUBMITTED_ENTRY on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method BUILD_BUFFER Signature

Method BUILD_BUFFER on class /PLMU/CL_FRW_NODE_ID_BUFFER has no parameter.
Method BUILD_BUFFER on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /PLMU/IF_FRW_CONTEXT_INT UI Framework - context 20091119

Method CONSTRUCTOR on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method DESTRUCT Signature

Method DESTRUCT on class /PLMU/CL_FRW_NODE_ID_BUFFER has no parameter.
Method DESTRUCT on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method FILL_WITH_SUBMITTED_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONTEXT_DATA Call by reference Type reference (TYPE) INDEX TABLE 20110318

Method FILL_WITH_SUBMITTED_ENTRIES on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method FIND_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 20100730

Method FIND_HIGHEST_SUBMITTED_INDEX on class /PLMU/CL_FRW_NODE_ID_BUFFER 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 20100730

Method GET_HIGHEST_SUBMITTED_INDEX on class /PLMU/CL_FRW_NODE_ID_BUFFER 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 20100209
2 Returning RO_INDEX_FINDER Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_ID_INDEX_FINDER 20110318

Method GET_INDEX_FINDER on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method GET_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NODE_ID Call by reference Type reference (TYPE) ANY 20100209
2 Exporting EV_IS_SUBMITTED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100209
3 Importing IV_INDEX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20100209
# Exception Resumable Description Created on
1 /PLMU/CX_FRW_INTERNAL 20110605

Method GET_SUBMITTED_ENTRY_COUNT Signature

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

Method GET_SUBMITTED_ENTRY_COUNT on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method GET_UNSUBMITTED_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 Sorted table of type sytabix 20101217

Method GET_UNSUBMITTED_INDEXES on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method HNDL_METADATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHANGED_ATTRIBUTES Value transfer Attribute reference (LIKE) 20110110

Method HNDL_METADATA_CHANGED on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

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

Method IS_ENTRY_SUBMITTED on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method NOTIFY_COLLECTION_CHANGE Signature

Method NOTIFY_COLLECTION_CHANGE on class /PLMU/CL_FRW_NODE_ID_BUFFER has no parameter.
Method NOTIFY_COLLECTION_CHANGE on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method NOTIFY_ROW_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGE_KIND Call by reference Type reference (TYPE) GTY_ROW_CHANGE_KIND GC_ROW_CHANGE_KIND-DATA_CHANGED 20110320
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 20110320

Method NOTIFY_ROW_CHANGE on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method SET_SUBMITTED_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20110317
2 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 20110317

Method SET_SUBMITTED_ENTRY on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method SUBMIT_ENTRIES 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 20110317
2 Importing IV_IS_SUBMITTED Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE 20110317

Method SUBMIT_ENTRIES on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.

Method VALIDATE Signature

Method VALIDATE on class /PLMU/CL_FRW_NODE_ID_BUFFER has no parameter.
Method VALIDATE on class /PLMU/CL_FRW_NODE_ID_BUFFER has no exception.
Event Signatures

Event BEFORE_VALIDATION Signature
Event BEFORE_VALIDATION on class /PLMU/CL_FRW_NODE_ID_BUFFER has no parameter.
Event INVALIDATED Signature
Event INVALIDATED on class /PLMU/CL_FRW_NODE_ID_BUFFER has no parameter.
Event VALIDATED Signature
Event VALIDATED on class /PLMU/CL_FRW_NODE_ID_BUFFER has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702