SAP ABAP Class IF_RSR_MDX_UI_OBJECT (MDX: Dialog: UI Object)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_RSR_MDX_UI_FINALIZABLE | MDX: Dialog: Destructor and Clean-Up Tasks | 20090406 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_MDX_UI_COMP_BASE | MDX: Dialog: Base Class for Dialog Components | 20090406 |
Properties
| Class | IF_RSR_MDX_UI_OBJECT | |
| Short Description | MDX: Dialog: UI Object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090406 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_RSR_MDX_UI_OBJECT has no forward declaration.
Interfaces
Class IF_RSR_MDX_UI_OBJECT has no interface implemented.
Friends
Class IF_RSR_MDX_UI_OBJECT has no friend class.
Attributes
Class IF_RSR_MDX_UI_OBJECT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Closes Dialog and Dynpro | 20090406 | |
| 2 | Instance method | Public | Method | Executes PAI Processing | 20090406 | |
| 3 | Instance method | Public | Method | Executes PBO Processing | 20090406 | |
| 4 | Instance method | Public | Method | 20090406 | ||
| 5 | Instance method | Public | Method | Returns Dynpro Name | 20090406 | |
| 6 | Instance method | Public | Method | Returns the Name of the Dialog/Application | 20090406 | |
| 7 | Instance method | Public | Method | Returns Coordinates for Modal Dialog Box | 20090406 | |
| 8 | Instance method | Public | Method | Returns Status | 20090406 | |
| 9 | Instance method | Public | Method | Returns Title | 20090406 | |
| 10 | Instance method | Public | Method | Is this a modal dialog box? | 20090406 | |
| 11 | Instance method | Public | Method | Starts Dialog and Displays Dynpro | 20090406 | |
| 12 | Instance method | Public | Method | Sets Dynpro Properties | 20090406 | |
| 13 | Instance method | Public | Method | Input Help for Specified Field | 20090406 |
Events
Class IF_RSR_MDX_UI_OBJECT has no event.
Types
Class IF_RSR_MDX_UI_OBJECT has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class IF_RSR_MDX_UI_OBJECT has no parameter.
Method CLOSE on class IF_RSR_MDX_UI_OBJECT has no exception.
Method DO_PAI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMMAND | Call by reference | Type reference (TYPE) | SYUCOMM | Funktionscode, der PAI ausgelöst hat | 20090406 | |||
| 2 | I_S_UI | Call by reference | Type reference (TYPE) | ANY | Dialogstruktur | 20090406 |
Method DO_PAI on class IF_RSR_MDX_UI_OBJECT has no exception.
Method DO_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_UI | Call by reference | Type reference (TYPE) | ANY | Dialog-Struktur | 20090406 | |||
| 2 | I_DYNPRO | Call by reference | Type reference (TYPE) | SCRFDYNNR | Dynpronummer | 20090406 |
Method DO_PBO on class IF_RSR_MDX_UI_OBJECT has no exception.
Method FINALIZE Signature
Method FINALIZE on class IF_RSR_MDX_UI_OBJECT has no parameter.
Method FINALIZE on class IF_RSR_MDX_UI_OBJECT has no exception.
Method GET_DYNPRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DYNPRO | Value transfer | Type reference (TYPE) | SCRFDYNNR | Dynpronummer | 20090406 |
Method GET_DYNPRO on class IF_RSR_MDX_UI_OBJECT has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | RSTXTLG | Name der Dialog / Anwendung | 20090406 |
Method GET_NAME on class IF_RSR_MDX_UI_OBJECT has no exception.
Method GET_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_XPOSITION | Call by reference | Type reference (TYPE) | I | X-Koordinate | 20090406 | |||
| 2 | E_YPOSITION | Call by reference | Type reference (TYPE) | I | Y-Koordinate | 20090406 |
Method GET_POSITION on class IF_RSR_MDX_UI_OBJECT has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PROGRAM | Call by reference | Type reference (TYPE) | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | 20090406 | |||
| 2 | E_STATUS | Value transfer | Type reference (TYPE) | SYPFKEY | Name des Status | 20090406 | |||
| 3 | E_T_EXCLUDING | Call by reference | Type reference (TYPE) | RSB_T_UCOMM | Tabelle mit OK-Codes | 20090406 |
Method GET_STATUS on class IF_RSR_MDX_UI_OBJECT has no exception.
Method GET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TITLE | Value transfer | Type reference (TYPE) | STRING | Titel | 20090406 |
Method GET_TITLE on class IF_RSR_MDX_UI_OBJECT has no exception.
Method IS_MODAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20090406 |
Method IS_MODAL on class IF_RSR_MDX_UI_OBJECT has no exception.
Method OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CANCEL | Value transfer | Type reference (TYPE) | RS_BOOL | Der Dialog wurde abgebrochen | 20090406 |
Method OPEN on class IF_RSR_MDX_UI_OBJECT has no exception.
Method SET_SCREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_SCREEN | Call by reference | Type reference (TYPE) | SCREEN | Strukturbeschreibung für System-Datenobjekt SCREEN | 20090406 | |||
| 2 | I_S_UI | Call by reference | Type reference (TYPE) | ANY | Dialogstruktur | 20090406 |
Method SET_SCREEN on class IF_RSR_MDX_UI_OBJECT has no exception.
Method VALUE_HELP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FIELD | Call by reference | Type reference (TYPE) | STRING | Name des Feldes | 20090406 | |||
| 2 | I_PATTERN | Call by reference | Type reference (TYPE) | DYNFIELDVALUE | Suchmuster | 20090406 | |||
| 3 | R_VALUE | Value transfer | Type reference (TYPE) | STRING | Ausgewählter Wert | 20090406 |
Method VALUE_HELP on class IF_RSR_MDX_UI_OBJECT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |