SAP ABAP Interface IF_UCONRFC_UTILITY (Interface for UCON Design Time RFC Server)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-ICF (Application Component) Internet Communication Framework
⤷
S_UNIFIED_CON_DT_RFC_SERVER (Package) Designtime RFC Server
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_UCONRFC_UTILITY | Utility Class for UCON Design Time RFC Server | 20120704 |
Properties
| Interface | IF_UCONRFC_UTILITY | |
| Short Description | Interface for UCON Design Time RFC Server |
General Data
| Package | S_UNIFIED_CON_DT_RFC_SERVER | Designtime RFC Server |
| Created | 20120618 | SAP |
| Last changed | 20141121 | |
| 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
Interface IF_UCONRFC_UTILITY has no interface.
Friends
Interface IF_UCONRFC_UTILITY has no friend.
Attributes
Interface IF_UCONRFC_UTILITY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Assign RFC Service to a Communication Assembly | 20120704 | |
| 2 | Instance method | Public | Method | Assign an RFC enabled FM to a Communication Assembly | 20121128 | |
| 3 | Instance method | Public | Method | Create Communication Assembly | 20120704 | |
| 4 | Instance method | Public | Method | Create an RFC Service using an RFC enabled FM | 20120704 | |
| 5 | Instance method | Public | Method | Delete RFC service after RFC enabled FM is deleted | 20120704 | |
| 6 | Instance method | Public | Method | Unassign an RFC enabled FM from a Communication Assembly | 20121129 |
Events
Interface IF_UCONRFC_UTILITY has no event.
Types
Interface IF_UCONRFC_UTILITY has no local type.
Method Signatures
Method ASSIGN_RFCSERVICE_TO_CA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ASSEMBLY_NAME | Call by reference | Type reference (TYPE) | UCONSERVID | Unified Connectivity Service Assembly ID | 20120704 | |||
| 2 | IV_CORR_REQUEST | Call by reference | Type reference (TYPE) | E070-TRKORR | Request/Task | 20120704 | |||
| 3 | IV_RFCSERVICE | Call by reference | Type reference (TYPE) | UCONHTTPSERVID | RFC Service Name | 20120704 | |||
| 4 | IV_RUN_DARK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Run_dark = abap_true (without popup for transport request) | 20120704 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for UCON Design Time RFC | 20120704 |
Method ASSIGN_RFM_TO_CA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ASSEMBLY_NAME | Call by reference | Type reference (TYPE) | UCONSERVID | Unified Connectivity Service Assembly ID | 20121128 | |||
| 2 | IV_CORR_REQUEST | Call by reference | Type reference (TYPE) | E070-TRKORR | Request/Task | 20121128 | |||
| 3 | IV_FUNCNAME | Call by reference | Type reference (TYPE) | FUNCNAME | RFC enabled Function Module | 20121128 | |||
| 4 | IV_RUN_DARK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Run_dark = abap_true (without popup for transport request) | 20121128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for UCON Design Time RFC | 20121128 |
Method CREATE_COMMUNICATION_ASSEMBLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ASSEMBLY_NAME | Call by reference | Type reference (TYPE) | UCONSERVID | Unified Connectivity Service Assembly ID | 20120704 | |||
| 2 | IV_CORR_REQUEST | Call by reference | Type reference (TYPE) | E070-TRKORR | Request/Task | 20120704 | |||
| 3 | IV_DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20120704 | |||
| 4 | IV_RUN_DARK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Run_dark = abap_true (without popup for transport request) | 20120704 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for UCON Design Time RFC | 20120704 |
Method CREATE_RFC_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RFC_SERVICE_ID | Call by reference | Type reference (TYPE) | UCONHTTPSERVID | RFC Service ID | 20120704 | |||
| 2 | IV_CORR_REQUEST | Call by reference | Type reference (TYPE) | E070-TRKORR | Request/Task | 20120704 | |||
| 3 | IV_DESCR_TEXT | Call by reference | Type reference (TYPE) | UCONTEXT | Unified Connectivity Text (short) | 20120706 | |||
| 4 | IV_DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20120704 | |||
| 5 | IV_FUNCNAME | Call by reference | Type reference (TYPE) | RS38L_FNAM | Name of Function Module | 20120706 | |||
| 6 | IV_RUN_DARK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Suppress the popup for Transport Request | 20120704 | ||
| 7 | IV_SCOPE | Call by reference | Type reference (TYPE) | UCONRFCSCOPE | Visibility of RFC Services | 20120704 | |||
| 8 | IV_SERVICE_NAME | Call by reference | Type reference (TYPE) | UCONHTTPSERVID | RFC Service Name | 20120704 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for UCON Design Time RFC | 20120704 |
Method DELETE_RFC_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CORR_REQUEST | Call by reference | Type reference (TYPE) | E070-TRKORR | Request/Task | 20120704 | |||
| 2 | IV_DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Package of CA | 20120705 | |||
| 3 | IV_FUNCNAME | Call by reference | Type reference (TYPE) | RS38L_FNAM | 20120704 | ||||
| 4 | IV_RUN_DARK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Suppress the popup for Transport Request | 20120704 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for UCON Design Time RFC | 20120704 |
Method UNASSIGN_RFM_FROM_CA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ASSEMBLY_NAME | Call by reference | Type reference (TYPE) | UCONSERVID | Unified Connectivity Service Assembly ID | 20121129 | |||
| 2 | IV_CORR_REQUEST | Call by reference | Type reference (TYPE) | E070-TRKORR | Request/Task | 20121129 | |||
| 3 | IV_FUNCNAME | Call by reference | Type reference (TYPE) | FUNCNAME | RFC enabled Function Module | 20121129 | |||
| 4 | IV_RUN_DARK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Run_dark = abap_true (without popup for transport request) | 20121129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for UCON Design Time RFC | 20121129 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |