SAP ABAP Interface IF_DEST_ROOT (Root Interface for Destinations)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RFC (Application Component) RFC
⤷
SRFC_DESTAPI (Package) RFC: API for Destinations
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_DEST_HTTP | Interface Destinations for HTTP Communication | 20051128 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_DEST_LOGICAL | Interface Destinations for RFC Communication | 20051128 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_DEST_RFC | Interface Destinations for RFC Communication | 20051121 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DEST_ROOT | Root Class for Destinations | 20051121 |
Properties
| Interface | IF_DEST_ROOT | |
| Short Description | Root Interface for Destinations |
General Data
| Package | SRFC_DESTAPI | RFC: API for Destinations |
| Created | 20051121 | SAP |
| Last changed | 20090618 | SAP |
| 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_DEST_ROOT has no interface.
Friends
Interface IF_DEST_ROOT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AUTHORIZATION_PARAMETER | Instance attribute | Public | Type reference (TYPE) | DESTAUTH | Authorization for Using Destination | 20051121 | ||
| 2 | CATEGORY | Instance attribute | Public | Type reference (TYPE) | RFCCATEGORY | Category | 20051121 | ||
| 3 | CO_CHECK_RESULT_ERROR | Constant | Public | Type reference (TYPE) | SDEST_CHECK_RESULT_STATUS | 'E' | Check result contains errors | 20060201 | |
| 4 | CO_CHECK_RESULT_OK | Constant | Public | Type reference (TYPE) | SDEST_CHECK_RESULT_STATUS | SPACE | Check result OK (no errors) | 20060201 | |
| 5 | CO_CHECK_RESULT_WARNING | Constant | Public | Type reference (TYPE) | SDEST_CHECK_RESULT_STATUS | 'W' | Check result contains warnings | 20060201 | |
| 6 | CO_PASSWORD_INITIAL | Constant | Public | Type reference (TYPE) | SDEST_PWD_STATUS | SPACE | Constant for Initial Password | 20051207 | |
| 7 | CO_PASSWORD_SAVED | Constant | Public | Type reference (TYPE) | SDEST_PWD_STATUS | 'S' | Constant for Secure Password | 20051207 | |
| 8 | CO_TYPE_HTTP_ABAP | Constant | Public | Type reference (TYPE) | RFCTYPE_D | 'H' | Constant for Type H (HTTP Connection to ABAP System) | 20051123 | |
| 9 | CO_TYPE_HTTP_EXT | Constant | Public | Type reference (TYPE) | RFCTYPE_D | 'G' | Constant for Type G (HTTP Connection to External Server) | 20051123 | |
| 10 | CO_TYPE_LOGICAL | Constant | Public | Type reference (TYPE) | RFCTYPE_D | 'L' | Constant for Type L (Logical Connection) | 20051123 | |
| 11 | CO_TYPE_RFC_ABAP | Constant | Public | Type reference (TYPE) | RFCTYPE_D | '3' | Constant for Type 3 (Connection to ABAP System) | 20051123 | |
| 12 | CO_TYPE_RFC_TCPIP | Constant | Public | Type reference (TYPE) | RFCTYPE_D | 'T' | Constant for Type T (TCP/IP) | 20051123 | |
| 13 | DESCRIPTION | Instance attribute | Public | Type reference (TYPE) | RFCDOC_D | Description of RFC Connection | 20051121 | ||
| 14 | NAME | Instance attribute | Public | Type reference (TYPE) | RFCDEST | Name | 20051121 | ||
| 15 | TYPE | Instance attribute | Public | Type reference (TYPE) | RFCTYPE_D | Type | 20051121 | ||
| 16 | UI_LOCK | Instance attribute | Public | Type reference (TYPE) | RFCLOCK | Modifiability of Destination Using UI | 20051121 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20051121 | ||
| 2 | Instance method | Public | Method | 20051121 | ||
| 3 | Instance method | Public | Method | 20051121 | ||
| 4 | Instance method | Public | Method | 20060117 | ||
| 5 | Instance method | Public | Method | 20051121 | ||
| 6 | Instance method | Public | Method | 20051121 | ||
| 7 | Instance method | Public | Method | 20051121 |
Events
Interface IF_DEST_ROOT has no event.
Types
Interface IF_DEST_ROOT has no local type.
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT_MESSAGES | Value transfer | Type reference (TYPE) | SDEST_CHECK_RESULT_TABLE | Tabelle mit Prüferbnissen | 20060201 | |||
| 2 | RESULT_STATUS | Value transfer | Type reference (TYPE) | SDEST_CHECK_RESULT_STATUS | Prüfergeniss ('E', 'W', SPACE) | 20060201 |
Method CHECK on Interface IF_DEST_ROOT has no exception.
Method LOCK Signature
Method LOCK on Interface IF_DEST_ROOT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnameklasse API Destinationen | 20051123 |
Method SAVE Signature
Method SAVE on Interface IF_DEST_ROOT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnameklasse API Destinationen | 20060109 |
Method SET_AUTHORIZATION_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AUTHORIZATION_PARAMETER | Value transfer | Type reference (TYPE) | DESTAUTH | Berechtigung | 20060117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnameklasse API Destinationen | 20060117 |
Method SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTION | Value transfer | Type reference (TYPE) | RFCDOC_D | Beschreibung einer RFC-Verbindung | 20051121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnameklasse API Destinationen | 20051122 |
Method SET_UI_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UI_LOCK | Value transfer | Type reference (TYPE) | RFCLOCK | Änderbarkeit der Destination mittels UI | 20051121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnameklasse API Destinationen | 20051122 |
Method UNLOCK Signature
Method UNLOCK on Interface IF_DEST_ROOT has no parameter.
Method UNLOCK on Interface IF_DEST_ROOT has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |