SAP ABAP Class /PLMB/CL_RFC_CONNECTOR (RFC Connector)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI (Application Component) Service Provider Infrastructure
⤷
/PLMB/BA_RFC (Package) RFC Connection
⤷
⤷
Properties
| Class | /PLMB/CL_RFC_CONNECTOR | |
| Short Description | RFC Connector | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMB/BA_RFC | RFC Connection |
| Created | 20080421 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /PLMB/CL_RFC_CONNECTOR has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | /PLMB/CL_RFC_DMZ_INFO | 20081120 | Information about DMZ system |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | RFCDEST | 'NONE' | Logical Destination (Specified in Function Call) | 20090429 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | /PLMB/S_RFC_DMZ_INFO | Information about DMZ System | 20081120 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20081120 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | BOOLE_D | Information about DMZ System is available | 20081120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081120 | |
| 2 | Static method | Public | Method | Get RFC destination for remote function call | 20080421 | |
| 3 | Static method | Public | Method | Get Name of DMZ Application Server | 20081120 | |
| 4 | Static method | Private | Method | Set Information about DMZ System | 20081120 | |
| 5 | Static method | Public | Method | Get IPv4 Address of DMZ Application Server | 20081120 | |
| 6 | Static method | Public | Method | Check if current System is backend System | 20110218 | |
| 7 | Static method | Public | Method | Check if called from DMZ System | 20081120 | |
| 8 | Static method | Public | Method | Check if current System is DMZ System | 20081120 | |
| 9 | Static method | Public | Method | Access to back-end system via RFC module | 20080421 | |
| 10 | Static method | Private | Method | Set Information about DMZ System | 20081120 |
Events
Class /PLMB/CL_RFC_CONNECTOR has no event.
Types
Class /PLMB/CL_RFC_CONNECTOR has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /PLMB/CL_RFC_CONNECTOR has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMB/CL_RFC_CONNECTOR has no exception.
Method GET_RFC_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080421 | |||
| 2 | IV_FILTER_DUMMY_DESTINATION | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101006 |
Method GET_RFC_DESTINATION on class /PLMB/CL_RFC_CONNECTOR has no exception.
Method GET_ROOT_DMZ_HOST_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DMZ_HOST_NAME | Call by reference | Type reference (TYPE) | /PLMB/RFC_DMZ_HOST_NAME | Name of DMZ Application Server | 20081120 |
Method GET_ROOT_DMZ_HOST_NAME on class /PLMB/CL_RFC_CONNECTOR has no exception.
Method GET_ROOT_DMZ_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DMZ_INFO | Call by reference | Type reference (TYPE) | /PLMB/S_RFC_DMZ_INFO | Information about DMZ System | 20081120 |
Method GET_ROOT_DMZ_INFO on class /PLMB/CL_RFC_CONNECTOR has no exception.
Method GET_ROOT_DMZ_IPV4ADDR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DMZ_IPV4ADDR | Call by reference | Type reference (TYPE) | /PLMB/RFC_DMZ_IPV4ADDR | IPv4 Address of DMZ Application Server | 20081120 |
Method GET_ROOT_DMZ_IPV4ADDR on class /PLMB/CL_RFC_CONNECTOR has no exception.
Method IS_BACKEND_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_BACKEND_SYSTEM | Value transfer | Type reference (TYPE) | BOOLE_D | 20110218 |
Method IS_BACKEND_SYSTEM on class /PLMB/CL_RFC_CONNECTOR has no exception.
Method IS_CALLED_BY_DMZ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CALLED_BY_DMZ | Value transfer | Type reference (TYPE) | /PLMB/RFC_CALLED_BY_DMZ | Flag called by DMZ: TRUE (='X') and FALSE (=' ') | 20081120 |
Method IS_CALLED_BY_DMZ on class /PLMB/CL_RFC_CONNECTOR has no exception.
Method IS_DMZ_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_DMZ_SYSTEM | Value transfer | Type reference (TYPE) | BOOLE_D | Flag for DMZ System: TRUE (='X') and FALSE (=' ') | 20081120 |
Method IS_DMZ_SYSTEM on class /PLMB/CL_RFC_CONNECTOR has no exception.
Method RFC_CALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Type reference (TYPE) | /PLMB/SPI_XSTRING | Exporting Parameter as XSTRING | 20080421 | |||
| 2 | ES_MESSAGE | Call by reference | Type reference (TYPE) | SYMSG | Structure of message variables | 20080421 | |||
| 3 | IS_DATA | Call by reference | Type reference (TYPE) | /PLMB/SPI_XSTRING | Importing Parameter as XSTRING | 20080421 | |||
| 4 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Class implementing interface | 20080421 | |||
| 5 | IV_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20090505 | |||
| 6 | IV_TASKNAME | Call by reference | Type reference (TYPE) | WPPID | Process Identification | 20080421 |
Method RFC_CALL on class /PLMB/CL_RFC_CONNECTOR has no exception.
Method SET_ROOT_DMZ_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DMZ_INFO | Call by reference | Type reference (TYPE) | /PLMB/S_RFC_DMZ_INFO | Information about DMZ System | 20081120 |
Method SET_ROOT_DMZ_INFO on class /PLMB/CL_RFC_CONNECTOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |