SAP ABAP Class IF_ISH_DYNPRO_CONNECTOR (IS-H: Dynpro Connector)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ISH_DYNPRO_CONNECTOR | IS-H: Dynpro Connector | 20070704 |
Properties
| Class | IF_ISH_DYNPRO_CONNECTOR | |
| Short Description | IS-H: Dynpro Connector | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070704 | SAP |
| Last change | 20071120 | 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_ISH_DYNPRO_CONNECTOR has no interface implemented.
Friends
Class IF_ISH_DYNPRO_CONNECTOR has no friend class.
Attributes
Class IF_ISH_DYNPRO_CONNECTOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Connects a Screen with a Dynpro | 20070704 | |
| 2 | Instance method | Public | Method | Connects a Screen with the Next Free Dynpro | 20070704 | |
| 3 | Instance method | Public | Method | Undoes Connection Between a Screen and a Dynpro | 20070704 | |
| 4 | Instance method | Public | Method | Gets the Dynpro of an Embedded Screen | 20070704 | |
| 5 | Instance method | Public | Method | Gets the Program Name | 20070704 | |
| 6 | Instance method | Public | Method | Gets the Screen for a Dynpro | 20070704 | |
| 7 | Instance method | Public | Method | Transfer F1 Processing to Screen | 20070704 | |
| 8 | Instance method | Public | Method | Transfer F4 Processing to Screen | 20070704 | |
| 9 | Instance method | Public | Method | Transfer PAI Processing to Screen | 20070704 | |
| 10 | Instance method | Public | Method | Transfer PBO Processing to Screen | 20070704 |
Events
Class IF_ISH_DYNPRO_CONNECTOR has no event.
Types
Class IF_ISH_DYNPRO_CONNECTOR has no local type.
Method Signatures
Method CONNECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SCREEN | Call by reference | Object reference (TYPE REF TO) | IF_ISH_SCREEN | IS-H: Interface für die Bildklassen | 20070705 | |||
| 2 | I_DYNNR | Call by reference | Type reference (TYPE) | RI_DYNNR | IS-H: Dynpronummer | 20070705 | |||
| 3 | I_OVERWRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | true: Bestehende Verknüpfung ersetzen | 20070705 | ||
| 4 | RS_PARENT | Value transfer | Type reference (TYPE) | RNSCR_PARENT | IS-H: Behälter für Screenklasse | 20070705 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H: Oberklasse für statische Exceptions | 20070705 |
Method CONNECT_FREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_SCREEN | Call by reference | Object reference (TYPE REF TO) | IF_ISH_SCREEN | IS-H: Interface für die Bildklassen | 20070705 | |||
| 2 | I_DYNNR_FROM | Call by reference | Type reference (TYPE) | RI_DYNNR | '0000' | IS-H: Dynpronummer | 20070705 | ||
| 3 | I_DYNNR_TO | Call by reference | Type reference (TYPE) | RI_DYNNR | '9999' | IS-H: Dynpronummer | 20070705 | ||
| 4 | RS_PARENT | Value transfer | Type reference (TYPE) | RNSCR_PARENT | IS-H: Behälter für Screenklasse | 20070705 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H: Oberklasse für statische Exceptions | 20070705 |
Method DISCONNECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | RI_DYNNR | IS-H: Dynpronummer | 20070705 | |||
| 2 | RR_SCREEN | Value transfer | Object reference (TYPE REF TO) | IF_ISH_SCREEN | Screen, dessen Verknüpfung gelöst wurde | 20070705 |
Method DISCONNECT on class IF_ISH_DYNPRO_CONNECTOR has no exception.
Method GET_EMBEDDED_DYNPRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | RI_DYNNR | IS-H: Dynpronummer | 20070705 | |||
| 2 | I_FIELDNAME | Call by reference | Type reference (TYPE) | ISH_FIELDNAME | IS-H: Feldname | 20070705 | |||
| 3 | RS_PARENT | Value transfer | Type reference (TYPE) | RNSCR_PARENT | IS-H: Behälter für Screenklasse | 20070705 |
Method GET_EMBEDDED_DYNPRO on class IF_ISH_DYNPRO_CONNECTOR has no exception.
Method GET_REPID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REPID | Value transfer | Type reference (TYPE) | REPID | Abap-Reportname | 20070705 |
Method GET_REPID on class IF_ISH_DYNPRO_CONNECTOR has no exception.
Method GET_SCREEN_FOR_DYNPRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | RI_DYNNR | IS-H: Dynpronummer | 20070705 | |||
| 2 | RR_SCREEN | Value transfer | Object reference (TYPE REF TO) | IF_ISH_SCREEN | IS-H: Interface für die Bildklassen | 20070705 |
Method GET_SCREEN_FOR_DYNPRO on class IF_ISH_DYNPRO_CONNECTOR has no exception.
Method PROCESS_F1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | RI_DYNNR | IS-H: Dynpronummer | 20070705 |
Method PROCESS_F1 on class IF_ISH_DYNPRO_CONNECTOR has no exception.
Method PROCESS_F4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | RI_DYNNR | IS-H: Dynpronummer | 20070705 |
Method PROCESS_F4 on class IF_ISH_DYNPRO_CONNECTOR has no exception.
Method PROCESS_PAI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | RI_DYNNR | IS-H: Dynpronummer | 20070705 |
Method PROCESS_PAI on class IF_ISH_DYNPRO_CONNECTOR has no exception.
Method PROCESS_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | RI_DYNNR | IS-H: Dynpronummer | 20070705 |
Method PROCESS_PBO on class IF_ISH_DYNPRO_CONNECTOR has no exception.
History
| Last changed by/on | SAP | 20071120 |
| SAP Release Created in |