SAP ABAP Interface /PLMB/IF_SPI_NODE_ACCESS (Node Access)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI (Application Component) Service Provider Infrastructure
     /PLMB/BA_SPI_SERVICES (Package) Service Provider Infrastructure: Services
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/CL_FRW_EPM_SP_NODE General SP Node Class for SPI EPM Integration 20120820
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/CL_FRW_TEST_SP_NODE Test Application Nodes 20111205
Properties
Interface /PLMB/IF_SPI_NODE_ACCESS  
Short Description Node Access    
General Data
Package /PLMB/BA_SPI_SERVICES   Service Provider Infrastructure: Services 
Created 20111021   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /PLMB/IF_SPI_NODE_ACCESS has no forward declaration.
Interfaces
Interface /PLMB/IF_SPI_NODE_ACCESS has no interface.
Friends
Interface /PLMB/IF_SPI_NODE_ACCESS has no friend.
Attributes
Interface /PLMB/IF_SPI_NODE_ACCESS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTION Instance method Public Method Action for a given list of node IDs 20111021
2 DELETE Instance method Public Method Delete node ID 20111021
3 GET_OPERATION_PROPERTIES Instance method Public Method Get operation properties 20111021
4 GET_PROPERTIES Instance method Public Method Get properties 20111021
5 INITIALIZE Instance method Public Method Initialize node 20111021
6 INSERT Instance method Public Method Insert node ID and node data 20111021
7 QUERY Instance method Public Method Query 20111021
8 RETRIEVE Instance method Public Method Retrieve data for a given list of node IDs 20111021
9 UPDATE Instance method Public Method Update data for a given list of node IDs 20111021
Events
Interface /PLMB/IF_SPI_NODE_ACCESS has no event.
Types
Interface /PLMB/IF_SPI_NODE_ACCESS has no local type.
Method Signatures

Method ACTION 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 Export parameters 20111021
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Messages 20111021
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node ID and node data 20111021
4 Importing IS_PARAM Call by reference Type reference (TYPE) ANY Parameter for action 20111021
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Node ID to which action refers 20111021
6 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) /PLMB/SPI_ACTION_NAME Action name 20111021

Method ACTION on Interface /PLMB/IF_SPI_NODE_ACCESS has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20111021
2 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Node ID 20111021

Method DELETE on Interface /PLMB/IF_SPI_NODE_ACCESS has no exception.

Method GET_OPERATION_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Messages 20111206
2 Exporting ET_OPERATION_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_OPERATION_PRPTY Operation Property profile which applies for all records 20111021
3 Exporting ET_OPR_PRPTY_MULTI_IDX Call by reference Type reference (TYPE) /PLMB/T_SPI_NDX_OPR_PRPTY_MULT Operation Property profile which applies for multiple record 20111021
4 Exporting ET_OPR_PRPTY_SINGLE_IDX Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEXED_OPR_PRPTY Operation Property profile which applies for a single record 20111021
5 Importing IG_REFERENCE_DATA Call by reference Type reference (TYPE) ANY Data the Operation Properties are Referenced to 20111021
6 Importing IV_PARENT_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20111021
7 Importing IV_REFERENCE_TYPE Call by reference Type reference (TYPE) /PLMB/SPI_OPR_PRPTY_REF_TYPE Reference Type for Operation Properties 20111021

Method GET_OPERATION_PROPERTIES on Interface /PLMB/IF_SPI_NODE_ACCESS has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Messages 20111206
2 Exporting ET_PROPERTIES Call by reference Type reference (TYPE) /PLMB/T_SPI_PROPERTIES Property profile which applies for all records 20111021
3 Exporting ET_PROPERTIES_MULTI_IDX Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEXED_PRP_MULTI Property profile which applies for multiple records 20111021
4 Exporting ET_PROPERTIES_SINGLE_IDX Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEXED_PROPERTY Property profile which applies for a single record 20111021
5 Importing IG_REFERENCE_DATA Call by reference Type reference (TYPE) ANY Reference data 20111021
6 Importing IV_PARENT_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20111021
7 Importing IV_REFERENCE_TYPE Call by reference Type reference (TYPE) /PLMB/SPI_PRPTY_REF_TYPE Reference Type for Field Properties 20111021

Method GET_PROPERTIES on Interface /PLMB/IF_SPI_NODE_ACCESS has no exception.

Method INITIALIZE 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_NODE_OPTIONS Node Initialization Options 20111021

Method INITIALIZE on Interface /PLMB/IF_SPI_NODE_ACCESS has no exception.

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Messages 20111021
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node ID and data which was inserted into node 20111021
3 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 20111021
4 Importing IS_PARAM Call by reference Type reference (TYPE) ANY Parameter for insert e. g. profile 20111021
5 Importing IS_PARENT_NODE_ID Call by reference Type reference (TYPE) ANY Parent Node ID 20111021
6 Importing IT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node ID and node data to be inserted into node 20111021
7 Importing IV_PARENT_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Parent Node Name 20111021

Method INSERT on Interface /PLMB/IF_SPI_NODE_ACCESS has no exception.

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20111021
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node ID(s) and node data which matches selection parameters 20111021
3 Exporting ET_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Node ID(s) which match the selection parameters 20111021
4 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 20111021
5 Importing IS_OPTIONS Call by reference Type reference (TYPE) /PLMB/S_SPI_QUERY_OPTIONS Query options 20111021
6 Importing IT_FILTER_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE List of NodeIDs to which result will be restricted 20111021
7 Importing IT_REQUESTED_FIELD Call by reference Type reference (TYPE) /PLMB/T_SPI_REQUESTED_FIELD Requested Fields of Node Data 20111208
8 Importing IT_SEL_PARAM Call by reference Type reference (TYPE) /PLMB/T_SPI_SELECTION_PARAM Selection criteria for Queries on BO attributes 20111021
9 Importing IV_KEYS_ONLY Call by reference Type reference (TYPE) /PLMB/SPI_KEYS_ONLY_IND Indicator Return Keys Only 20111021
10 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /PLMB/SPI_QUERY_NAME Query Name 20111021

Method QUERY on Interface /PLMB/IF_SPI_NODE_ACCESS has no exception.

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Messages 20111021
2 Exporting ET_MESSAGE_LOCK Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Locking Messages 20111021
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node ID and node data 20111021
4 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 20111021
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Node ID / Parent node ID 20111021
6 Importing IT_REQUESTED_FIELD Call by reference Type reference (TYPE) /PLMB/T_SPI_REQUESTED_FIELD Requested Fields of Node Data 20111208
7 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Locking indicator 20111021
8 Importing IV_PARENT_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Parent Node Name 20111021

Method RETRIEVE on Interface /PLMB/IF_SPI_NODE_ACCESS has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Messages 20111021
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node ID and data which was updated 20111021
3 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 20111021
4 Importing IT_CHANGED_FIELD Call by reference Type reference (TYPE) /PLMB/T_SPI_CHANGED_FIELD Changed Fields of Node Data 20111021
5 Importing IT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node ID and node data which shall be updated 20111021

Method UPDATE on Interface /PLMB/IF_SPI_NODE_ACCESS has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 731