SAP ABAP Class CL_DYNPRO_EVENT (Event description)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA (Application Component) ABAP Runtime Environment
⤷
SBAC (Package) Kernel Objects
⤷
⤷
Properties
| Class | CL_DYNPRO_EVENT | |
| Short Description | Event description | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SBAC | Kernel Objects |
| Created | 19981023 | SAP |
| Last change | 20000630 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DYNPRO_EVENT has no forward declaration.
Interfaces
Class CL_DYNPRO_EVENT has no interface implemented.
Friends
Class CL_DYNPRO_EVENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | PROGRAM | Form name | 19981209 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | PROGRAM | Form program | 19981209 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CUA_STATUS | Status name | 19981209 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | PROGRAM | Status program | 19981209 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | DYNFNAM | Control | 20030731 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | PROGRAM | Screen | 19981209 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | Screen | 19981209 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | I | Event source | 20030804 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | I | Event type | 20030804 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | DYNPRO_OKCODE | OK Code | 20030801 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 19981209 | |
| 2 | Static method | Public | Method | Content OK Code | 20030801 | |
| 3 | Static method | Public | Method | Name of control on which the event was triggered | 20030731 | |
| 4 | Instance method | Public | Method | Information on the FORM routine | 19981209 | |
| 5 | Instance method | Public | Method | Status information | 19981209 | |
| 6 | Static method | Public | Method | Name of the screen on which the event was triggered | 19981209 | |
| 7 | Instance method | Private | Method | Initialize instance attributes | 19981210 | |
| 8 | Static method | Public | Method | Current screen of the event screen | 19981209 | |
| 9 | Static method | Public | Method | Is the source a CustomControl | 20030801 | |
| 10 | Static method | Public | Method | Is the source a field? | 20030801 | |
| 11 | Static method | Public | Method | Is the source a menu/toolbar, an OK code input, etc.. | 20030801 | |
| 12 | Static method | Public | Method | Event Type OK Code | 20030801 | |
| 13 | Instance method | Public | Method | Menu event context | 19981209 | |
| 14 | Instance method | Public | Method | Menu event context with FORM routine | 19981210 | |
| 15 | Instance method | Public | Method | Menu event context with program and status | 19981210 | |
| 16 | Static method | Public | Method | Event Type Resize of SAPGUI Window | 20030801 | |
| 17 | Static method | Public | Method | Event Type Scrolling | 20030801 | |
| 18 | Static method | Public | Method | Valid event | 19981209 | |
| 19 | Instance method | Private | Method | Load event data | 19981023 |
Events
Class CL_DYNPRO_EVENT has no event.
Types
Class CL_DYNPRO_EVENT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DYNPRO_EVENT has no parameter.
Method CONSTRUCTOR on class CL_DYNPRO_EVENT has no exception.
Method GET_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OKCODE | Call by reference | Type reference (TYPE) | DYNPRO_OKCODE | 20030801 |
Method GET_COMMAND on class CL_DYNPRO_EVENT has no exception.
Method GET_CONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | DYNFNAM | 20030731 |
Method GET_CONTROL on class CL_DYNPRO_EVENT has no exception.
Method GET_CTMENU_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | PROGRAM | dd | 19981209 | |||
| 2 | PROG | Call by reference | Type reference (TYPE) | PROGRAM | dd | 19981209 |
Method GET_CTMENU_FORM on class CL_DYNPRO_EVENT has no exception.
Method GET_CTMENU_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROG | Call by reference | Type reference (TYPE) | PROGRAM | dd | 19981209 | |||
| 2 | STATUS | Call by reference | Type reference (TYPE) | CUA_STATUS | dd | 19981209 |
Method GET_CTMENU_STATIC on class CL_DYNPRO_EVENT has no exception.
Method GET_DYNPRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | PROGRAM | dynpro name | 19981209 | |||
| 2 | NR | Call by reference | Type reference (TYPE) | I | dynpro nr | 19981209 |
Method GET_DYNPRO on class CL_DYNPRO_EVENT has no exception.
Method INIT Signature
Method INIT on class CL_DYNPRO_EVENT has no parameter.
Method INIT on class CL_DYNPRO_EVENT has no exception.
Method IS_EVENT_DYNPRO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Value transfer | Type reference (TYPE) | I | boolsch 0/1 FALSE/TRUE | 19981209 |
Method IS_EVENT_DYNPRO on class CL_DYNPRO_EVENT has no exception.
Method IS_SOURCE_CUSTOMCONTROL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Value transfer | Type reference (TYPE) | I | boolsch | 20030801 |
Method IS_SOURCE_CUSTOMCONTROL on class CL_DYNPRO_EVENT has no exception.
Method IS_SOURCE_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Value transfer | Type reference (TYPE) | I | boolsch | 20030801 |
Method IS_SOURCE_FIELD on class CL_DYNPRO_EVENT has no exception.
Method IS_SOURCE_OTHERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Value transfer | Type reference (TYPE) | I | 20030801 |
Method IS_SOURCE_OTHERS on class CL_DYNPRO_EVENT has no exception.
Method IS_TYPE_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Value transfer | Type reference (TYPE) | I | 20030801 |
Method IS_TYPE_COMMAND on class CL_DYNPRO_EVENT has no exception.
Method IS_TYPE_CTMENU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Call by reference | Type reference (TYPE) | I | Typabfrage erfüllt | 19981209 |
Method IS_TYPE_CTMENU on class CL_DYNPRO_EVENT has no exception.
Method IS_TYPE_CTMENU_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Call by reference | Type reference (TYPE) | I | dd | 19981210 |
Method IS_TYPE_CTMENU_FORM on class CL_DYNPRO_EVENT has no exception.
Method IS_TYPE_CTMENU_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Call by reference | Type reference (TYPE) | I | dd | 19981210 |
Method IS_TYPE_CTMENU_STATIC on class CL_DYNPRO_EVENT has no exception.
Method IS_TYPE_RESIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Value transfer | Type reference (TYPE) | I | 20030801 |
Method IS_TYPE_RESIZE on class CL_DYNPRO_EVENT has no exception.
Method IS_TYPE_SCROLL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Value transfer | Type reference (TYPE) | I | 20030801 |
Method IS_TYPE_SCROLL on class CL_DYNPRO_EVENT has no exception.
Method IS_TYPE_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R | Value transfer | Type reference (TYPE) | I | Typabfrage erfüllt | 19981209 |
Method IS_TYPE_VALID on class CL_DYNPRO_EVENT has no exception.
Method LOAD Signature
Method LOAD on class CL_DYNPRO_EVENT has no parameter.
Method LOAD on class CL_DYNPRO_EVENT has no exception.
History
| Last changed by/on | SAP | 20000630 |
| SAP Release Created in |