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 | ![]() |
Constant | Public | Type reference (TYPE) | DMC_OTYPE | '3' | DMC: Type of Organizational Unit (Conversion Object) | 20050311 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | DMC_OTYPE | '0' | DMC: Type of Organizational Unit (Global) | 20040119 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | DMC_OTYPE | '1' | DMC: Type of Organizational Unit (Project) | 20040119 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | DMC_OTYPE | '2' | DMC: Type of Organizational Unit (Subproject) | 20040119 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR04 | 'CONV' | rfctype CONVERTER | 20060706 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR04 | 'RCVR' | rfctype RECEIVER | 20060706 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR04 | 'SEND' | rfctype SENDER | 20060706 | |
8 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_DMC_LOG_HANDLER | Log Handler | 20050331 | ||
9 | ![]() |
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 | ![]() |
Static method | Public | Method | Checks if RFC settings are complete | 20050211 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20040121 |
3 | ![]() |
Static method | Public | Method | Deletes RFC settings | 20040127 |
4 | ![]() |
Instance method | Public | Method | Deletes current RFC setting | 20040127 |
5 | ![]() |
Static method | Public | Method | Returns RFC settings | 20040127 |
6 | ![]() |
Static method | Public | Method | Get DB Connection for Sender | 20110905 |
7 | ![]() |
Instance method | Public | Method | Returns RFC setting by ID | 20040121 |
8 | ![]() |
Instance method | Public | Method | Loads RFC settings from the database | 20040121 |
9 | ![]() |
Static method | Public | Method | Saves RFC settings | 20040127 |
10 | ![]() |
Instance method | Public | Method | Saves current RFC setting | 20040127 |
11 | ![]() |
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 | ![]() |
IM_SIDENT | Call by reference | Type reference (TYPE) | DMC_SIDENT | Bezeichner f. Subprojekte | 20050211 | ||
2 | ![]() |
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 | ![]() |
IM_IDENT | Call by reference | Type reference (TYPE) | DMC_IDENT | DMC: Allg. Bezeichner | 20040127 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
IM_CIDENT | Call by reference | Type reference (TYPE) | DMC_CIDENT | Bezeichner f. Konvertierungsobjekte | 20050407 | ||
2 | ![]() |
IM_PIDENT | Call by reference | Type reference (TYPE) | DMC_PIDENT | Bezeichner f. Projekte | 20040127 | ||
3 | ![]() |
IM_SIDENT | Call by reference | Type reference (TYPE) | DMC_SIDENT | Bezeichner f. Subprojekte | 20040127 | ||
4 | ![]() |
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 | ![]() |
I_ORGUNIT | Call by reference | Type reference (TYPE) | DMC_OTYPE | 2 | MWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. ) | 20110905 | |
2 | ![]() |
I_ORG_IDENT | Call by reference | Type reference (TYPE) | DMC_IDENT | DMC: General ID | 20110905 | ||
3 | ![]() |
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 | ![]() |
IM_IDENT | Call by reference | Type reference (TYPE) | DMC_IDENT | DMC: Allg. Bezeichner | 20040121 | ||
2 | ![]() |
IM_UNIT | Call by reference | Type reference (TYPE) | DMC_OTYPE | DMC: Typ der Organisationseinheit (global, Projekt, Subpr) | 20040312 | ||
3 | ![]() |
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 | ![]() |
IM_SETTINGS | Call by reference | Type reference (TYPE) | DMC_RFC_SETTINGS_TAB | RFC-Destinationen und Systemkennungen | 20040127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
I_ORGIDENT | Call by reference | Type reference (TYPE) | DMC_IDENT | DMC: General ID | 20080509 | ||
2 | ![]() |
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 |