SAP ABAP Class /PLMB/CL_SPI_B_APP_CONTROLLER (Service Provider Browser - Controller of Browser Application)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI (Application Component) Service Provider Infrastructure
     /PLMB/BA_SPI_TOOLS (Package) Service Provider Infrastructure Tools
Properties
Class /PLMB/CL_SPI_B_APP_CONTROLLER  
Short Description Service Provider Browser - Controller of Browser Application    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMB/BA_SPI_TOOLS   Service Provider Infrastructure Tools 
Created 20101123   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /PLMB/IF_SPI_C Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class /PLMB/CL_SPI_B_APP_CONTROLLER has no interface implemented.
Friends
Class /PLMB/CL_SPI_B_APP_CONTROLLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /PLMB/CL_SPI_B_APP_CONTROLLER Service Provider Browser - Controller of Browser Application 20101123
2 MG_PARAM Instance attribute Private Object reference (TYPE REF TO) DATA 20110308
3 MO_APPL_ACCESS Instance attribute Private Object reference (TYPE REF TO) /PLMB/IF_SPI_APPL_ACCESS Application Access reference 20120822
4 MO_COLLECTOR Instance attribute Private Object reference (TYPE REF TO) /PLMB/IF_SPI_COLLECTOR_OUTPUT 20120822
5 MO_SPI_METADATA_OUTPUT Instance attribute Private Object reference (TYPE REF TO) /PLMB/IF_SPI_METADATA_OUTPUT Metadata provider 20120821
6 MR_NODE_ID Instance attribute Private Object reference (TYPE REF TO) DATA Table of Node Id's 20120917
7 MR_PARENT_NODE_ID Instance attribute Private Object reference (TYPE REF TO) DATA Selected Parent Node ID 20121010
8 MR_QUERY_RETURN Instance attribute Private Object reference (TYPE REF TO) DATA 20120917
9 MT_DATA_BUFFER Instance attribute Private Type reference (TYPE) LTY_T_DATA_BUFFER 20101128
10 MT_INDEX_FAILED Instance attribute Private Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20110308
11 MT_NODE_ID_REL Instance attribute Private Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20110308
12 MT_RTR_INDEX_FAILED Instance attribute Private Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is availab 20110308
13 MV_ABBID Instance attribute Private Type reference (TYPE) /PLMB/SPI_ABBID Application Building Block ID 20110411
14 MV_FAILED Instance attribute Private Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20110308
15 MV_LAST_PROCESSED_METHOD Instance attribute Private Type reference (TYPE) CHAR20 Char 20 20120917
16 MV_PARENT_NODE_NAME Instance attribute Private Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20121011
17 MV_SELECTED_NODE Instance attribute Private Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20110330
18 MV_SELECTED_OPERATION Instance attribute Private Type reference (TYPE) TEXT40 Text, 40 Characters Long 20110330
19 MV_SELECTED_OPERATION_PARAM Instance attribute Private Type reference (TYPE) TEXT40 Node Name 20110330
20 MV_USER_SETTINGS Instance attribute Private Type reference (TYPE) /PLMB/S_SPI_B_SETTINGS SPI Browser settings 20110412
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_PROCESS_ATTRIBUTES Instance method Private Method Clears all attributes which are used by PROCESS_* Method 20120917
2 CONSTRUCTOR Instance method Public Constructor 20101216
3 FLUSH_PARENT_NODE_ID Instance method Public Method Flush entered Parent Node ID while insertion 20121011
4 GET_ABBID Instance method Public Method Get Actual ABBID 20101123
5 GET_FAILED Instance method Public Method 20110411
6 GET_INDEX_FAILED Instance method Public Method 20110411
7 GET_INSTANCE Static method Public Method Get Test Application Controller 20101123
8 GET_LAST_PROCESSED_METHOD Instance method Public Method Returns the name of the last PROCESS_* Method. 20120917
9 GET_MESSAGES Instance method Public Method Get Messages from Collector 20101126
10 GET_METADATA Instance method Public Method 20120822
11 GET_MG_PARAM Instance method Public Method 20110411
12 GET_NODE_DATA Instance method Public Method 20101128
13 GET_NODE_DEF Instance method Public Method Get Secified Node Data 20101124
14 GET_NODE_DEF_ALL Instance method Public Method Get ABBID Node Data 20101124
15 GET_NODE_ID Instance method Public Method 20120917
16 GET_NODE_ID_REL Instance method Public Method 20110411
17 GET_NODE_OPERATIONS Instance method Public Method Get Operations of a specified Node 20101125
18 GET_PARENT_NODE_ID Instance method Public Method Get Parent Node while Insert by Parent Node 20121011
19 GET_QUERY_RESULT Instance method Public Method 20120910
20 GET_RTR_INDEX_FAILED Instance method Public Method 20110411
21 GET_SELECTED_NODE Instance method Public Method 20110330
22 GET_SELECTED_OPERATION Instance method Public Method 20110330
23 GET_SELECTED_OPERATION_PARAM Instance method Public Method 20110330
24 GET_USER_SETTINGS Instance method Public Method Get User Settings 20101201
25 HNDL_ABBID_UPDATED Instance method Private Event handling method 20101123
26 PROCESS_ACTION Instance method Public Method 20110201
27 PROCESS_CHECK_BEFORE_SAVE Instance method Public Method 20110207
28 PROCESS_CLEAN_UP Instance method Public Method 20110207
29 PROCESS_DELETE Instance method Public Method 20110201
30 PROCESS_INSERT Instance method Public Method 20110201
31 PROCESS_QUERY Instance method Public Method 20120830
32 PROCESS_RBA Instance method Public Method 20110215
33 PROCESS_RETRIEVE Instance method Public Method 20101201
34 PROCESS_SAVE Instance method Public Method 20110207
35 PROCESS_UPDATE Instance method Public Method 20110201
36 SET_ABBID Instance method Public Method Set Actual ABBID 20101123
37 SET_PARENT_NODE_ID Instance method Public Method Set Parent Node while Insert by Parent Node 20121011
38 SET_SELECTED_NODE Instance method Public Method 20110330
39 SET_SELECTED_OPERATION Instance method Public Method 20110330
40 SET_SELECTED_OPERATION_PARAM Instance method Public Method 20110330
41 SET_USER_SETTINGS Instance method Public Method Set User Settings 20101201
Events
# Event Type Visibility Description Created on
1 ABBID_UPDATED Instance Event
(0)
Private
(0)
ABBID has been updated 20101123
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_S_DATA_BUFFER Private See coding 20101128 BEGIN OF lty_s_data_buffer, node_name TYPE /plmb/spi_node_name, data_ref TYPE REF TO data, END OF lty_s_data_buffer
2 LTY_T_DATA_BUFFER Private See coding 20101128 lty_t_data_buffer TYPE STANDARD TABLE OF lty_s_data_buffer
Method Signatures

Method CLEAR_PROCESS_ATTRIBUTES Signature

Method CLEAR_PROCESS_ATTRIBUTES on class /PLMB/CL_SPI_B_APP_CONTROLLER has no parameter.
Method CLEAR_PROCESS_ATTRIBUTES on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /PLMB/CL_SPI_B_APP_CONTROLLER has no parameter.
Method CONSTRUCTOR on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method FLUSH_PARENT_NODE_ID Signature

Method FLUSH_PARENT_NODE_ID on class /PLMB/CL_SPI_B_APP_CONTROLLER has no parameter.
Method FLUSH_PARENT_NODE_ID on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_ABBID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ABBID Value transfer Type reference (TYPE) /PLMB/SPI_ABBID Application Building Block ID 20101123

Method GET_ABBID on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20110411

Method GET_FAILED on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_INDEX_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20110411

Method GET_INDEX_FAILED on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) /PLMB/CL_SPI_B_APP_CONTROLLER Service Provider Browser - Controller of Browser Application 20101123

Method GET_INSTANCE on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_LAST_PROCESSED_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LAST_PROCESSED_METHOD Value transfer Type reference (TYPE) CHAR20 Char 20 20120917

Method GET_LAST_PROCESSED_METHOD on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_COLL_MESSAGE_NODE Message table 20101126
2 Exporting EV_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Message Severity 20101126

Method GET_MESSAGES on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_METADATA_OUTPUT Value transfer Object reference (TYPE REF TO) /PLMB/IF_SPI_METADATA_OUTPUT Metadata Output 20120822

Method GET_METADATA on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_MG_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EG_PARAM Call by reference Type reference (TYPE) ANY 20110411

Method GET_MG_PARAM on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_NODE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20101128
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20101128

Method GET_NODE_DATA on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_NODE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20101124
2 Returning RV_NODE_DEF Value transfer Type reference (TYPE) /PLMB/S_SPI_METADATA_NODE Metadata Node Definition 20101124

Method GET_NODE_DEF on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_NODE_DEF_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NODE_DEFINITION Value transfer Type reference (TYPE) /PLMB/T_SPI_METADATA_NODE Metadata Node Definition 20101124

Method GET_NODE_DEF_ALL on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_NODE_ID Call by reference Object reference (TYPE REF TO) DATA 20120917

Method GET_NODE_ID on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_NODE_ID_REL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20110411

Method GET_NODE_ID_REL on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_NODE_OPERATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20101125
2 Returning RT_NODE_OPERATIONS Value transfer Type reference (TYPE) /PLMB/T_SPI_B_NODE_OPERATIONS Table containing node's supported operations 20101125

Method GET_NODE_OPERATIONS on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_PARENT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ID_DATA Call by reference Type reference (TYPE) ANY 20121011
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20121011

Method GET_PARENT_NODE_ID on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_QUERY_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_QUERY_RESULT Call by reference Object reference (TYPE REF TO) DATA 20120910

Method GET_QUERY_RESULT on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_RTR_INDEX_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RTR_INDEX_FAILED Value transfer Type reference (TYPE) /PLMB/T_SPI_RTR_INDEX_FAILED Index of node ID for which no data is available 20110411

Method GET_RTR_INDEX_FAILED on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SELECTED_NODE Value transfer Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20110330

Method GET_SELECTED_NODE on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_SELECTED_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SELECTED_OPERATION Value transfer Type reference (TYPE) TEXT40 Text, 40 Characters Long 20110330

Method GET_SELECTED_OPERATION on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_SELECTED_OPERATION_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SELECTED_OPERATION_PARAM Value transfer Type reference (TYPE) TEXT40 20110330

Method GET_SELECTED_OPERATION_PARAM on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method GET_USER_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_USER_SETTINGS Value transfer Type reference (TYPE) /PLMB/S_SPI_B_SETTINGS SPI Browser settings 20101201

Method GET_USER_SETTINGS on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method HNDL_ABBID_UPDATED Signature

Method HNDL_ABBID_UPDATED on class /PLMB/CL_SPI_B_APP_CONTROLLER has no parameter.
Method HNDL_ABBID_UPDATED on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method PROCESS_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAM Call by reference Type reference (TYPE) ANY 20110201
2 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE 20110201
3 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) /PLMB/SPI_ACTION_NAME Action Name 20110201
4 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20110201
# Exception Resumable Description Created on
1 /PLMB/CX_SPI_METADATA SPI Metadata Exception (static) 20120821

Method PROCESS_CHECK_BEFORE_SAVE Signature

Method PROCESS_CHECK_BEFORE_SAVE on class /PLMB/CL_SPI_B_APP_CONTROLLER has no parameter.
Method PROCESS_CHECK_BEFORE_SAVE on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method PROCESS_CLEAN_UP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REASON Call by reference Type reference (TYPE) /PLMB/SPI_CLEAN_UP_REASON /PLMB/IF_SPI_C=>GS_C_CLEANUP_REASON-BUFFER_REFRESH Reason for Clean Up 20110207

Method PROCESS_CLEAN_UP on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method PROCESS_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE 20110201
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20110201

Method PROCESS_DELETE on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method PROCESS_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_ID Call by reference Type reference (TYPE) ANY 20121011
2 Importing IS_PARAM Call by reference Type reference (TYPE) ANY 20110201
3 Importing IT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20110201
4 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20110201
5 Importing IV_TARGET_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20121011
# Exception Resumable Description Created on
1 /PLMB/CX_SPI_METADATA SPI Metadata Exception (static) 20120821

Method PROCESS_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OPTIONS Call by reference Type reference (TYPE) /PLMB/S_SPI_QUERY_OPTIONS Query options 20120830
2 Importing IT_FILTER_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE 20120830
3 Importing IT_REQUESTED_FIELD Call by reference Type reference (TYPE) /PLMB/T_SPI_REQUESTED_FIELD Requested Fields of Node Data 20120830
4 Importing IT_SEL_PARAM Call by reference Type reference (TYPE) /PLMB/T_SPI_SELECTION_PARAM Selection Criteria for Queries 20120830
5 Importing IV_KEYS_ONLY Call by reference Type reference (TYPE) /PLMB/SPI_KEYS_ONLY_IND Indicator Return Keys Only 20120830
6 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20120830
7 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /PLMB/SPI_QUERY_NAME Query Name 20120830
# Exception Resumable Description Created on
1 /PLMB/CX_SPI_METADATA SPI Metadata Exception (static) 20120830

Method PROCESS_RBA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Failed Indicator 20110217
2 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20110217
3 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20110217
4 Importing IV_TARGET_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20110217
# Exception Resumable Description Created on
1 /PLMB/CX_SPI_METADATA SPI Metadata Exception (static) 20120817

Method PROCESS_RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE 20101201
2 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking Indicator 20101201
3 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20101201
# Exception Resumable Description Created on
1 /PLMB/CX_SPI_METADATA SPI Metadata Exception (static) 20120820

Method PROCESS_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20110207

Method PROCESS_SAVE on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method PROCESS_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CHANGED_FIELD Call by reference Type reference (TYPE) /PLMB/T_SPI_CHANGED_FIELD Changed Fields of Node Data 20110201
2 Importing IT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20110201
3 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20110201
# Exception Resumable Description Created on
1 /PLMB/CX_SPI_METADATA SPI Metadata Exception (static) 20120821

Method SET_ABBID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ABBID Call by reference Type reference (TYPE) /PLMB/SPI_ABBID Application Building Block ID 20101123

Method SET_ABBID on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method SET_PARENT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ID_DATA Call by reference Type reference (TYPE) ANY 20121011
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20121011

Method SET_PARENT_NODE_ID on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method SET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SELECTED_NODE Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20110330

Method SET_SELECTED_NODE on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method SET_SELECTED_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SELECTED_OPERATION Call by reference Type reference (TYPE) TEXT40 Text, 40 Characters Long 20110330

Method SET_SELECTED_OPERATION on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method SET_SELECTED_OPERATION_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SELECTED_OPERATION_PARAM Call by reference Type reference (TYPE) TEXT40 20110330

Method SET_SELECTED_OPERATION_PARAM on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.

Method SET_USER_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USER_SETTINGS Call by reference Type reference (TYPE) /PLMB/S_SPI_B_SETTINGS SPI Browser settings 20101201

Method SET_USER_SETTINGS on class /PLMB/CL_SPI_B_APP_CONTROLLER has no exception.
Event Signatures

Event ABBID_UPDATED Signature
Event ABBID_UPDATED on class /PLMB/CL_SPI_B_APP_CONTROLLER has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703