SAP ABAP Class CL_AMDP_RUNTIME_SERVICES (AMDP Service Methods)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABP_AMDP_KRN (Package) Kernel Interface for Database Procedure Management
Properties
Class CL_AMDP_RUNTIME_SERVICES  
Short Description AMDP Service Methods    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABP_AMDP_KRN   Kernel Interface for Database Procedure Management 
Created 20131205   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AMDP_RUNTIME_SERVICES has no forward declaration.
Interfaces
Class CL_AMDP_RUNTIME_SERVICES has no interface implemented.
Friends
Class CL_AMDP_RUNTIME_SERVICES has no friend class.
Attributes
Class CL_AMDP_RUNTIME_SERVICES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CLASS_VERSION Static method Private Method 20131205
2 GET_VALID_DBPROCS Static method Private Method 20131205
3 PREPARE_CLASS_FOR_CALL Static method Public Method 20131205
4 PREPARE_METHOD_FOR_CALL Static method Public Method 20131205
Events
Class CL_AMDP_RUNTIME_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DBPROCS Private See coding 20131205 tt_dbprocs type standard table of ty_dbprocs
2 TY_DBPROCS Private See coding 20131205 begin of ty_dbprocs, procedure_name type string, is_valid type string, end of ty_dbprocs
Method Signatures

Method GET_CLASS_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CLASS_VERSION Call by reference Type reference (TYPE) ABP_TIMEST 20131205
2 Importing IM_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131205

Method GET_CLASS_VERSION on class CL_AMDP_RUNTIME_SERVICES has no exception.

Method GET_VALID_DBPROCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALID_DBPROCS Call by reference Type reference (TYPE) TT_DBPROCS 20131205
2 Importing IM_FILTER Call by reference Type reference (TYPE) STRING 20131205
3 Importing IM_GET_PROCS_FOR_CLASS Call by reference Type reference (TYPE) ABAP_BOOL 20131205
# Exception Resumable Description Created on
1 CX_AMDP_RUNTIME_SERVICES 20131205

Method PREPARE_CLASS_FOR_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLASS_NAME Value transfer Type reference (TYPE) STRING 20131205
# Exception Resumable Description Created on
1 CX_AMDP_RUNTIME_SERVICES 20131205

Method PREPARE_METHOD_FOR_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METH_FULL_NAME Value transfer Type reference (TYPE) STRING 20131205
# Exception Resumable Description Created on
1 CX_AMDP_RUNTIME_SERVICES 20131205
History
Last changed by/on SAP  20141121 
SAP Release Created in 740