SAP ABAP Class CL_SAM_RUNTIME_FACTORY (Factory class which returns instance of S&AM Runtime class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SAM (Application Component) Status and Action Management
     SESF_SAM_RT (Package) S&AM Runtime
Properties
Class CL_SAM_RUNTIME_FACTORY  
Short Description Factory class which returns instance of S&AM Runtime class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SESF_SAM_RT   S&AM Runtime 
Created 20050816   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SAM_RUNTIME_FACTORY has no forward declaration.
Interfaces
Class CL_SAM_RUNTIME_FACTORY has no interface implemented.
Friends
Class CL_SAM_RUNTIME_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 STS_RUNTIME_INSTANCE Static Attribute Private Type reference (TYPE) TTS_SAM_RUNTIME_OBJECT 20080205
Methods
# Method Level Visibility Method type Description Created on
1 GET_RUNTIME_INSTANCE Static method Public Method Returns the instance of new SAM runtime class 20071026
Events
Class CL_SAM_RUNTIME_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTS_SAM_RUNTIME_OBJECT Private See coding 20080205 tts_sam_runtime_object TYPE SORTED TABLE OF ty_sam_runtime_object WITH UNIQUE KEY bo_name
2 TY_SAM_RUNTIME_OBJECT Private See coding 20070827 BEGIN OF ty_sam_runtime_object, bo_name TYPE string, runtime_object TYPE REF TO if_sam_runtime, END OF ty_sam_runtime_object
Method Signatures

Method GET_RUNTIME_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_SAM_RUNTIME Call by reference Object reference (TYPE REF TO) IF_SAM_RUNTIME runtime_interface 20071026
2 Importing ID_BO_NAME Call by reference Type reference (TYPE) STRING Business object name 20071026
3 Importing IO_SAM_FACTORY Call by reference Object reference (TYPE REF TO) IF_SAM_APPLICATION_FACTORY Factory Interface for S&AM 20071026
# Exception Resumable Description Created on
1 CX_SAM_INTERNAL_ERROR Exception class for system or metadata load 20071026
2 CX_SAM_PROCESSING_ERROR Exception class for operation processing 20071026
History
Last changed by/on SAP  20110908 
SAP Release Created in 710