SAP ABAP Class CL_IUUC_REPL_CONFIG_UI_WRAPPER (UI Wrapper for Configuration)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_IUUC_REPLICATION (Package) IUUC: Replication tools
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_IUUC_REPL_CONFIG_UI_WRAPPER Interface of UI Wrapper for Configurations 20110819
Properties
Class CL_IUUC_REPL_CONFIG_UI_WRAPPER  
Short Description UI Wrapper for Configuration    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_IUUC_REPLICATION   IUUC: Replication tools 
Created 20110819   SAP 
Last change 20141030    
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_IUUC_REPL_HDR_ACCESS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_IUUC_REPL_CONFIG_UI_WRAPPER Interface of UI Wrapper for Configurations 20110819
Friends
Class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CREATE Constant Public Type reference (TYPE) STRING '01' Activity Id: Create 20120828
2 GC_DELETE Constant Public Type reference (TYPE) STRING '06' Activity id: Delete 20120828
3 GC_DISPLAY Constant Public Type reference (TYPE) STRING '03' Activity Id: Display 20120828
4 GC_EDIT Constant Public Type reference (TYPE) STRING '02' Actvitiy id: Change 20120828
5 GC_GREEN_LED Static Attribute Public Type reference (TYPE) STRING '~Icon/GreenLed' Icon: Green LED 20110822
6 GC_GREEN_LIGHT Static Attribute Public Type reference (TYPE) STRING 'ICON_GREEN_LIGHT' Traffic Light: Green 20110822
7 GC_RED_LED Static Attribute Public Type reference (TYPE) STRING '~Icon/RedLed' Icon: Red LED 20110822
8 GC_RED_LIGHT Static Attribute Public Type reference (TYPE) STRING 'ICON_RED_LIGHT' Traffic Light: Red 20110822
9 GC_YELLOW_LED Static Attribute Public Type reference (TYPE) STRING '~Icon/YellowLed' Icon: Yellow LED 20110822
10 GC_YELLOW_LIGHT Static Attribute Public Type reference (TYPE) STRING 'ICON_YELLOW_LIGHT' Traffic Light: Yellow 20110822
11 MO_CONFIG Instance attribute Private Object reference (TYPE REF TO) CL_IUUC_REPL_CONFIGURATION Replication Configuration 20110822
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTHORITY Static method Public Method Check authority for configuration actions 20120828
2 CHECK_AUTHORITY_FOR_OBJECT Static method Public Method Check authority for authorization object 20130429
3 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20110819
4 CONVERT_ACTION_TO_STRING Static method Private Method Convert table action to string 20110919
5 CONVERT_STATUS_TO_STRING Static method Private Method Convert table status to string 20110920
6 CONVERT_TIMESTAMP_TO_STRING Static method Private Method Convert UTC Time Stamp to String 20110829
7 CONVERT_TIMESTAMP_TO_UNIT Static method Private Method Convert UTC Time Stamp to Unit 20120628
8 CREATE Static method Public Method Factory to create wrapper instance of existing configuration 20110819
9 CREATE_NEW Static method Public Method Factory to create wrapper instance for new configuration 20110822
10 DEQUEUE_CONFIG Instance method Private Method Dequeue configuration 20110902
11 ENQUEUE_CONFIG Instance method Private Method Enqueue configuration 20110902
12 GET_PROPERTIES_N Instance method Public Method Return properties of schema (new Parms) 20120628
13 GET_TRIGGER_INFO Static method Private Method Return Trigger Information based on Mass Transfer ID 20110826
14 NEW Static method Public Method Factory to create wrapper instance for new configuration (nP 20120628
15 REFINE_GENERAL_STATUS Instance method Private Method Refine general status of a table 20120525
16 SET_PROPERTIES_N Instance method Private Method Set new properties (new Parms) 20120628
17 SORT_BY_STATUS_ICON_SEVERITY Static method Private Method Generic descending sort by severity of status icon 20120223
18 VALIDATE_APPLICATION Static method Private Method Validition of specified application 20111205
19 VALIDATE_SCHEMA_NAME Static method Private Method Validity checks on schema name 20111202
20 VERIFY_MANDATORY_FIELDS Static method Private Method Verifies that mandatory fields are filled 20111013
21 VERIFY_MANDATORY_FIELDS_N Static method Private Method Verifies that mandatory fields are filled (new Parms) 20120628
22 VERIFY_SCHEMA_IN_HANA Static method Public Method Verifies if schema is already defined in HANA system 20110929
Events
Class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no event.
Types
Class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no local type.
Method Signatures

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) STRING Activity id 20120828
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20120828

Method CHECK_AUTHORITY_FOR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY Call by reference Type reference (TYPE) STRING Activity id 20130429
2 Importing IV_AUTH_GROUP Call by reference Type reference (TYPE) DMC_AUTH_GROUP Authorization Group 20130429
3 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130429
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20130429

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_GUID Call by reference Type reference (TYPE) IUUC_REPL_CONFIG_GUID Configuration GUID 20110819
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIGURATION Configuration static check 20110829
2 CX_IUUC_REPL_SQL SQL error in the access clases 20110829

Method CONVERT_ACTION_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) IUUC_IMDB_ACTION Action within IMDB migration 20110919
2 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20110919
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20110919
4 Returning RV_ACTION_AS_STRING Value transfer Type reference (TYPE) STRING 20110919

Method CONVERT_ACTION_TO_STRING on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no exception.

Method CONVERT_STATUS_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Call by reference Type reference (TYPE) IUUC_IMDB_STATUS Status within IMDB migration 20110920
2 Returning RV_STATUS_AS_STRING Value transfer Type reference (TYPE) STRING 20110920

Method CONVERT_STATUS_TO_STRING on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no exception.

Method CONVERT_TIMESTAMP_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TMSTMP Call by reference Type reference (TYPE) TZNTSTMPL UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) 20110829
2 Returning RV_TIME_AS_STRING Value transfer Type reference (TYPE) STRING Time as String 20110829

Method CONVERT_TIMESTAMP_TO_STRING on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no exception.

Method CONVERT_TIMESTAMP_TO_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TMSTMP Call by reference Type reference (TYPE) TZNTSTMPL UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) 20120628
2 Importing IV_UNIT Call by reference Type reference (TYPE) IUUC_REPL_TIME_UNIT Time Unit 20120628
3 Returning RV_VALUE Value transfer Type reference (TYPE) IUUC_REPL_LATENCY_VALUE Latency Value 20120628

Method CONVERT_TIMESTAMP_TO_UNIT on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_GUID Call by reference Type reference (TYPE) IUUC_REPL_CONFIG_GUID Configuration GUID 20110819
2 Returning RO_WRAPPER Value transfer Object reference (TYPE REF TO) CL_IUUC_REPL_CONFIG_UI_WRAPPER UI Wrapper for Configuration 20110819
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIGURATION Configuration static check 20110829
2 CX_IUUC_REPL_SQL SQL error in the access clases 20110829

Method CREATE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) IUUC_REPL_APPLICATION Replication Application 20111205
2 Importing IV_HANA_HOSTNAME Call by reference Type reference (TYPE) SYHOST Host Name 20110822
3 Importing IV_HANA_INSTANCE Call by reference Type reference (TYPE) NUM2 Instance ID 20110822
4 Importing IV_HANA_PASSWORD Call by reference Type reference (TYPE) DBCON_PWD Password for setting up the connection to the database 20110822
5 Importing IV_HANA_USERNAME Call by reference Type reference (TYPE) DBCON_UID Database User 20110822
6 Importing IV_IL_SCENARIO Call by reference Type reference (TYPE) IUUC_LOAD_SCENARIO Scenario of the IL phase (fast, consuming less ress) 20121016
7 Importing IV_INIT_LOAD_JOBS Call by reference Type reference (TYPE) IUUC_NUM_OF_JOBS_PARALLEL number of replay jobs allowed to run in parallel to prod 20110913
8 Importing IV_NUM_JOBS_ACPCALC Call by reference Type reference (TYPE) IUUC_NUM_OF_JOBS_PARALLEL number of replay jobs allowed to run in parallel to prod 20121016
9 Importing IV_REPLAY_JOBS Call by reference Type reference (TYPE) IUUC_NUM_OF_JOBS_PARALLEL number of replay jobs allowed to run in parallel to prod 20110822
10 Importing IV_REPL_INTERVAL_TYPE Call by reference Type reference (TYPE) IUUC_REPL_INTERVAL Unit of Replication Interval 20110822
11 Importing IV_REPL_INTERVAL_VALUE Call by reference Type reference (TYPE) IUUC_INTRVL_VALUE Interval Value 20110822
12 Importing IV_REPL_MODE Call by reference Type reference (TYPE) IUUC_REPL_MODE Replication Mode 20110822
13 Importing IV_REPL_TIME Call by reference Type reference (TYPE) IUUC_FIXED_PROC_TIME Fixed processing time 20110822
14 Importing IV_REUSE_SENDER Call by reference Type reference (TYPE) IUUC_MULTI_LOGTAB_USE Is this MT_ID used for multi logtab use? 20120220
15 Importing IV_RFC_CLIENT_ONLY Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120314
16 Importing IV_SCHEMA_DESCR Call by reference Type reference (TYPE) DMC_DESCR Description 20120524
17 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) IUUC_IMDB_SCHEMA Schema Name 20110822
18 Importing IV_SCHEMA_PASSWORD Call by reference Type reference (TYPE) DBCON_PWD Password of Schema in HANA 20110930
19 Importing IV_SOURCE_LEGACY_DB Call by reference Type reference (TYPE) IUUC_REPL_LEGACY_DB Database Name of Legacy system 20110930
20 Importing IV_SOURCE_LEGACY_DBCON Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20110930
21 Importing IV_SOURCE_LEGACY_SCHEMA Call by reference Type reference (TYPE) IUUC_IMDB_SCHEMA Schema Name of Legacy System 20110930
22 Importing IV_SOURCE_LEGACY_TBLSP Call by reference Type reference (TYPE) IUUC_REPL_LEGACY_TABLESPACE Tablespace Name of Legacy System 20110930
23 Importing IV_SOURCE_LEGACY_UNICODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Unicode Indicator 20110930
24 Importing IV_SOURCE_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110822
25 Importing IV_SOURCE_SYSTEM_TYPE Call by reference Type reference (TYPE) IUUC_REPL_SYSTEM_TYPE CL_IUUC_REPL_HDR_ACCESS=>CO_SYSTEM_SAP Type of source system 20110930
26 Importing IV_TBLSP_CLASS1 Call by reference Type reference (TYPE) TABART Data class in technical settings 20110822
27 Importing IV_TBLSP_CLASS2 Call by reference Type reference (TYPE) TABART Data class in technical settings 20110822
28 Importing IV_TBLSP_CLASS3 Call by reference Type reference (TYPE) TABART Data class in technical settings 20110822
29 Returning RO_WRAPPER Value transfer Object reference (TYPE REF TO) CL_IUUC_REPL_CONFIG_UI_WRAPPER UI Wrapper for Configuration 20110822
# Exception Resumable Description Created on
1 CX_DMC_JOB_HANDLING Exceptions during Job Handling 20131018
2 CX_IUUC_REPL_CONFIGURATION Configuration static check 20110826
3 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20110829
4 CX_IUUC_REPL_STATIC_CHECK Static Check superclass for IUUC Replication 20131018

Method DEQUEUE_CONFIG Signature

Method DEQUEUE_CONFIG on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no parameter.
Method DEQUEUE_CONFIG on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no exception.

Method ENQUEUE_CONFIG Signature

Method ENQUEUE_CONFIG on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no parameter.
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20110902

Method GET_PROPERTIES_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CONFIG_HEADER Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_HEADER Configuration header for UI wrapper 20120628
2 Exporting ES_CONFIG_OPTIONS Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_OPTIONS Configuration options for UI wrapper 20120628
3 Exporting ES_CONFIG_RCV_CON Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_RCV_CON Configuration receiver connection for UI wrapper 20120628
4 Exporting ES_CONFIG_SND_CON Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_SND_CON Configuration sender connection for UI wrapper 20120628

Method GET_PROPERTIES_N on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no exception.

Method GET_TRIGGER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20110826
2 Returning RT_TRIGGER_INFO Value transfer Type reference (TYPE) IUUC_T_REPL_TRIGGER_INFO Trigger Information for Replication (WD UI) 20110826
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20131022
2 CX_IUUC_REPL_CONFIGURATION Configuration static check 20120314
3 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20110829
4 CX_IUUC_REPL_SQL SQL error in the access clases 20120314

Method NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONFIG_HEADER Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_HEADER Configuration header for UI wrapper 20120628
2 Importing IS_CONFIG_OPTIONS Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_OPTIONS Configuration options for UI wrapper 20120628
3 Importing IS_CONFIG_RCV_CON Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_RCV_CON Configuration receiver connection for UI wrapper 20120628
4 Importing IS_CONFIG_SND_CON Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_SND_CON Configuration sender connection for UI wrapper 20120628
5 Returning RO_WRAPPER Value transfer Object reference (TYPE REF TO) CL_IUUC_REPL_CONFIG_UI_WRAPPER UI Wrapper for Configuration 20120628
# Exception Resumable Description Created on
1 CX_DMC_JOB_HANDLING Exceptions during Job Handling 20131018
2 CX_IUUC_REPL_STATIC_CHECK Static Check superclass for IUUC Replication 20131018

Method REFINE_GENERAL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COBJ_GUID Call by reference Type reference (TYPE) DMC_CONVOBJECT_GUID MWB: GUID of a Conversion Object 20120525
2 Importing IV_CONVERTED_STATUS Call by reference Type reference (TYPE) STRING Already converted status 20120525
3 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20120525
4 Importing IV_STATUS Call by reference Type reference (TYPE) IUUC_IMDB_STATUS Status within IMDB migration 20120525
5 Returning RV_UPDATED_STATUS Value transfer Type reference (TYPE) STRING Updated status as string 20120525

Method REFINE_GENERAL_STATUS on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no exception.

Method SET_PROPERTIES_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONFIG_HEADER Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_HEADER Configuration header for UI wrapper 20120628
2 Importing IS_CONFIG_OPTIONS Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_OPTIONS Configuration options for UI wrapper 20120628
3 Importing IS_CONFIG_RCV_CON Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_RCV_CON Configuration receiver connection for UI wrapper 20120628
4 Importing IS_CONFIG_SND_CON Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_SND_CON Configuration sender connection for UI wrapper 20120628
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIGURATION Configuration static check 20120628
2 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20120628
3 CX_IUUC_REPL_SQL SQL error in the access clases 20120628

Method SORT_BY_STATUS_ICON_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_TABLE Call by reference Object reference (TYPE REF TO) DATA Generic Table having field STATUS_ICON 20120223

Method SORT_BY_STATUS_ICON_SEVERITY on class CL_IUUC_REPL_CONFIG_UI_WRAPPER has no exception.

Method VALIDATE_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) IUUC_REPL_APPLICATION Replication Application 20111205
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20111205

Method VALIDATE_SCHEMA_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) IUUC_IMDB_SCHEMA Schema Name 20111202
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20111202

Method VERIFY_MANDATORY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANA_HOSTNAME Call by reference Type reference (TYPE) SYHOST Host Name 20111013
2 Importing IV_HANA_PASSWORD Call by reference Type reference (TYPE) DBCON_PWD Password for setting up the connection to the database 20111013
3 Importing IV_HANA_USERNAME Call by reference Type reference (TYPE) DBCON_UID Database User 20111013
4 Importing IV_REPLAY_JOBS Call by reference Type reference (TYPE) IUUC_NUM_OF_JOBS_PARALLEL number of replay jobs allowed to run in parallel to prod 20111013
5 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) IUUC_IMDB_SCHEMA Schema Name 20111013
6 Importing IV_SOURCE_LEGACY_DB Call by reference Type reference (TYPE) IUUC_REPL_LEGACY_DB Database Name of Legacy system 20111013
7 Importing IV_SOURCE_LEGACY_DBCON Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20111013
8 Importing IV_SOURCE_LEGACY_SCHEMA Call by reference Type reference (TYPE) IUUC_IMDB_SCHEMA Schema Name of Legacy System 20111013
9 Importing IV_SOURCE_LEGACY_TBLSP Call by reference Type reference (TYPE) IUUC_REPL_LEGACY_TABLESPACE Tablespace Name of Legacy System 20111013
10 Importing IV_SOURCE_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20111013
11 Importing IV_SOURCE_SYSTEM_TYPE Call by reference Type reference (TYPE) IUUC_REPL_SYSTEM_TYPE CL_IUUC_REPL_HDR_ACCESS=>CO_SYSTEM_SAP Type of source system 20111013
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20111013

Method VERIFY_MANDATORY_FIELDS_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONFIG_HEADER Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_HEADER Configuration header for UI wrapper 20120628
2 Importing IS_CONFIG_OPTIONS Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_OPTIONS Configuration options for UI wrapper 20120628
3 Importing IS_CONFIG_RCV_CON Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_RCV_CON Configuration receiver connection for UI wrapper 20120628
4 Importing IS_CONFIG_SND_CON Call by reference Type reference (TYPE) IUUC_S_VIEW_CONFIG_SND_CON Configuration sender connection for UI wrapper 20120628
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20120628

Method VERIFY_SCHEMA_IN_HANA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HANA_HOSTNAME Call by reference Type reference (TYPE) SYHOST Name of Current Application Server 20110929
2 Importing IV_HANA_INSTANCE Call by reference Type reference (TYPE) NUM2 2-Digit Numeric Value 20110929
3 Importing IV_HANA_PASSWORD Call by reference Type reference (TYPE) DBCON_PWD Password for setting up the connection to the database 20110929
4 Importing IV_HANA_USERNAME Call by reference Type reference (TYPE) DBCON_UID Database User 20110929
5 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) IUUC_IMDB_SCHEMA Schema Name 20110929
6 Importing IV_SOURCE_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20120305
7 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Indicator whether schema exists or not 20110930
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20120510
2 CX_IUUC_REPL_CONFIGURATION Configuration static check 20120305
3 CX_IUUC_REPL_CONFIG_UI Configuration UI exceptions 20110930
4 CX_IUUC_REPL_SQL SQL error in the access clases 20120510
5 CX_SQL_EXCEPTION Exception Class for SQL Error 20120510
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_700