SAP ABAP Class IF_BGRFC_CONF_SUPERVISOR_DEST (Interface for Configuration of Supervisor Destination)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BGRFC_CONFIG_ENTRY | General Interface for the bgRFC Configuration | 20070302 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BGRFC_CONFIG_SUPERVISOR | Create Supervisor Destination | 20070306 |
Properties
| Class | IF_BGRFC_CONF_SUPERVISOR_DEST | |
| Short Description | Interface for Configuration of Supervisor Destination | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070302 | 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_BGRFC_CONF_SUPERVISOR_DEST has no interface implemented.
Friends
Class IF_BGRFC_CONF_SUPERVISOR_DEST 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) | RFCDEST | Logical destination (specified when calling function) | 20070313 | |||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20070705 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20070705 | |||||
| 4 | Instance attribute | Public | Type reference (TYPE) | RFCDEST | Logical destination (specified when calling function) | 20070302 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Destination is created | 20070302 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Password is generated | 20070302 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | User is created | 20070302 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | STRING | Password | 20070313 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Password compatibility mode configured | 20070620 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | AGR_NAME | Role Name | 20070622 | |||
| 11 | Instance attribute | Public | Attribute reference (LIKE) | 20070705 | |||||
| 12 | Instance attribute | Public | Attribute reference (LIKE) | 20070705 | |||||
| 13 | Instance attribute | Public | Type reference (TYPE) | SYUNAME | User Name | 20070302 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20070302 | ||
| 2 | Instance method | Public | Method | Set Destination Name | 20070306 | |
| 3 | Instance method | Public | Method | Sets whether the destination should be generated | 20070313 | |
| 4 | Instance method | Public | Method | Sets whether the password should be generated | 20070314 | |
| 5 | Instance method | Public | Method | Sets whether the user should be created | 20070314 | |
| 6 | Instance method | Public | Method | Sets the password | 20070302 | |
| 7 | Instance method | Public | Method | Set Role | 20070622 | |
| 8 | Instance method | Public | Method | Sets the user name | 20070302 |
Events
Class IF_BGRFC_CONF_SUPERVISOR_DEST has no event.
Types
Class IF_BGRFC_CONF_SUPERVISOR_DEST has no local type.
Method Signatures
Method CHECK Signature
Method CHECK on class IF_BGRFC_CONF_SUPERVISOR_DEST has no parameter.
Method CHECK on class IF_BGRFC_CONF_SUPERVISOR_DEST has no exception.
Method SET_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEST_NAME | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20070306 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse Customizing | 20070306 |
Method SET_GENERATE_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GENERATE_DESTINATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Erzeugung einer Destination | 20070313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse Customizing | 20070313 |
Method SET_GENERATE_PASSWORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GENERATE_PASSWORD | Call by reference | Type reference (TYPE) | ABAP_BOOL | Passwort soll generiert werden | 20070314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse Customizing | 20070314 |
Method SET_GENERATE_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GENERATE_USER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Benutzer soll angelegt werden | 20070314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse Customizing | 20070314 |
Method SET_PASSWORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PASSWORD | Call by reference | Type reference (TYPE) | STRING | Passwort | 20070302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse Customizing | 20070306 |
Method SET_ROLE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ROLE_NAME | Call by reference | Type reference (TYPE) | AGR_NAME | Name einer Berechtigungsrolle für Supervisoruser | 20070622 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse Customizing | 20070622 |
Method SET_USER_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | USER_NAME | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20070302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse Customizing | 20070306 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |