SAP ABAP Class IF_DEST_ROOT (Root Interface 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
| Class | IF_DEST_ROOT | |
| Short Description | Root Interface for Destinations | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20051121 | SAP |
| Last change | 20090618 | 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 IF_DEST_ROOT has no interface implemented.
Friends
Class IF_DEST_ROOT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | DESTAUTH | Authorization for Using Destination | 20051121 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | RFCCATEGORY | Category | 20051121 | |||
| 3 | Constant | Public | Type reference (TYPE) | SDEST_CHECK_RESULT_STATUS | 'E' | Check result contains errors | 20060201 | ||
| 4 | Constant | Public | Type reference (TYPE) | SDEST_CHECK_RESULT_STATUS | SPACE | Check result OK (no errors) | 20060201 | ||
| 5 | Constant | Public | Type reference (TYPE) | SDEST_CHECK_RESULT_STATUS | 'W' | Check result contains warnings | 20060201 | ||
| 6 | Constant | Public | Type reference (TYPE) | SDEST_PWD_STATUS | SPACE | Constant for Initial Password | 20051207 | ||
| 7 | Constant | Public | Type reference (TYPE) | SDEST_PWD_STATUS | 'S' | Constant for Secure Password | 20051207 | ||
| 8 | Constant | Public | Type reference (TYPE) | RFCTYPE_D | 'H' | Constant for Type H (HTTP Connection to ABAP System) | 20051123 | ||
| 9 | Constant | Public | Type reference (TYPE) | RFCTYPE_D | 'G' | Constant for Type G (HTTP Connection to External Server) | 20051123 | ||
| 10 | Constant | Public | Type reference (TYPE) | RFCTYPE_D | 'L' | Constant for Type L (Logical Connection) | 20051123 | ||
| 11 | Constant | Public | Type reference (TYPE) | RFCTYPE_D | '3' | Constant for Type 3 (Connection to ABAP System) | 20051123 | ||
| 12 | Constant | Public | Type reference (TYPE) | RFCTYPE_D | 'T' | Constant for Type T (TCP/IP) | 20051123 | ||
| 13 | Instance attribute | Public | Type reference (TYPE) | RFCDOC_D | Description of RFC Connection | 20051121 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | RFCDEST | Name | 20051121 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | RFCTYPE_D | Type | 20051121 | |||
| 16 | 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
Class IF_DEST_ROOT has no event.
Types
Class 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 class IF_DEST_ROOT has no exception.
Method LOCK Signature
Method LOCK on class IF_DEST_ROOT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnameklasse API Destinationen | 20051123 |
Method SAVE Signature
Method SAVE on class 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 class IF_DEST_ROOT has no parameter.
Method UNLOCK on class IF_DEST_ROOT has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |