SAP ABAP Class IF_DBPROC_PROXY_QUERY_API (API for Information on Database Proxies and Procedures)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DBPROC_PROXY_QUERY Query API for Database Procedure Proxies 20121116
Properties
Class IF_DBPROC_PROXY_QUERY_API  
Short Description API for Information on Database Proxies and Procedures    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121116   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_DBPROC_PROXY_BASIC_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_DBPROC_PROXY_QUERY_API has no interface implemented.
Friends
Class IF_DBPROC_PROXY_QUERY_API has no friend class.
Attributes
Class IF_DBPROC_PROXY_QUERY_API has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_PROCEDURE_FROM_PROXY Instance method Public Method Get Procedure Names of Proxy Names 20121119
2 GET_PROCEDURE_VALUE_HLP Instance method Public Method Input Help by Procedures 20130115
3 GET_PROXIES_FROM_PROCEDURE Instance method Public Method Get Existing Proxies from Procedure Name 20121119
4 QUERY_PROCEDURE Instance method Public Method Get Information on Database Procedure 20121116
Events
Class IF_DBPROC_PROXY_QUERY_API has no event.
Types
Class IF_DBPROC_PROXY_QUERY_API has no local type.
Method Signatures

Method GET_PROCEDURE_FROM_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_PROC_NAME Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_DB_NAME Procedure Name 20121119
2 Exporting EF_PROC_SCHEMA Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_DB_NAME Procedure Schema 20121119
3 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_ABAP_NAME Proxy Name 20121119
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20121119

Method GET_PROCEDURE_VALUE_HLP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROCEDURES Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_PROCEDURE_LIST_T Prozeduren 20130115
2 Importing IF_PROC_NAME Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_DB_NAME Name auf der DB mit Wildcards ('*', '+') 20130115
3 Importing IF_PROC_SCHEMA Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_DB_NAME Name auf der DB mit Wildcards ('*', '+') 20130115
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20130115

Method GET_PROXIES_FROM_PROCEDURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROXY_LIST Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_PROXY_LIST_T Liste der Proxies 20121119
2 Importing IF_PROC_NAME Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_DB_NAME Prozedurname 20121119
3 Importing IF_PROC_SCHEMA Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_DB_NAME Prozedurschema 20121119

Method GET_PROXIES_FROM_PROCEDURE on class IF_DBPROC_PROXY_QUERY_API has no exception.

Method QUERY_PROCEDURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_FLG_READONLY Call by reference Type reference (TYPE) ABAP_BOOL Read-Only Flag 20121116
2 Exporting ET_PARAM_INFO Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_PARAM_INFO_T Parameterinformationen 20121116
3 Importing IF_PROC_NAME Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_DB_NAME Prozedurname 20121116
4 Importing IF_PROC_SCHEMA Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_DB_NAME Prozedurschema 20121116
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY 20121116
History
Last changed by/on SAP  20140121 
SAP Release Created in