SAP ABAP Class /PLMB/CL_SPI_SHLP_GEN_EXIT_RFC (Determine RFC destination and call of RFC-FMs for SPI-Shlp)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/IF_SPI_SHLP_GEN_EXIT_RFC Appl. specific calls of SPI Shlp-RFC modules 20110602
Properties
Class /PLMB/CL_SPI_SHLP_GEN_EXIT_RFC  
Short Description Determine RFC destination and call of RFC-FMs for SPI-Shlp    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMB/BA_SPI_CORE   Service Provider Infrastructure: Core 
Created 20110602   SAP 
Last change 20110908   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)
2 SHLP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /PLMB/IF_SPI_SHLP_GEN_EXIT_RFC Appl. specific calls of SPI Shlp-RFC modules 20110602
Friends
Class /PLMB/CL_SPI_SHLP_GEN_EXIT_RFC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MB_GEN_EXIT Instance attribute Private Object reference (TYPE REF TO) /PLMB/EX_SPI_SHLP_GEN_EXIT 20110602
2 MTS_RFC_FUNCTION Instance attribute Private Type reference (TYPE) GTY_TS_RFC_FUNCTION 20110602
3 MV_RFC_DESTINATION Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110602
4 MV_STANDARD_RFC Instance attribute Private Type reference (TYPE) ABAP_BOOL 20110602
5 SO_SHLP_GEN_EXIT_RFC Static Attribute Private Object reference (TYPE REF TO) /PLMB/CL_SPI_SHLP_GEN_EXIT_RFC Determine RFC destination and call of RFC-FMs for SPI-Shlp l 20110602
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method 20110602
2 GET_RFC_DESTINATION Instance method Private Method 20110602
Events
Class /PLMB/CL_SPI_SHLP_GEN_EXIT_RFC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_RFC_FUNCTION Private See coding 20110602 BEGIN OF gty_s_rfc_function, rfcdest TYPE rfcdest, standard TYPE abap_bool, END OF gty_s_rfc_function
2 GTY_TS_RFC_FUNCTION Private See coding 20110602 gty_ts_rfc_function TYPE SORTED TABLE OF gty_s_rfc_function WITH UNIQUE KEY rfcdest
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SHLP_GEN_EXIT_RFC Value transfer Object reference (TYPE REF TO) /PLMB/IF_SPI_SHLP_GEN_EXIT_RFC 20110602

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

Method GET_RFC_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110602
2 Exporting EV_STANDARD Call by reference Type reference (TYPE) ABAP_BOOL 20110602
3 Importing IS_SHLP Call by reference Type reference (TYPE) SHLP_DESCR_T 20110602

Method GET_RFC_DESTINATION on class /PLMB/CL_SPI_SHLP_GEN_EXIT_RFC has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731