SAP ABAP Class CL_DBPROC_PROXY_INTERNAL (Internal Parts of Implementation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC (Application Component) ABAP Dictionary
     SDDBPROC_PROXY (Package) Back-End Functions for Database Procedure Proxy
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBPROC_PROXY_BASIC_TYPES Basic Type Definitions for DB Procedure Proxies 20120119
Properties
Class CL_DBPROC_PROXY_INTERNAL  
Short Description Internal Parts of Implementation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDDBPROC_PROXY   Back-End Functions for Database Procedure Proxy 
Created 20120119   SAP 
Last change 20140121   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 CL_DBPROC_PROXY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_DBPROC_PROXY_BASIC_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_DBPROC_PROXY_INTERNAL_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_DBPROC_PROXY_UI Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_DBPROC_PROXY_BASIC_TYPES Basic Type Definitions for DB Procedure Proxies 20120119
Friends
# Friend Modeled only Created on Description
1 CL_DBPROC_PROXY 20120806 Back-End Functions DB Procedure Proxy
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CF_ABAP_NAME_LENGTH Instance attribute Public Attribute reference (LIKE) 20120119
2 CF_MAX_INT4 Constant Private Type reference (TYPE) I 2147483647 20130215
3 CF_PARAM_DIRECTION_IN Instance attribute Public Attribute reference (LIKE) 20120119
4 CF_PARAM_DIRECTION_INOUT Instance attribute Public Attribute reference (LIKE) 20120119
5 CF_PARAM_DIRECTION_OUT Instance attribute Public Attribute reference (LIKE) 20120119
6 CF_PARAM_KIND_SCALAR Instance attribute Public Attribute reference (LIKE) 20120119
7 CF_PARAM_KIND_TABLE Instance attribute Public Attribute reference (LIKE) 20120119
Methods
# Method Level Visibility Method type Description Created on
1 ABAPTIZE Static method Private Method Make a string a valid ABAP identifier 20130215
2 ABAP_TYPE_STRING Static method Public Method Create Text Representation of an ABAP Type 20120125
3 ADD_TYPE_MAPPINGS Static method Public Method Fill Internal Data with Type Mappings 20130215
4 ADMIN_READ Static method Public Method Read Administrative Information 20120316
5 CHECK_NAMES_INTERNAL Static method Public Method Help Procedure for Name Check 20130215
6 CHECK_NAMES_INTERNAL_EXTENDED Static method Public Method Help Procedure for Name Check 20130215
7 COMPONENTS_STRING Static method Protected Method 20120120
8 DB_TYPE_STRING Static method Public Method 20120120
9 DESCR_ACTIVATE Static method Public Method Activate Description 20120221
10 DESCR_DELETE Static method Public Method Delete Description 20120221
11 DESCR_READ Static method Public Method Read Description 20120221
12 DESCR_WRITE Static method Public Method Write Description 20120221
13 DESERIALIZE Static method Private Method Build Proxy Data from XML 20120119
14 DISABLE_VERSION_VALIDATION Static method Public Method Switch Off Version Validation of Procedure 20120625
15 ENABLE_VERSION_VALIDATION Static method Public Method Switch On Version Validation of Procedure 20120625
16 EXISTS_PROC_ON_DB Static method Public Method Get Information on DB Procedure from DB 20120207
17 GET_INTERNAL_NAME Static method Public Method Create Internal Proxy Name 20120123
18 GET_NEXT_NAME Static method Private Method Find Next Name 20130215
19 GET_SCHEMA_FROM_CONNECTION Static method Private Method Get DB Schema from Database Connection 20121119
20 IS_TYPE_LENGTH_RELEVANT Static method Public Method Checks whether data type length is relevant 20121120
21 IS_VALID_ABAP_NAME Static method Public Method Check whether name is a valid ABAP identifier 20120123
22 LOAD_WRITE Static method Private Method Write the Repoload Entry 20121008
23 MAP_DATA_TO_UI Static method Public Method Convert Data from UI Format into Internal Format 20130215
24 MAP_TYPE_DB_TO_ABAP Static method Public Method Map DB Type to ABAP Type 20130215
25 PROXY_DELETE Static method Public Method Delete Proxy 20120229
26 PROXY_EXISTS Static method Public Method Does proxy exist? 20120307
27 PROXY_READ Static method Public Method Read Proxy 20120224
28 PROXY_WRITE Static method Public Method Save Proxy 20120224
29 READ_PROC_FROM_DB Static method Public Method Get Information on DB Procedure from DB 20120207
30 REPOSRC_ACTIVATE Static method Public Method Activate REPOSRC Entry for Proxy 20120227
31 REPOSRC_DELETE Static method Public Method Delete Source in REPOSRC 20120228
32 REPOSRC_READ Static method Private Method Read Source from REPOSRC 20120224
33 REPOSRC_WRITE Static method Private Method Write Source to REPOSRC 20120224
34 SERIALIZE Static method Private Method Convert Proxy Data to XML 20120119
35 SET_DEFAULTS Static method Public Method Set UI Tables to Default Values 20130215
36 SOURCE_ACTIVATE Static method Public Method Activate Source Entry for Proxy 20120229
37 SOURCE_DELETE Static method Public Method Delete Source 20120229
38 SOURCE_READ Static method Private Method Read Proxy Data as XML from Table 20120229
39 SOURCE_WRITE Static method Private Method Write Proxy Data as XML to Table 20120229
40 TRANSFER_TABLES_CREATE Static method Public Method for ACTIVATE 20120224
41 TRANSFER_TABLES_DELETE Static method Public Method for ACTIVATE 20120228
42 TRANSFER_TABLES_NAMES Static method Public Method for ACTIVATE 20120224
Events
Class CL_DBPROC_PROXY_INTERNAL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ABAP_NAME Public Attribute reference (LIKE) 20120119
2 TY_ABAP_SIMPLE_TYPE_S Public Attribute reference (LIKE) 20120119
3 TY_ADMIN_S Public Type reference (TYPE) IF_DBPROC_PROXY_INTERNAL_TYPES=>TY_ADMIN_S 20120307
4 TY_DB_NAME Public Attribute reference (LIKE) 20120119
5 TY_DB_SIMPLE_TYPE_S Public Attribute reference (LIKE) 20120119
6 TY_DDIC_NAME Public Attribute reference (LIKE) 20120119
7 TY_HEADER_S Public Type reference (TYPE) IF_DBPROC_PROXY_INTERNAL_TYPES=>TY_HEADER_S 20120119
8 TY_PARAM_DIRECTION Public Attribute reference (LIKE) 20120119
9 TY_PARAM_KIND Public Attribute reference (LIKE) 20120119
10 TY_PARAM_S Public Type reference (TYPE) IF_DBPROC_PROXY_INTERNAL_TYPES=>TY_PARAM_S 20120119
11 TY_PARAM_T Public Type reference (TYPE) IF_DBPROC_PROXY_INTERNAL_TYPES=>TY_PARAM_T 20120119
12 TY_PARAM_TYPE_S Public Type reference (TYPE) IF_DBPROC_PROXY_INTERNAL_TYPES=>TY_PARAM_TYPE_S 20120119
13 TY_PARAM_TYPE_T Public Type reference (TYPE) IF_DBPROC_PROXY_INTERNAL_TYPES=>TY_PARAM_TYPE_T 20120119
14 TY_SOURCE_LINE Public See coding 20120119 TY_SOURCE_LINE type c length 255
15 TY_SOURCE_TAB Public See coding 20120119 ty_source_tab type standard table of ty_source_line with default key
Method Signatures

Method ABAPTIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CF_IDENTIFIER Call by reference Type reference (TYPE) CSEQUENCE 20130215

Method ABAPTIZE on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method ABAP_TYPE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TYPE Call by reference Type reference (TYPE) TY_ABAP_SIMPLE_TYPE_S 20120125
2 Returning TEXT Value transfer Type reference (TYPE) STRING 20120125

Method ABAP_TYPE_STRING on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method ADD_TYPE_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PARAM_TYPE_UI Call by reference Type reference (TYPE) IF_DBPROC_PROXY_UI=>TY_PARAM_TYPE_UI_T 20130215
2 Changing CT_PARAM_UI Call by reference Type reference (TYPE) IF_DBPROC_PROXY_UI=>TY_PARAM_UI_T 20130215
3 Importing IR_MSGBOX Call by reference Object reference (TYPE REF TO) CL_DBPROC_PROXY_MSGBOX 20130215
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY 20130215

Method ADMIN_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ADMIN Call by reference Type reference (TYPE) TY_ADMIN_S 20120316
2 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120316
3 Importing IF_VERSION Call by reference Type reference (TYPE) R3STATE Zu lesende Version 20120316
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120316

Method CHECK_NAMES_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NAMES Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_NAME_T 20130215
2 Importing IF_CHECK_RESERVED Call by reference Type reference (TYPE) ABAP_BOOL 20130215

Method CHECK_NAMES_INTERNAL on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method CHECK_NAMES_INTERNAL_EXTENDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NAMES Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_NAME_T 20130215
2 Importing IF_FLG_COMPONENT_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130215

Method CHECK_NAMES_INTERNAL_EXTENDED on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method COMPONENTS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_COMPONENTS Call by reference Type reference (TYPE) TY_PARAM_TYPE_T 20120120
2 Returning P_STRING Value transfer Type reference (TYPE) STRING 20120120

Method COMPONENTS_STRING on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method DB_TYPE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TYPE Call by reference Type reference (TYPE) TY_DB_SIMPLE_TYPE_S 20120120
2 Returning P_STRING Value transfer Type reference (TYPE) STRING 20120120

Method DB_TYPE_STRING on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method DESCR_ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120221
2 Importing IF_WRITE_STATE Call by reference Type reference (TYPE) R3STATE Zielzustand 20120223
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120223

Method DESCR_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120221
2 Importing IF_VERSION Call by reference Type reference (TYPE) AS4LOCAL Aktivierungsstand eines Repository-Objektes 20120319

Method DESCR_DELETE on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method DESCR_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_DESCR Call by reference Type reference (TYPE) DDTEXT Erläuternder Kurztext 20120221
2 Exporting EF_LANGU_NOT_MAINTAINED Call by reference Type reference (TYPE) ABAP_BOOL 20120301
3 Importing IF_LANGU Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20120221
4 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120221
5 Importing IF_STATE Call by reference Type reference (TYPE) R3STATE ABAP: Programmstatus (aktiv, gesichert, transportiert...) 20120221

Method DESCR_READ on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method DESCR_WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_DESCR Call by reference Type reference (TYPE) DDTEXT Erläuternder Kurztext 20120221
2 Importing IF_LANGU Call by reference Type reference (TYPE) SPRAS Sprachenschlüssel 20120221
3 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120221
4 Importing IF_STATE Call by reference Type reference (TYPE) R3STATE ABAP: Programmstatus (aktiv, gesichert, transportiert...) 20120221

Method DESCR_WRITE on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method DESERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Call by reference Type reference (TYPE) TY_HEADER_S 20120119
2 Exporting ET_PARAM Call by reference Type reference (TYPE) TY_PARAM_T 20120209
3 Importing IF_SOURCE_XML Call by reference Type reference (TYPE) STRING 20120229
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120224

Method DISABLE_VERSION_VALIDATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CATALOG_PROC_NAME Call by reference Type reference (TYPE) TY_DB_NAME Name in der DB 20120625
2 Importing IF_CATALOG_SCHEMA Call by reference Type reference (TYPE) TY_DB_NAME Name in der DB 20120625
3 Importing IF_SUPPRESS_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120625
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120625

Method ENABLE_VERSION_VALIDATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CATALOG_PROC_NAME Call by reference Type reference (TYPE) TY_DB_NAME Name in der DB 20120625
2 Importing IF_CATALOG_SCHEMA Call by reference Type reference (TYPE) TY_DB_NAME Name in der DB 20120625
3 Importing IF_CON_NAME Call by reference Type reference (TYPE) DBCON_NAME 'DEFAULT' Logischer Name einer Datenbankverbindung 20121119
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120625

Method EXISTS_PROC_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20120207
2 Importing IF_CON_NAME Call by reference Type reference (TYPE) DBCON_NAME 'DEFAULT' Logischer Name einer Datenbankverbindung 20121119
3 Importing IF_PROCEDURE_NAME Call by reference Type reference (TYPE) TY_DB_NAME DB Katalog: Name der Prozedur 20120207
4 Importing IF_PROCEDURE_SCHEMA Call by reference Type reference (TYPE) TY_DB_NAME DB Katalog: Schema der Prozedur 20120207
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120207

Method GET_INTERNAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_INTERNAL_NAME Value transfer Type reference (TYPE) PROGNAME ABAP-Programmname 20120123
2 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120123

Method GET_INTERNAL_NAME on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method GET_NEXT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_IDENTIFIER Call by reference Type reference (TYPE) CSEQUENCE 20130215
2 Importing IF_IDENTIFIER Call by reference Type reference (TYPE) CSEQUENCE 20130215
3 Importing IF_INDEX Call by reference Type reference (TYPE) I 20130215

Method GET_NEXT_NAME on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method GET_SCHEMA_FROM_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CON_NAME Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_ABAP_NAME Name der Datenbankverbindung 20121119
2 Returning RF_SCHEMA Value transfer Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_DB_NAME Schemaname 20121119

Method GET_SCHEMA_FROM_CONNECTION on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method IS_TYPE_LENGTH_RELEVANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DB_TYPE Call by reference Type reference (TYPE) TY_DB_SIMPLE_TYPE_S 20121120
2 Returning IS_RELEVANT Value transfer Type reference (TYPE) ABAP_BOOL 20121120

Method IS_TYPE_LENGTH_RELEVANT on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method IS_VALID_ABAP_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_OK Call by reference Type reference (TYPE) ABAP_BOOL Gültig oder nicht 20120507
2 Exporting EF_REASON Call by reference Type reference (TYPE) STRING Ursache falls ungültig 20120207
3 Importing NAME Call by reference Type reference (TYPE) CSEQUENCE Zu prüfender Name 20120126

Method IS_VALID_ABAP_NAME on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method LOAD_WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_INTERNAL_NAME Call by reference Type reference (TYPE) CHAR40 Character 40-Stellen 20121008
2 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) CHAR30 30 Characters 20121008
3 Importing IF_XML Call by reference Type reference (TYPE) STRING XML 20121008

Method LOAD_WRITE on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method MAP_DATA_TO_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER_UI Call by reference Type reference (TYPE) IF_DBPROC_PROXY_UI=>TY_HEADER_UI_S 20130215
2 Exporting ET_PARAM_TYPE_UI Call by reference Type reference (TYPE) IF_DBPROC_PROXY_UI=>TY_PARAM_TYPE_UI_T 20130215
3 Exporting ET_PARAM_UI Call by reference Type reference (TYPE) IF_DBPROC_PROXY_UI=>TY_PARAM_UI_T 20130215
4 Importing IS_HEADER Call by reference Type reference (TYPE) IF_DBPROC_PROXY_INTERNAL_TYPES=>TY_HEADER_S 20130215
5 Importing IT_PARAM Call by reference Type reference (TYPE) IF_DBPROC_PROXY_INTERNAL_TYPES=>TY_PARAM_T 20130215

Method MAP_DATA_TO_UI on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method MAP_TYPE_DB_TO_ABAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_ABAP_TYPE Value transfer Type reference (TYPE) IF_DBPROC_PROXY_UI=>TY_ABAP_SIMPLE_TYPE_UI_T 20130215
2 Importing IS_DB_TYPE Call by reference Type reference (TYPE) TY_DB_SIMPLE_TYPE_S 20130215
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY 20130215

Method PROXY_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_DELETED Value transfer Type reference (TYPE) ABAP_BOOL TRUE: wurde tatsächlich gelöscht 20120229
2 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120229

Method PROXY_DELETE on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method PROXY_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL TRUE: existiert, FALSE: existiert nicht 20120307
2 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120307
3 Importing IF_VERSION Call by reference Type reference (TYPE) R3STATE Zu lesende Version 20120307

Method PROXY_EXISTS on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method PROXY_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Call by reference Type reference (TYPE) TY_HEADER_S 20120224
2 Exporting ET_PARAM Call by reference Type reference (TYPE) TY_PARAM_T 20120224
3 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120224
4 Importing IF_READ_FROM_REPOSRC Call by reference Type reference (TYPE) ABAP_BOOL FALSE: Lese von DDSQLSCSRC 20120319
5 Importing IF_VERSION Call by reference Type reference (TYPE) R3STATE Zu lesende Version 20120224
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120224

Method PROXY_WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120224
2 Importing IF_VERSION Call by reference Type reference (TYPE) R3STATE ABAP: Programmstatus (aktiv, gesichert, transportiert...) 20120224
3 Importing IS_HEADER Call by reference Type reference (TYPE) TY_HEADER_S 20120224
4 Importing IT_PARAM Call by reference Type reference (TYPE) TY_PARAM_T 20120224
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120224

Method READ_PROC_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Call by reference Type reference (TYPE) TY_HEADER_S 20120207
2 Exporting ET_PARAM Call by reference Type reference (TYPE) TY_PARAM_T 20120207
3 Importing IF_CHECK_CON Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20121116
4 Importing IF_CON_NAME Call by reference Type reference (TYPE) DBCON_NAME 'DEFAULT' Logischer Name einer Datenbankverbindung 20121116
5 Importing IF_PROCEDURE_NAME Call by reference Type reference (TYPE) TY_DB_NAME 20120207
6 Importing IF_PROCEDURE_SCHEMA Call by reference Type reference (TYPE) TY_DB_NAME 20120207
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120207

Method REPOSRC_ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120227
2 Importing IF_WRITE_STATE Call by reference Type reference (TYPE) R3STATE Zielzustand 20120227
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120227

Method REPOSRC_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_DELETED Value transfer Type reference (TYPE) ABAP_BOOL TRUE: wurde tatsächlich gelöscht 20120228
2 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120228

Method REPOSRC_DELETE on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method REPOSRC_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ADMIN Call by reference Type reference (TYPE) TY_ADMIN_S 20120307
2 Exporting ET_SOURCE Call by reference Type reference (TYPE) TY_SOURCE_TAB 20120224
3 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120224
4 Importing IF_VERSION Call by reference Type reference (TYPE) R3STATE Zu lesende Version 20120224
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120224

Method REPOSRC_WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120224
2 Importing IF_VERSION Call by reference Type reference (TYPE) R3STATE ABAP: Programmstatus (aktiv, gesichert, transportiert...) 20120224
3 Importing IT_SOURCE Call by reference Type reference (TYPE) TY_SOURCE_TAB 20120224
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120224

Method SERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SOURCE_XML Call by reference Type reference (TYPE) TY_SOURCE_TAB 20120119
2 Importing IS_HEADER Call by reference Type reference (TYPE) TY_HEADER_S 20120119
3 Importing IT_PARAM Call by reference Type reference (TYPE) TY_PARAM_T 20120209
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120224

Method SET_DEFAULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PARAM_TYPE_UI Call by reference Type reference (TYPE) IF_DBPROC_PROXY_UI=>TY_PARAM_TYPE_UI_T 20130215
2 Changing CT_PARAM_UI Call by reference Type reference (TYPE) IF_DBPROC_PROXY_UI=>TY_PARAM_UI_T 20130215

Method SET_DEFAULTS on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method SOURCE_ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120229
2 Importing IF_WRITE_STATE Call by reference Type reference (TYPE) R3STATE Zielzustand 20120229
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120229

Method SOURCE_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EF_DELETED Value transfer Type reference (TYPE) ABAP_BOOL TRUE: wurde tatsächlich gelöscht 20120229
2 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120229
3 Importing IF_VERSION Call by reference Type reference (TYPE) AS4LOCAL Aktivierungsstand eines Repository-Objektes 20120319

Method SOURCE_DELETE on class CL_DBPROC_PROXY_INTERNAL has no exception.

Method SOURCE_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_SOURCE Call by reference Type reference (TYPE) STRING 20120229
2 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120229
3 Importing IF_VERSION Call by reference Type reference (TYPE) R3STATE Zu lesende Version 20120229
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120229

Method SOURCE_WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) TY_ABAP_NAME Name in ABAP 20120229
2 Importing IF_SOURCE Call by reference Type reference (TYPE) STRING 20120229
3 Importing IF_VERSION Call by reference Type reference (TYPE) R3STATE Zu lesende Version 20120229
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120229

Method TRANSFER_TABLES_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CON_NAME Call by reference Type reference (TYPE) DBCON_NAME 'DEFAULT' Logischer Name einer Datenbankverbindung 20121119
2 Importing IR_MSGBOX Call by reference Object reference (TYPE REF TO) CL_DBPROC_PROXY_MSGBOX Meldungen erzeugen und sammeln 20120809
3 Importing IT_PARAM_A Call by reference Type reference (TYPE) TY_PARAM_T Bisher aktive Version 20120224
4 Importing IT_PARAM_NEW Call by reference Type reference (TYPE) TY_PARAM_T Neue Version 20120224
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120224

Method TRANSFER_TABLES_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CON_NAME Call by reference Type reference (TYPE) DBCON_NAME Logischer Name einer Datenbankverbindung 20121121
2 Importing IF_SUPPRESS_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120228
3 Importing IR_MSGBOX Call by reference Object reference (TYPE REF TO) CL_DBPROC_PROXY_MSGBOX Meldungen erzeugen und sammeln 20120809
4 Importing IT_PARAMETER Call by reference Type reference (TYPE) TY_PARAM_T 20120228
# Exception Resumable Description Created on
1 CX_DBPROC_PROXY Ausnahme zu DB Prozedur Proxies 20120228

Method TRANSFER_TABLES_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PARAM Call by reference Type reference (TYPE) TY_PARAM_T 20120224
2 Importing IF_CON_NAME Call by reference Type reference (TYPE) DBCON_NAME 'DEFAULT' Logischer Name einer Datenbankverbindung 20121119
3 Importing IF_PROXY_NAME Call by reference Type reference (TYPE) IF_DBPROC_PROXY_BASIC_TYPES=>TY_ABAP_NAME 20120224

Method TRANSFER_TABLES_NAMES on class CL_DBPROC_PROXY_INTERNAL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 804