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 CM_FORM_NAME Instance attribute Private Type reference (TYPE) PROGRAM Form name 19981209
2 CM_FORM_PROG Instance attribute Private Type reference (TYPE) PROGRAM Form program 19981209
3 CM_STATIC_NAME Instance attribute Private Type reference (TYPE) CUA_STATUS Status name 19981209
4 CM_STATIC_PROG Instance attribute Private Type reference (TYPE) PROGRAM Status program 19981209
5 CONTROL_NAME Instance attribute Private Type reference (TYPE) DYNFNAM Control 20030731
6 DYNPRO_NAME Instance attribute Private Type reference (TYPE) PROGRAM Screen 19981209
7 DYNPRO_NR Instance attribute Private Type reference (TYPE) I Screen 19981209
8 E_SOURCE Instance attribute Private Type reference (TYPE) I Event source 20030804
9 E_TYPE Instance attribute Private Type reference (TYPE) I Event type 20030804
10 OK_CODE Instance attribute Private Type reference (TYPE) DYNPRO_OKCODE OK Code 20030801
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19981209
2 GET_COMMAND Static method Public Method Content OK Code 20030801
3 GET_CONTROL Static method Public Method Name of control on which the event was triggered 20030731
4 GET_CTMENU_FORM Instance method Public Method Information on the FORM routine 19981209
5 GET_CTMENU_STATIC Instance method Public Method Status information 19981209
6 GET_DYNPRO Static method Public Method Name of the screen on which the event was triggered 19981209
7 INIT Instance method Private Method Initialize instance attributes 19981210
8 IS_EVENT_DYNPRO Static method Public Method Current screen of the event screen 19981209
9 IS_SOURCE_CUSTOMCONTROL Static method Public Method Is the source a CustomControl 20030801
10 IS_SOURCE_FIELD Static method Public Method Is the source a field? 20030801
11 IS_SOURCE_OTHERS Static method Public Method Is the source a menu/toolbar, an OK code input, etc.. 20030801
12 IS_TYPE_COMMAND Static method Public Method Event Type OK Code 20030801
13 IS_TYPE_CTMENU Instance method Public Method Menu event context 19981209
14 IS_TYPE_CTMENU_FORM Instance method Public Method Menu event context with FORM routine 19981210
15 IS_TYPE_CTMENU_STATIC Instance method Public Method Menu event context with program and status 19981210
16 IS_TYPE_RESIZE Static method Public Method Event Type Resize of SAPGUI Window 20030801
17 IS_TYPE_SCROLL Static method Public Method Event Type Scrolling 20030801
18 IS_TYPE_VALID Static method Public Method Valid event 19981209
19 LOAD 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 Exporting 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 Exporting 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 Exporting NAME Call by reference Type reference (TYPE) PROGRAM dd 19981209
2 Exporting 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 Exporting PROG Call by reference Type reference (TYPE) PROGRAM dd 19981209
2 Exporting 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 Exporting NAME Call by reference Type reference (TYPE) PROGRAM dynpro name 19981209
2 Exporting 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Exporting 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 Exporting 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 Exporting 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 Returning 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 Returning 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 Returning 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