SAP ABAP Class CL_CRM_IC_JCONFIG_MGR (Java configuration manger)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-IC-FRW (Application Component) Framework
     CRM_IC_FRAMEWORK (Package) CRM Interaction Center: Framework
Properties
Class CL_CRM_IC_JCONFIG_MGR  
Short Description Java configuration manger    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_IC_FRAMEWORK   CRM Interaction Center: Framework 
Created 20030806   SAP 
Last change 20081007   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)
Interfaces
Class CL_CRM_IC_JCONFIG_MGR has no interface implemented.
Friends
Class CL_CRM_IC_JCONFIG_MGR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CURRENTHOST Instance attribute Private Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Java server attributes 20030814
2 DOMAIN Instance attribute Private Type reference (TYPE) STRING 20030815
3 ERROR_MESSAGES Instance attribute Private Type reference (TYPE) O2PARAVALU_TABLE error messages during server checks 20030821
4 FINDHOST_ATTEMPTS Static Attribute Private Type reference (TYPE) I 0 20030815
5 JAVA_NODE_HOST Instance attribute Private Type reference (TYPE) STRING 20030818
6 JAVA_NODE_ID Instance attribute Private Type reference (TYPE) STRING J2ee node id 20030818
7 LASTHOSTTESTED Instance attribute Private Type reference (TYPE) STRING private, last host tested 20030821
8 LAST_ERROR_MESSAGE Instance attribute Private Type reference (TYPE) STRING Last error message 20030821
9 LOG_LEVEL Instance attribute Private Type reference (TYPE) INT1 3 The log level 20031007
10 MESSAGES Instance attribute Private Type reference (TYPE) CRMT_IC_MESSAGES Messages logged 20031007
11 MESSAGING_PORT Instance attribute Private Type reference (TYPE) STRING ICMS PORT 20030820
12 MSGERROR_NO_SERVER Constant Public Type reference (TYPE) STRING 'NO_SERVER_FOUND' 20031009
13 MSGERROR_NO_SVRS_DEFINED Constant Public Type reference (TYPE) STRING 'NO_SVRS_DEFINED' No servers defined in system properties 20031009
14 MSGERROR_SVRCHECK_FAILED Constant Public Type reference (TYPE) STRING 'SVRCHECK_FAILED' 20031009
15 MSGWARNING_SVRCHECK_DISABLED Constant Public Type reference (TYPE) STRING 'SVRCHECK_DISABLED' 20031008
16 SYSENTRY Instance attribute Private Object reference (TYPE REF TO) CL_CRM_IC_SYSTEM_ENTRY Java system attributes 20030812
17 SYSPROPS Instance attribute Private Object reference (TYPE REF TO) IF_CRM_IC_SYSPROPS_RUNTIME TEst for system properties 20030809
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ERROR_MESSAGE Instance method Public Method Add an error message 20030821
2 CHECK_AVAILABILITY Instance method Public Method Check the availability of java server 20030806
3 CHECK_AVAILABILITY_JCO Instance method Public Method Check the availability of java server for jayco 20030819
4 CHECK_AVAILABILITY_SOAP Instance method Public Method Check the availability of java server for soap 20030819
5 CHOOSE_HOST Instance method Public Method Recursive method to find thejava host to use 20030822
6 CLEAR_ERROR_MESSAGES Instance method Private Method Clear server check error messages 20030821
7 CLEAR_MESSAGES Instance method Public Method Clear error messages 20031007
8 CREATE Static method Public Method Instantiate 20030806
9 DETERMINE_HOST Instance method Public Method determine host to use for java 20030807
10 FIND_HOST Instance method Public Method Recursive method to find thejava host to use 20030807
11 GENERATE_RANDOM_NUMBER Instance method Public Method generate random number in given range 20030822
12 GENERATE_URL Instance method Public Method generate URL to j2ee dispatcher 20030818
13 GENERATE_URL_FOR_HOST Instance method Public Method generate URL to j2ee dispatcher given host entry object 20030819
14 GET_BSP_INFO Static method Public Method Get bsp port, domain etc 20030812
15 GET_CURRENTHOST Instance method Public Method get current host 20030819
16 GET_DISPATCHER_BASE_URL Instance method Public Method get j2ee dispatcher url 20030818
17 GET_DISPATCHER_HOST Instance method Public Method get j2ee dispatcher host 20030816
18 GET_DISPATCHER_PORT Instance method Public Method get j2ee dispatcher port 20030816
19 GET_DOMAIN Instance method Public Method get system domain 20030822
20 GET_ERROR_MESSAGES Instance method Public Method Check the availability of java server 20030821
21 GET_FORMATTED_MESSAGE Instance method Public Method Get formatted message given message object 20031008
22 GET_LOG_LEVEL Instance method Public Method GET LOG LEVEL 20031007
23 GET_MESSAGES Instance method Public Method Check the availability of java server 20031007
24 GET_MESSAGING_PORT Instance method Public Method get messaging port 20030820
25 GET_PREFERRED_HOST Instance method Public Method Find thepreffered server 20030815
26 GET_PREFERRED_HOST1 Instance method Public Method Find thepreffered server 20031104
27 GET_PROPERTYVALUE Instance method Public Method get property value, given the property name 20030809
28 GET_SERVER_NODE_HOST Instance method Public Method get j2ee server node hosting the java session 20030816
29 GET_SERVER_NODE_HOST_NAME Instance method Public Method get j2ee server node host name, WITHOUT domain 20030818
30 GET_SERVER_NODE_ID Instance method Public Method get j2ee server node id 20030818
31 GET_SYSPROP_PROFILE Instance method Public Method get system properties profile 20031107
32 GET_SYSTEM_ENTRY Instance method Public Method Get system_entry object 20030812
33 INIT Instance method Public Method Initialize, read properties 20030806
34 INIT_DESIGNTIME Instance method Public Method Initialize, read properties 20031106
35 LOG_MESSAGE Instance method Public Method Check the availability of java server 20031007
36 REQUEST_JAVA_INFO Instance method Public Method Retrieve java info, ports, server nodes etc 20031013
37 SET_CURRENTHOST Instance method Public Method set current host 20030814
38 SET_LOG_LEVEL Instance method Public Method set log level 20031007
39 SET_MESSAGING_PORT Instance method Public Method set messaging gport 20030820
40 SET_SERVER_NODE_HOST Instance method Public Method set server node 20030818
41 SET_SERVER_NODE_ID Instance method Public Method set server node id 20030818
42 UNINIT Instance method Public Method Uninitialize 20030807
43 UNINIT_DESIGNTIME Instance method Public Method Uninitialize 20031106
Events
Class CL_CRM_IC_JCONFIG_MGR has no event.
Types
Class CL_CRM_IC_JCONFIG_MGR has no local type.
Method Signatures

Method ADD_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Java server attributes 20030821
2 Importing MESS Call by reference Type reference (TYPE) STRING 20030821

Method ADD_ERROR_MESSAGE on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method CHECK_AVAILABILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Java server attributes 20030813
2 Importing MWTYPE Call by reference Type reference (TYPE) STRING 20030813
3 Returning RET Value transfer Type reference (TYPE) ABAP_BOOL Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20030813

Method CHECK_AVAILABILITY on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method CHECK_AVAILABILITY_JCO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Java server attributes 20030819
2 Importing MWTYPE Call by reference Type reference (TYPE) STRING 20030819
3 Returning RET Value transfer Type reference (TYPE) ABAP_BOOL Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20030819

Method CHECK_AVAILABILITY_JCO on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method CHECK_AVAILABILITY_SOAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Java server attributes 20030819
2 Importing MWTYPE Call by reference Type reference (TYPE) STRING 20030819
3 Returning RET Value transfer Type reference (TYPE) ABAP_BOOL Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20030819

Method CHECK_AVAILABILITY_SOAP on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method CHOOSE_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY server choosen 20030822
2 Importing SRV_LIST Call by reference Type reference (TYPE) CRMT_IC_SERVER_OBJ_TAB servers available 20030822

Method CHOOSE_HOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method CLEAR_ERROR_MESSAGES Signature

Method CLEAR_ERROR_MESSAGES on class CL_CRM_IC_JCONFIG_MGR has no parameter.
Method CLEAR_ERROR_MESSAGES on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method CLEAR_MESSAGES Signature

Method CLEAR_MESSAGES on class CL_CRM_IC_JCONFIG_MGR has no parameter.
Method CLEAR_MESSAGES on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) CL_CRM_IC_JCONFIG_MGR Java configuration manger 20030806

Method CREATE on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method DETERMINE_HOST Signature

Method DETERMINE_HOST on class CL_CRM_IC_JCONFIG_MGR has no parameter.
Method DETERMINE_HOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method FIND_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20030813
2 Importing SRVS_UNAVAILABLE Call by reference Type reference (TYPE) CRMT_IC_SERVER_OBJ_TAB server information 20030813

Method FIND_HOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GENERATE_RANDOM_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAX Call by reference Type reference (TYPE) INT4 Maximum 20030822
2 Importing MIN Call by reference Type reference (TYPE) INT4 Minimum 20030822
3 Returning RET Value transfer Type reference (TYPE) INT4 random number 20030822

Method GENERATE_RANDOM_NUMBER on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GENERATE_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RELURL Call by reference Type reference (TYPE) STRING relative url 20030818
2 Returning VALUE Value transfer Type reference (TYPE) STRING complete url 20030818

Method GENERATE_URL on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GENERATE_URL_FOR_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HOSTENTRY Call by reference Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Java server attributes 20030819
2 Importing RELURL Call by reference Type reference (TYPE) STRING relative url 20030819
3 Returning VALUE Value transfer Type reference (TYPE) STRING complete url 20030819

Method GENERATE_URL_FOR_HOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_BSP_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CURRENTHOST Call by reference Type reference (TYPE) STRING 20030812
2 Exporting DOMAIN Call by reference Type reference (TYPE) STRING 20030812
3 Exporting PORT Call by reference Type reference (TYPE) STRING 20030812

Method GET_BSP_INFO on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_CURRENTHOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Java server attributes 20030819

Method GET_CURRENTHOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_DISPATCHER_BASE_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20030818

Method GET_DISPATCHER_BASE_URL on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_DISPATCHER_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20030816

Method GET_DISPATCHER_HOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_DISPATCHER_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20030816

Method GET_DISPATCHER_PORT on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20030822

Method GET_DOMAIN on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_ERROR_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) O2PARAVALU_TABLE Java server attributes 20030821

Method GET_ERROR_MESSAGES on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_FORMATTED_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ADVICE Call by reference Type reference (TYPE) STRING 20031008
2 Exporting DETAIL Call by reference Type reference (TYPE) STRING Detail 20031008
3 Importing MSG Call by reference Type reference (TYPE) CRMT_IC_MESSAGE Meldung 20031008
4 Exporting RET Value transfer Type reference (TYPE) STRING Nachrichtentext 20031008

Method GET_FORMATTED_MESSAGE on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_LOG_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20031007

Method GET_LOG_LEVEL on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) CRMT_IC_MESSAGES 20031007

Method GET_MESSAGES on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_MESSAGING_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20030820

Method GET_MESSAGING_PORT on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_PREFERRED_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20030815

Method GET_PREFERRED_HOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_PREFERRED_HOST1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BOX Call by reference Type reference (TYPE) STRING 20031104
2 Returning RET Value transfer Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20031104

Method GET_PREFERRED_HOST1 on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_PROPERTYVALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20030809
2 Returning RET Value transfer Type reference (TYPE) STRING Rückgabewert 20030809

Method GET_PROPERTYVALUE on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_SERVER_NODE_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20030816

Method GET_SERVER_NODE_HOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_SERVER_NODE_HOST_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20030818

Method GET_SERVER_NODE_HOST_NAME on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_SERVER_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20030818

Method GET_SERVER_NODE_ID on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_SYSPROP_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20031107

Method GET_SYSPROP_PROFILE on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method GET_SYSTEM_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Object reference (TYPE REF TO) CL_CRM_IC_SYSTEM_ENTRY Java system attributes 20030812

Method GET_SYSTEM_ENTRY on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING '' 20030806

Method INIT on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method INIT_DESIGNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING '' 20031106

Method INIT_DESIGNTIME on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method LOG_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CODE Call by reference Type reference (TYPE) INT4 0 Natürliche Zahl 20031008
2 Importing ID Call by reference Type reference (TYPE) STRING 20031008
3 Importing INFO1 Call by reference Type reference (TYPE) STRING '' 20031008
4 Importing INFO2 Call by reference Type reference (TYPE) STRING '' 20031008
5 Importing INFO3 Call by reference Type reference (TYPE) STRING '' 20031008
6 Importing LEVEL Call by reference Type reference (TYPE) INT1 3 Dummy for B20 int1 (Local Everywhere) 20031008
7 Importing MESS Call by reference Type reference (TYPE) STRING 20031007
8 Importing MWTYPE Call by reference Type reference (TYPE) STRING '' 20031008
9 Importing RC Call by reference Type reference (TYPE) SYSUBRC 0 Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20031008
10 Returning RET Value transfer Object reference (TYPE REF TO) CRMT_IC_MESSAGE 20031007
11 Importing TYPE Call by reference Type reference (TYPE) STRING '' 20031008

Method LOG_MESSAGE on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method REQUEST_JAVA_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY 20031013
2 Exporting HOST Call by reference Type reference (TYPE) STRING 20031013
3 Exporting ICMSMESSAGINGPORT Call by reference Type reference (TYPE) STRING 20031013
4 Exporting JMSMESSAGINGPORT Call by reference Type reference (TYPE) STRING 20031015
5 Importing MWTYPE Call by reference Type reference (TYPE) STRING 20031013
6 Exporting NODEID Call by reference Type reference (TYPE) STRING 20031013
7 Exporting RET Value transfer Type reference (TYPE) ABAP_BOOL Boolesche Variable (X=wahr, -=falsch, leer=unbekannt) 20031013
8 Exporting SERVERNODES Call by reference Type reference (TYPE) O2PARAVALU_TABLE 02: Parametertabelle (Namen und Werte) 20031015

Method REQUEST_JAVA_INFO on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method SET_CURRENTHOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HOST Call by reference Object reference (TYPE REF TO) CL_CRM_IC_SERVER_ENTRY Java server attributes 20030814

Method SET_CURRENTHOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method SET_LOG_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEVEL Call by reference Type reference (TYPE) STRING 20031007

Method SET_LOG_LEVEL on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method SET_MESSAGING_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PORT Call by reference Type reference (TYPE) STRING Java server attributes 20030820

Method SET_MESSAGING_PORT on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method SET_SERVER_NODE_HOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HOST Call by reference Type reference (TYPE) STRING Java server attributes 20030818

Method SET_SERVER_NODE_HOST on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method SET_SERVER_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING Java server attributes 20030818

Method SET_SERVER_NODE_ID on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method UNINIT Signature

Method UNINIT on class CL_CRM_IC_JCONFIG_MGR has no parameter.
Method UNINIT on class CL_CRM_IC_JCONFIG_MGR has no exception.

Method UNINIT_DESIGNTIME Signature

Method UNINIT_DESIGNTIME on class CL_CRM_IC_JCONFIG_MGR has no parameter.
Method UNINIT_DESIGNTIME on class CL_CRM_IC_JCONFIG_MGR has no exception.
History
Last changed by/on SAP  20081007 
SAP Release Created in 400