SAP ABAP Class CL_SD_ENDPOINT_RFC (CL_SD_ENDPOINT_RFC)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBC-SRV (Application Component) Services
     SERVDIR (Package) AI XMB Service Directory
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SD_ENDPOINT_URL 20020823
Properties
Class CL_SD_ENDPOINT_RFC  
Short Description    
Super Class CL_SD_ENDPOINT_URL  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SERVDIR   AI XMB Service Directory 
Created 20020823   SAP 
Last change 20110908   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_SD_ENDPOINT_RFC has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SD_ENDPOINT_FACTORY 20020823 Represents URL String
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_APPLICATION_SERVER_HOST_KEY Constant Public Type reference (TYPE) STRING 'ASHOST' 20020823
2 CO_LOAD_BALANCING_KEY Constant Public Type reference (TYPE) STRING 'LOADBALANCING' 20020823
3 CO_LOGON_GROUP_KEY Constant Public Type reference (TYPE) STRING 'GROUP' 20020823
4 CO_MESSAGE_SERVER_HOST_KEY Constant Public Type reference (TYPE) STRING 'MSHOST' 20020823
5 CO_MS_SERVICE_KEY Constant Public Type reference (TYPE) STRING 'MSSERV' 20020823
6 CO_SYSTEM_ID_KEY Constant Public Type reference (TYPE) STRING 'R3NAME' 20020823
7 CO_SYSTEM_NUMBER_KEY Constant Public Type reference (TYPE) STRING 'SYSNR' 20020823
8 CO_TRACE_KEY Constant Public Type reference (TYPE) STRING 'TRACE' 20020823
9 LOAD_BALANCING Instance attribute Private Type reference (TYPE) STRING CO_FALSE Load Balancing Yes/No 20020823
10 LOGON_GROUP Instance attribute Private Type reference (TYPE) STRING Logon Group 20020823
11 MESSAGE_SERVER_SERVICE Instance attribute Private Type reference (TYPE) STRING Message Server Port 20020823
12 SYSTEM_ID Instance attribute Private Type reference (TYPE) SYSYSID System ID 20020823
13 SYSTEM_NUMBER Instance attribute Private Type reference (TYPE) RFCSERVICE System Number 20020823
14 TRACE Instance attribute Private Type reference (TYPE) STRING CO_FALSE Trace Yes/No 20020823
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020823
2 CREATE_FROM_URL_STRING Static method Private Method Gets Endpoint from Internal URL Representation 20020823
3 GET_CONNECTION_STRING Instance method Public Method Gets connection data for RFC library 20020926
4 GET_LOGON_GROUP Instance method Public Method Gets Logon Group 20020823
5 GET_MESSAGE_SERVER_SERVICE Instance method Public Method Gets Message Server Port 20020823
6 GET_SYSTEM_ID Instance method Public Method Gets System ID 20020823
7 GET_SYSTEM_NUMBER Instance method Public Method Gets System Number 20020823
8 IS_LOAD_BALANCING Instance method Public Method Querys Load Balancing Switch 20020826
9 IS_TRACE Instance method Public Method Querys Trace Switch 20020826
10 PSET_LOAD_BALANCING Instance method Private Method Sets Load Balancing Switch Directly 20020826
11 SET_LOAD_BALANCING Instance method Public Method Sets Load Balancing Switch 20020823
12 SET_LOGON_GROUP Instance method Public Method Sets Logon Group 20020823
13 SET_MESSAGE_SERVER_SERVICE Instance method Public Method Sets Message Server Port 20020823
14 SET_SYSTEM_ID Instance method Public Method Sets System ID 20020823
15 SET_SYSTEM_NUMBER Instance method Public Method Sets System Number 20020823
16 SET_TRACE Instance method Public Method Sets Trace Switch 20020823
Events
Class CL_SD_ENDPOINT_RFC has no event.
Types
Class CL_SD_ENDPOINT_RFC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method CREATE_FROM_URL_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SD_ENDPOINT_RFC 20020823
2 Importing THE_URL_STRING Call by reference Type reference (TYPE) STRING interne URL Darstellung 20020823
# Exception Resumable Description Created on
1 CX_SD_PARSING_ERROR Fehler beim Parsen 20020823

Method GET_CONNECTION_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20020926
2 Importing THE_SECURITY Call by reference Object reference (TYPE REF TO) CL_SD_AUTHENTICATION_METHOD beschreibt Art der Authentifizierung 20020926

Method GET_CONNECTION_STRING on class CL_SD_ENDPOINT_RFC has no exception.

Method GET_LOGON_GROUP Signature

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

Method GET_LOGON_GROUP on class CL_SD_ENDPOINT_RFC has no exception.

Method GET_MESSAGE_SERVER_SERVICE Signature

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

Method GET_MESSAGE_SERVER_SERVICE on class CL_SD_ENDPOINT_RFC has no exception.

Method GET_SYSTEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SYSYSID R/3-System, Name des R/3-Systems 20020823

Method GET_SYSTEM_ID on class CL_SD_ENDPOINT_RFC has no exception.

Method GET_SYSTEM_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) RFCSERVICE Verwendeter Service (TCP-Service, SAP-Systemnummer ) 20020823

Method GET_SYSTEM_NUMBER on class CL_SD_ENDPOINT_RFC has no exception.

Method IS_LOAD_BALANCING Signature

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

Method IS_LOAD_BALANCING on class CL_SD_ENDPOINT_RFC has no exception.

Method IS_TRACE Signature

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

Method IS_TRACE on class CL_SD_ENDPOINT_RFC has no exception.

Method PSET_LOAD_BALANCING Signature

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

Method PSET_LOAD_BALANCING on class CL_SD_ENDPOINT_RFC has no exception.

Method SET_LOAD_BALANCING Signature

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

Method SET_LOAD_BALANCING on class CL_SD_ENDPOINT_RFC has no exception.

Method SET_LOGON_GROUP Signature

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

Method SET_LOGON_GROUP on class CL_SD_ENDPOINT_RFC has no exception.

Method SET_MESSAGE_SERVER_SERVICE Signature

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

Method SET_MESSAGE_SERVER_SERVICE on class CL_SD_ENDPOINT_RFC has no exception.

Method SET_SYSTEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_SYSTEM_ID Call by reference Type reference (TYPE) SYSYSID R/3-System, Name des R/3-Systems 20020823

Method SET_SYSTEM_ID on class CL_SD_ENDPOINT_RFC has no exception.

Method SET_SYSTEM_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing THE_SYSTEM_NUMBER Call by reference Type reference (TYPE) RFCSERVICE Verwendeter Service (TCP-Service, SAP-Systemnummer ) 20020823

Method SET_SYSTEM_NUMBER on class CL_SD_ENDPOINT_RFC has no exception.

Method SET_TRACE Signature

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

Method SET_TRACE on class CL_SD_ENDPOINT_RFC has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 620