SAP ABAP Class CL_DEST_RFC_ABAP_PARENT (Superclass RFC Destinations for ABAP Systems)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RFC (Application Component) RFC
     SRFC_DESTAPI (Package) RFC: API for Destinations
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DEST_RFC Destinations for RFC Communication 20130102
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DEST_RFC_ABAP Interface Destinations: Type '3' (RFC to ABAP) 20130102
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DEST_RFC_ABAP Destinations for RFC Communication with ABAP Systems 20130102
2 Inheritance (c INHERITING FROM c_ref)  CL_DEST_RFC_ABAP_DYNAMIC Registr.dyn.Destination: RFC Communic. to ABAP System 20130102
Properties
Class CL_DEST_RFC_ABAP_PARENT  
Short Description Superclass RFC Destinations for ABAP Systems    
Super Class CL_DEST_RFC Destinations for RFC Communication 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SRFC_DESTAPI   RFC: API for Destinations 
Created 20130102   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_DEST_RFC_ABAP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_DEST_RFC_ABAP Interface Destinations: Type '3' (RFC to ABAP) 20130102
Friends
# Friend Modeled only Created on Description
1 CL_DEST_FACTORY 20130102 Factory Class for Destinations
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ARFC_ACTIVE Instance attribute Public Attribute reference (LIKE) 20130102
2 ARFC_CYCLE Instance attribute Public Attribute reference (LIKE) 20130102
3 ARFC_METHOD Instance attribute Public Attribute reference (LIKE) 20130102
4 CLIENT_CODEPAGE_ACTIVE Instance attribute Public Attribute reference (LIKE) 20130102
5 CO_ARFC_METHOD_DYNAMIC Instance attribute Public Attribute reference (LIKE) 20130102
6 CO_ARFC_METHOD_STATIC Instance attribute Public Attribute reference (LIKE) 20130102
7 CO_CODE_LOAD_BALANCING Constant Private Type reference (TYPE) RFCEXIT 'LB=ON' Constant for Load Balancing in RFCDES 20130102
8 CO_CODE_RCFLOGON_GUI Constant Private Type reference (TYPE) SYUNAME '%_LOG01%' Constant for User with Set Flag for Logon Screen 20130102
9 CO_MDMPLIST_END Constant Private Type reference (TYPE) CHAR1 '$' Constant for Terminating Character for Coded MDMP List 20130102
10 CO_MDMPLIST_START Constant Private Type reference (TYPE) CHAR4 '<=1A' Constant for Start of Coded MDMP List 20130102
11 EXPLICIT_CODEPAGE Instance attribute Public Attribute reference (LIKE) 20130102
12 EXPLICIT_CODEPAGE_ACTIVE Instance attribute Public Attribute reference (LIKE) 20130102
13 GROUP_NAME Instance attribute Public Attribute reference (LIKE) 20130102
14 LANGUAGE_CODEPAGE Instance attribute Public Attribute reference (LIKE) 20130102
15 LANGUAGE_CODEPAGE_ACTIVE Instance attribute Public Attribute reference (LIKE) 20130102
16 LOAD_BALANCING Instance attribute Public Attribute reference (LIKE) 20130102
17 LOGON_CHANGE_FLAGS Instance attribute Private Type reference (TYPE) SDEST_LOGON_CHANGE_FLAGS Flags for Changes to Logon Data 20130102
18 LOGON_CLIENT Instance attribute Public Attribute reference (LIKE) 20130102
19 LOGON_LANGUAGE Instance attribute Public Attribute reference (LIKE) 20130102
20 LOGON_USER Instance attribute Public Attribute reference (LIKE) 20130102
21 MDMP_LIST Instance attribute Public Attribute reference (LIKE) 20130102
22 MDMP_SETTINGS_ACTIVE Instance attribute Public Attribute reference (LIKE) 20130102
23 PASSWORD_STATUS Instance attribute Public Attribute reference (LIKE) 20130102
24 PWD_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_DEST_UTILITY_PWD Utility Object for Password Management 20130102
25 RFCLOGON_GUI Instance attribute Public Attribute reference (LIKE) 20130102
26 SAME_USER Instance attribute Public Attribute reference (LIKE) 20130102
27 SYSTEM_IDENTIFIER Instance attribute Public Attribute reference (LIKE) 20130102
28 SYSTEM_NUMBER Instance attribute Public Attribute reference (LIKE) 20130102
29 TRUSTED_SYSTEM Instance attribute Public Attribute reference (LIKE) 20130102
30 USE_STATIC_CODEPAGE Instance attribute Private Attribute reference (LIKE) 20130102
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130102
2 SET_ARFC_ACTIVE Instance method Public Method 20130102
3 SET_ARFC_CYCLE Instance method Public Method 20130102
4 SET_ARFC_METHOD Instance method Public Method 20130102
5 SET_CLIENT_CODEPAGE_ACTIVE Instance method Public Method 20130102
6 SET_EXPLICIT_CODEPAGE Instance method Public Method 20130102
7 SET_EXPLICIT_CODEPAGE_ACTIVE Instance method Public Method 20130102
8 SET_GROUP_NAME Instance method Public Method 20130102
9 SET_LANGUAGE_CODEPAGE_ACTIVE Instance method Public Method 20130102
10 SET_LOAD_BALANCING Instance method Public Method 20130102
11 SET_LOGON_CLIENT Instance method Public Method 20130102
12 SET_LOGON_LANGUAGE Instance method Public Method 20130102
13 SET_LOGON_USER Instance method Public Method 20130102
14 SET_MDMP_LIST Instance method Public Method 20130102
15 SET_MDMP_SETTINGS_ACTIVE Instance method Public Method 20130102
16 SET_PASSWORD Instance method Public Method 20130102
17 SET_RFCLOGON_GUI Instance method Public Method 20130102
18 SET_SAME_USER Instance method Public Method 20130102
19 SET_SYSTEM_IDENTIFIER Instance method Public Method 20130102
20 SET_SYSTEM_NUMBER Instance method Public Method 20130102
21 SET_TRUSTED_SYSTEM Instance method Public Method 20130102
Events
Class CL_DEST_RFC_ABAP_PARENT has no event.
Types
Class CL_DEST_RFC_ABAP_PARENT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Value transfer Type reference (TYPE) RFCCATEGORY Kategorie der Destination 20130102
2 Importing LOCK Value transfer Type reference (TYPE) FLAG ABAP_FALSE Flag zum Sperren der Destination 20130102
3 Importing NAME Value transfer Type reference (TYPE) RFCDEST Name der Destination 20130102
# Exception Resumable Description Created on
1 CX_DEST_API Ausnameklasse API Destinationen 20130102

Method SET_ARFC_ACTIVE Signature

Method SET_ARFC_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_ARFC_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_ARFC_CYCLE Signature

Method SET_ARFC_CYCLE on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_ARFC_CYCLE on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_ARFC_METHOD Signature

Method SET_ARFC_METHOD on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_ARFC_METHOD on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_CLIENT_CODEPAGE_ACTIVE Signature

Method SET_CLIENT_CODEPAGE_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_CLIENT_CODEPAGE_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_EXPLICIT_CODEPAGE Signature

Method SET_EXPLICIT_CODEPAGE on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_EXPLICIT_CODEPAGE on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_EXPLICIT_CODEPAGE_ACTIVE Signature

Method SET_EXPLICIT_CODEPAGE_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_EXPLICIT_CODEPAGE_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_GROUP_NAME Signature

Method SET_GROUP_NAME on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_GROUP_NAME on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_LANGUAGE_CODEPAGE_ACTIVE Signature

Method SET_LANGUAGE_CODEPAGE_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_LANGUAGE_CODEPAGE_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_LOAD_BALANCING Signature

Method SET_LOAD_BALANCING on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_LOAD_BALANCING on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_LOGON_CLIENT Signature

Method SET_LOGON_CLIENT on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_LOGON_CLIENT on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_LOGON_LANGUAGE Signature

Method SET_LOGON_LANGUAGE on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_LOGON_LANGUAGE on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_LOGON_USER Signature

Method SET_LOGON_USER on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_LOGON_USER on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_MDMP_LIST Signature

Method SET_MDMP_LIST on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_MDMP_LIST on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_MDMP_SETTINGS_ACTIVE Signature

Method SET_MDMP_SETTINGS_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_MDMP_SETTINGS_ACTIVE on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_PASSWORD Signature

Method SET_PASSWORD on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_PASSWORD on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_RFCLOGON_GUI Signature

Method SET_RFCLOGON_GUI on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_RFCLOGON_GUI on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_SAME_USER Signature

Method SET_SAME_USER on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_SAME_USER on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_SYSTEM_IDENTIFIER Signature

Method SET_SYSTEM_IDENTIFIER on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_SYSTEM_IDENTIFIER on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_SYSTEM_NUMBER Signature

Method SET_SYSTEM_NUMBER on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_SYSTEM_NUMBER on class CL_DEST_RFC_ABAP_PARENT has no exception.

Method SET_TRUSTED_SYSTEM Signature

Method SET_TRUSTED_SYSTEM on class CL_DEST_RFC_ABAP_PARENT has no parameter.
Method SET_TRUSTED_SYSTEM on class CL_DEST_RFC_ABAP_PARENT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in