SAP ABAP Class CL_ACO_REPOSITORY (Repository for ACO calls)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RFC (Application Component) RFC
     SAP_ACO_INTERNAL (Package) SAP ACo internal
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACO_REPOSITORY ACo repository 20100326
Properties
Class CL_ACO_REPOSITORY  
Short Description Repository for ACO calls    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAP_ACO_INTERNAL   SAP ACo internal 
Created 20100326   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ACO_REPOSITORY has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ACO_REPOSITORY ACo repository 20100326
Friends
Class CL_ACO_REPOSITORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DESTINATION_NAME Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100326
2 FUNCTIONS Instance attribute Private Type reference (TYPE) T_FUNCTIONS 20100326
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100326
Events
Class CL_ACO_REPOSITORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_FUNCTIONS Private See coding 20100326 t_functions type hashed table of t_function_struc with unique key function_name
2 T_FUNCTION_STRUC Private See coding 20100326 begin of t_function_struc, function_name type rs38l_fnam, function type ref to if_aco_function, classic_exceptions type abap_bool, rfcflavor type c LENGTH 1, keep_task type abap_bool, end of t_function_struc
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION_NAME Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20100326

Method CONSTRUCTOR on class CL_ACO_REPOSITORY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800