SAP ABAP Interface /PLMB/IF_SPI_APPL_ACCESS (Application Access Interface)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI (Application Component) Service Provider Infrastructure
     /PLMB/BA_SPI_CORE (Package) Service Provider Infrastructure: Core
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WCM_SP WCM: Service Provider Interface 20100929
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_LOG_SP Generic SP for Application Log 20100309
3 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_NAV_SP Service Provider PLM Object Navigator 20071018
4 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_SPI_CONNECTOR Application Connector 20070726
5 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_SPI_GENERIC_SP Generic Service Provider 20070816
6 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_SPI_REUSE_SP Reuse Service Provider 20111019
7 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMI/CL_CLF_SP Service Provider Classification 20070831
8 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMI/CL_CLH_SP Service Provider Class Hierarchie 20071108
9 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMI/CL_LTX_SP Long Text Service Provider 20071204
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFB_DE_SP CFB Data Conf. Service Provider Class 20100914
... Click here to see Used By full list (105 items)
Properties
Interface /PLMB/IF_SPI_APPL_ACCESS  
Short Description Application Access Interface    
General Data
Package /PLMB/BA_SPI_CORE   Service Provider Infrastructure: Core 
Created 20070726   SAP 
Last changed 20140121   SAP 
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...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /PLMB/IF_SPI_APPL_ACCESS has no interface.
Friends
Interface /PLMB/IF_SPI_APPL_ACCESS has no friend.
Attributes
Interface /PLMB/IF_SPI_APPL_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 20070726
2 CHECK_BEFORE_SAVE Instance method Public Method Perform checks before save 20070726
3 CLEAN_UP Instance method Public Method Perform clean up (e. g. release all locks) 20070726
4 DELETE Instance method Public Method Delete node ID 20070726
5 INSERT Instance method Public Method Insert node ID and node data 20070726
6 QUERY Instance method Public Method Execute a Query 20070726
7 RETRIEVE Instance method Public Method Retrieve data for a given list of node IDs 20070726
8 SAVE Instance method Public Method Save changed data to database 20070726
9 UPDATE Instance method Public Method Update data for a given list of node IDs 20070726
Events
Interface /PLMB/IF_SPI_APPL_ACCESS has no event.
Types
Interface /PLMB/IF_SPI_APPL_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 Action specific export parameter 20100322
2 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of IT_NODE_ID for which the action failed 20070726
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Result Node Data 20070726
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Is Set if Failure is Independent of Node IDs 20070726
5 Importing IS_PARAM Call by reference Type reference (TYPE) ANY Action Specific Import Parameter 20070726
6 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Node ID for Which the Action Shall be Performed 20070726
7 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) /PLMB/SPI_ACTION_NAME Action Name 20070726
8 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20070726

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

Method CHECK_BEFORE_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 20070726

Method CHECK_BEFORE_SAVE on Interface /PLMB/IF_SPI_APPL_ACCESS has no exception.

Method 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 Clean Up Reason 20070726

Method CLEAN_UP on Interface /PLMB/IF_SPI_APPL_ACCESS has no exception.

Method DELETE 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 IT_NODE_ID for Which the Delete Failed 20070726
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Is Set if Failure is Independent of Node IDs 20070726
3 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Node ID Which Should be Deleted 20070726
4 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20070726

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

Method INSERT 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 IT_NODE_DATA for Which the Insert Failed 20070726
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Result Node Data 20070726
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relation of IT_NODE_DATA (Source) and ET_NODE_DATA (Target) 20071015
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Is Set if Failure is Independent of Node IDs 20070726
5 Importing IS_NODE_ID Call by reference Type reference (TYPE) ANY Parent Node ID the New Records Should Refer to 20070726
6 Importing IS_PARAM Call by reference Type reference (TYPE) ANY Additional Parameter for Insert 20070726
7 Importing IT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node Data to be Inserted 20070726
8 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20070726
9 Importing IV_TARGET_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Target Node Name 20070726

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

Method QUERY 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 Result Node Data 20070726
2 Exporting ET_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Result Node ID 20070726
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relation of ET_NODE_ID (source) and ET_NODE_DATA (target) 20100428
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20070726
5 Importing IS_OPTIONS Call by reference Type reference (TYPE) /PLMB/S_SPI_QUERY_OPTIONS Query Options 20071008
6 Importing IT_FILTER_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE List of Node IDs to Which Result Should be Restricted 20080422
7 Importing IT_REQUESTED_FIELD Call by reference Type reference (TYPE) /PLMB/T_SPI_REQUESTED_FIELD Requested Fields of Node Data 20111207
8 Importing IT_SEL_PARAM Call by reference Type reference (TYPE) /PLMB/T_SPI_SELECTION_PARAM Selection Parameters/Criteria 20070726
9 Importing IV_KEYS_ONLY Call by reference Type reference (TYPE) /PLMB/SPI_KEYS_ONLY_IND ABAP_FALSE Indicates that Only Node IDs Should be Returned 20070726
10 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node name 20070726
11 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /PLMB/SPI_QUERY_NAME Query Name 20100420

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

Method RETRIEVE 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_RTR_INDEX_FAILED Index of IT_NODE_ID for Which the Retrieve Failed 20070726
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Result Node Data 20070726
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relation of IT_NODE_ID (Source) and ET_NODE_DATA (Target) 20070726
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Is Set if Failure is Independent of Node IDs 20070726
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) INDEX TABLE Node ID 20070726
6 Importing IT_REQUESTED_FIELD Call by reference Type reference (TYPE) /PLMB/T_SPI_REQUESTED_FIELD Requested Fields of Node Data 20111103
7 Importing IV_ASSOCIATION_NAME Call by reference Type reference (TYPE) /PLMB/SPI_ASSOCIATION_NAME Association Name 20131001
8 Importing IV_LOCK Call by reference Type reference (TYPE) /PLMB/SPI_LOCK_IND Lock Required 20070726
9 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20070726
10 Importing IV_TARGET_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Target Node Name 20070726

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

Method 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 20070726

Method SAVE on Interface /PLMB/IF_SPI_APPL_ACCESS has no exception.

Method UPDATE 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 IT_NODE_DATA for Which the Update Failed 20070726
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Result Node Data 20070726
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relation of IT_NODE_DATA (Source) and ET_NODE_DATA (Target) 20071024
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Is Set if Failure is Independent of Node IDs 20070726
5 Importing IT_CHANGED_FIELD Call by reference Type reference (TYPE) /PLMB/T_SPI_CHANGED_FIELD Changed Fields of Node Data 20101021
6 Importing IT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE Node Data which Shall be Updated 20070726
7 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /PLMB/SPI_NODE_NAME Node Name 20070726

Method UPDATE on Interface /PLMB/IF_SPI_APPL_ACCESS has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_WCM_SP WCM: Service Provider Interface 20100929
2 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_LOG_SP Generic SP for Application Log 20100309
3 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_NAV_SP Service Provider PLM Object Navigator 20071018
4 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_SPI_CONNECTOR Application Connector 20070726
5 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_SPI_GENERIC_SP Generic Service Provider 20070816
6 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/CL_SPI_REUSE_SP Reuse Service Provider 20111019
7 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMI/CL_CLF_SP Service Provider Classification 20070831
8 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMI/CL_CLH_SP Service Provider Class Hierarchie 20071108
9 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMI/CL_LTX_SP Long Text Service Provider 20071204
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFB_DE_SP CFB Data Conf. Service Provider Class 20100914
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFB_SP_PV Service Provider - Production Versions in MRP 20100713
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFB_SP_RB Service Provider CFB RB 20100914
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFB_SP_RMC RMC Service Provider Class 20100804
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFB_WEIGH_LIST_SP Service Provider 20101007
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMS_STARTCNV_SP Service Provider for Start Conversion 20111205
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAML_SP_LRP Service Provider for LRP 20090911
17 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_CHAR Service Provider Characterstics 20090202
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_CONF Service Provider Order Confirmation 20091116
19 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_DIR Service Provider Document Info Record 20081120
20 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_EQUI Service Provider Equipment 20081013
21 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_ETI2AV Service Provider ETI to Asset Viewer 20081121
22 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_FL Service Provider Functional Location 20081029
23 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_IC_MYOBJ Service Provider Info Center My Object 20081107
24 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_JOB Service Provider Job 20081024
25 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_MATERIAL Service Provider Material 20081021
26 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_MD Service Provider Measurement Documents 20090403
27 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_MHIO Service Provider Maint.Plan Call Object 20091217
28 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_MHIS Maintenance Call 20090828
29 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_MP Service Provider Measuring Point 20090402
30 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_MPLAN Service Provider Maintenance Plan 20090916
31 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_MPOS Service Provider Maintenance Plan Item 20090420
32 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_NTF Service Provider Notification 20090126
33 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_OBJK Service Provider Object List 20090901
34 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_OLNK Service Provider Object Link 20090828
35 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_ORD Service Provider Order 20090119
36 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_ORDNTF Service Provider Combined Order Notification 20100714
37 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_ORD_NTF_PRINT Service Provider for Order & Notification Printing 20100616
38 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_PARTNER Service Provider Partner Info 20090205
39 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_PERMIT Service Provider Permits 20100421
40 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_PERMIT_REL Service Provider Permits 20100915
41 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_PR Service Provider Purchase Requisition 20091124
42 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_PRT Service Provider Task List 20090819
43 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_RFL Service Provider Reference Functional Location 20090901
44 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_SEARCH Service Provider Search 20081021
45 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_SERVICE Dummy Service Provider for Services 20091013
46 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_SGAP Service Provider Structure Gap 20090723
47 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_SRV_ENTRY_SHEET Service Provider Service Entry Sheet 20100201
48 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_STATUS SP class geoloc data 20090303
49 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_STRUCVIEW Service Provider Structure View 20081020
50 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_TL Service Provider Task List 20090310
51 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_TLOP Service Provider Task List Operation 20090909
52 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_TO Service Provider Technical Object 20091008
53 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_USGLIST Service Provider Usage List 20090915
54 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_VB Service Provider Visual Business 20091009
55 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_WCM_WAP Service Provider WCM - Work Clearness Application (WCA) 20100430
56 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_WCM_WCA Service Provider WCM - Work Clearance Application (WCA) 20100423
57 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_WCM_WCD Service Provider WCM - Work Clearness Document 20100505
58 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_WCM_WCD_TEMPL Service Provider WCD Template 20100426
59 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMS_SP_WCM_WCI Service Provider WCM - Work Clearance Document Item(WCI) 20100511
60 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMVE_SP_VWR SP class Visual Enterprise 20120518
61 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMWS_SP_RSKCL Service Provider Risk List 20100715
62 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EAMWS_SP_SML Service Provider Safety Measure List 20100622
63 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_PP_PLANVERS_SP Service Provider Class for Planversion 20101115
64 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_PP_PT_SP Planning Table Service Provider 20100716
65 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_ALLOC_CM SP Class for Capture Measurements 20100526
66 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_ALLOC_DOWNTIME SP Class for mass entry downtime 20111129
67 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_ALLOC_MDC SP Class for Manual Data Capture 20091029
68 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_ALLOC_MRH SP Class for MRH 20100715
69 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_ALLOC_RESULT SP Class for Allocation - Results 20091117
70 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_ALLOC_RULE SP Class for Allocation 20091109
71 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_ALLOC_TOR Theo Override SP class 20091118
72 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_ALLOC_WELL_TEST SP Class for Well Test Search Analytics 20111116
73 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_NETOBJ Service Provider class for GHO objects 20090724
74 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_OIL_AND_GAS_ENTITY Service Provider Class for Producing Entities 20110118
75 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_OWN Service Provider Class for Ownership 20100707
76 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_OWN_NET_ASG SP class for Ownership to Network assign 20100818
77 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_OWN_RPT Ownership report sp class 20101007
78 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_PE OBSOLETE Service Provider Class for Producing Entities 20100526
79 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_SP_SIMU Service Provider Class for Simulation 20101102
80 Interface implementation (CLASS c. INTERFACES i_ref)  CL_LFS_SSTN_SP SP Class for Vendor Sustainability 20100525
81 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_CLF_PLM_UI_SP CLF Service Provide for MDG CLF WDC 20100122
82 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_MAT_SP Service provider for MDG material 20100519
83 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_MAT_SP_DRAFTS Service provider for drafts 20110214
84 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_MAT_SP_GENERIC Service provider for generic nodes - single maintence UI 20100702
85 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_MAT_SP_MAT Service provider for material - single maintenance 20100519
86 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_MAT_SP_SEARCH Service provider for generic nodes 20100728
87 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MDG_BS_MAT_SP_SETTINGS Service provider for settings 20100630
88 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MGIR_SSTN_SP SP Class Material Vendor Sustainability 20100723
89 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MMPUR_PO_SP PO service provider class 20090825
90 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MMPUR_SPPR_SP SPPR SP class 20090828
91 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MMSRV_MODEL_SP MMSRV Service Provider class 20090828
92 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLMN_SP_GLOC Service provider for GIS 20090401
93 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLMN_SP_NETWORK Service provider for network 20090223
94 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLMN_SP_OBJ Service Provider class for GHO objects 20090525
95 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLMN_SP_SEP Service provider for Separator 20090707
96 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PLMN_SP_WELL Service provider for Well 20090707
97 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VC2HL_CT_SP SP for VC-Evaluation Screen 20081121
98 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VC2HL_LC_SP ServiceProvider: Load Configuration 20090724
99 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VC2HL_SP ServiceProvider variant configuration 20081029
100 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VC2OD_CPL_SP Characteristic Pool SP 20090810
101 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VC2OD_DEP_SP Service Provider Class of the VC Dependency 20081104
102 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VC2OD_DMT_SP Service Provider Class for dep maintanance table 20090806
103 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VC2OD_MESSAGE_LONGTEXT_SP service provider class of message long text do 20081203
104 Interface implementation (CLASS c. INTERFACES i_ref)  CL_VIP_SP SP VIP Node 20131108
105 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WCM_SP_WP WCM: Service Provider Work Permit 20100810
History
Last changed by/on SAP  20140121 
SAP Release Created in 100