SAP ABAP Class CL_DMC_RFC_SETTING_LIST (MWB: RFC Settings)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
Properties
Class CL_DMC_RFC_SETTING_LIST  
Short Description MWB: RFC Settings    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_DMCM   Data Mapping and Conversion: Maintenance 
Created 20040119   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DMC_RFC_SETTING_LIST has no forward declaration.
Interfaces
Class CL_DMC_RFC_SETTING_LIST has no interface implemented.
Friends
Class CL_DMC_RFC_SETTING_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_LEVEL_CONVOBJECT Constant Public Type reference (TYPE) DMC_OTYPE '3' DMC: Type of Organizational Unit (Conversion Object) 20050311
2 CO_LEVEL_GLOBAL Constant Public Type reference (TYPE) DMC_OTYPE '0' DMC: Type of Organizational Unit (Global) 20040119
3 CO_LEVEL_PROJECT Constant Public Type reference (TYPE) DMC_OTYPE '1' DMC: Type of Organizational Unit (Project) 20040119
4 CO_LEVEL_SUBPROJECT Constant Public Type reference (TYPE) DMC_OTYPE '2' DMC: Type of Organizational Unit (Subproject) 20040119
5 CO_RFCTYPE_CONVERTER Constant Public Type reference (TYPE) CHAR04 'CONV' rfctype CONVERTER 20060706
6 CO_RFCTYPE_RECEIVER Constant Public Type reference (TYPE) CHAR04 'RCVR' rfctype RECEIVER 20060706
7 CO_RFCTYPE_SENDER Constant Public Type reference (TYPE) CHAR04 'SEND' rfctype SENDER 20060706
8 REF_LOGHANDLER Static Attribute Protected Object reference (TYPE REF TO) CL_DMC_LOG_HANDLER Log Handler 20050331
9 _DBVALS Instance attribute Protected Type reference (TYPE) DMC_RFC_SETTINGS_TAB Content of DB DMC_RFC_SETTINGS 20040121
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SETTINGS_COMPLETE Static method Public Method Checks if RFC settings are complete 20050211
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040121
3 DELETE_RFC_SETTINGS Static method Public Method Deletes RFC settings 20040127
4 DELETE_SETTINGS Instance method Public Method Deletes current RFC setting 20040127
5 GET_RFC_SETTINGS Static method Public Method Returns RFC settings 20040127
6 GET_SENDER_DB_CONNECTION Static method Public Method Get DB Connection for Sender 20110905
7 GET_SETTINGS_BY_NAME Instance method Public Method Returns RFC setting by ID 20040121
8 LOAD_ELEMENTS Instance method Public Method Loads RFC settings from the database 20040121
9 SAVE_RFC_SETTINGS Static method Public Method Saves RFC settings 20040127
10 SAVE_SETTINGS Instance method Public Method Saves current RFC setting 20040127
11 UPDATE_CONVERSION_SERVER Static method Public Method Make sure that the correct conversion server is in dmc_rfc_s 20080509
Events
Class CL_DMC_RFC_SETTING_LIST has no event.
Types
Class CL_DMC_RFC_SETTING_LIST has no local type.
Method Signatures

Method CHECK_SETTINGS_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SIDENT Call by reference Type reference (TYPE) DMC_SIDENT Bezeichner f. Subprojekte 20050211
2 Returning RE_COMPLETE Value transfer Type reference (TYPE) BOOLEAN RFC-Einstellung vollständig (X)/ nicht vollständig (-) 20050211

Method CHECK_SETTINGS_COMPLETE on class CL_DMC_RFC_SETTING_LIST has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_DMC_RFC_SETTING_LIST has no parameter.
Method CONSTRUCTOR on class CL_DMC_RFC_SETTING_LIST has no exception.

Method DELETE_RFC_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_IDENT Call by reference Type reference (TYPE) DMC_IDENT DMC: Allg. Bezeichner 20040127
2 Importing IM_UNIT Call by reference Type reference (TYPE) DMC_OTYPE MWB: Typ d. Org.einheit 20050601

Method DELETE_RFC_SETTINGS on class CL_DMC_RFC_SETTING_LIST has no exception.

Method DELETE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ORGIDENT Call by reference Type reference (TYPE) DMC_IDENT DMC: Allg. Bezeichner 20040127

Method DELETE_SETTINGS on class CL_DMC_RFC_SETTING_LIST has no exception.

Method GET_RFC_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CIDENT Call by reference Type reference (TYPE) DMC_CIDENT Bezeichner f. Konvertierungsobjekte 20050407
2 Importing IM_PIDENT Call by reference Type reference (TYPE) DMC_PIDENT Bezeichner f. Projekte 20040127
3 Importing IM_SIDENT Call by reference Type reference (TYPE) DMC_SIDENT Bezeichner f. Subprojekte 20040127
4 Returning RE_SETTINGS Value transfer Type reference (TYPE) DMC_RFC_SETTINGS_TAB RFC-Destinationen und Systemkennungen 20040127

Method GET_RFC_SETTINGS on class CL_DMC_RFC_SETTING_LIST has no exception.

Method GET_SENDER_DB_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORGUNIT Call by reference Type reference (TYPE) DMC_OTYPE 2 MWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. ) 20110905
2 Importing I_ORG_IDENT Call by reference Type reference (TYPE) DMC_IDENT DMC: General ID 20110905
3 Returning R_DBCON_NAME Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20110905

Method GET_SENDER_DB_CONNECTION on class CL_DMC_RFC_SETTING_LIST has no exception.

Method GET_SETTINGS_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_IDENT Call by reference Type reference (TYPE) DMC_IDENT DMC: Allg. Bezeichner 20040121
2 Importing IM_UNIT Call by reference Type reference (TYPE) DMC_OTYPE DMC: Typ der Organisationseinheit (global, Projekt, Subpr) 20040312
3 Returning RE_RFC_SETTINGS Value transfer Type reference (TYPE) DMC_RFC_SETTINGS_TAB RFC-Destinationen und Systemkennungen 20040121

Method GET_SETTINGS_BY_NAME on class CL_DMC_RFC_SETTING_LIST has no exception.

Method LOAD_ELEMENTS Signature

Method LOAD_ELEMENTS on class CL_DMC_RFC_SETTING_LIST has no parameter.
Method LOAD_ELEMENTS on class CL_DMC_RFC_SETTING_LIST has no exception.

Method SAVE_RFC_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SETTINGS Call by reference Type reference (TYPE) DMC_RFC_SETTINGS_TAB RFC-Destinationen und Systemkennungen 20040127
# Exception Resumable Description Created on
1 SAVE_SETTINGS_ERROR Fehler beim Speichern der RFC-Einstellungen 20040127

Method SAVE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SETTINGS Call by reference Type reference (TYPE) DMC_RFC_SETTINGS_TAB RFC-Destinationen und Systemkennungen 20040127

Method SAVE_SETTINGS on class CL_DMC_RFC_SETTING_LIST has no exception.

Method UPDATE_CONVERSION_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORGIDENT Call by reference Type reference (TYPE) DMC_IDENT DMC: General ID 20080509
2 Importing I_ORGUNIT Call by reference Type reference (TYPE) DMC_OTYPE MWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. ) 20080509

Method UPDATE_CONVERSION_SERVER on class CL_DMC_RFC_SETTING_LIST has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 620