SAP ABAP Class /MRSS/CL_RCCF_ADMIN_SALV_EVENT (Ereignisklasse für die RCCF ALV-Verschalung)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/RCCF_ADMIN (Package) RCCF Admin
Properties
Class /MRSS/CL_RCCF_ADMIN_SALV_EVENT  
Short Description Ereignisklasse für die RCCF ALV-Verschalung    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/RCCF_ADMIN   RCCF Admin 
Created 20071102   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no forward declaration.
Interfaces
Class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no interface implemented.
Friends
Class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no friend class.
Attributes
Class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20071102
2 ON_AFTER_USER_COMMAND Instance method Private Event handling method Ereignisbehandler 20071102
3 ON_BEFORE_USER_COMMAND Instance method Private Event handling method Ereignisbehandler 20071102
4 ON_BUTTON_CLICK Instance method Private Event handling method Ereignisbehandler 20071102
5 ON_DOUBLE_CLICK Instance method Private Event handling method Ereignisbehandler 20071102
6 ON_HOTSPOT_CLICK Instance method Private Event handling method Ereignisbehandler 20071102
7 ON_USER_COMMAND Instance method Private Event handling method Ereignisbehandler 20071102
8 RAISE_ADDED_FUNCTION Instance method Public Method Event extern auslösen 20071102
Events
# Event Type Visibility Description Created on
1 ADDED_FUNCTION Instance Event
(0)
Public
(2)
Kontrolle nach Ausführung einer selbstdefinierten Funktion 20071102
2 AFTER_SALV_FUNCTION Instance Event
(0)
Public
(2)
Kontrolle nach Ausführung einer generischen ALV-Funktion 20071102
3 BEFORE_SALV_FUNCTION Instance Event
(0)
Public
(2)
Kontrolle vor Ausführung einer generischen ALV-Funktion 20071102
4 DOUBLE_CLICK Instance Event
(0)
Public
(2)
Kontrolle nach Doppelklick 20071102
5 LINK_CLICK Instance Event
(0)
Public
(2)
Kontrolle nach Einfachklick auf Hotspot oder Button 20071102
Types
Class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ALV Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20071102

Method CONSTRUCTOR on class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no exception.

Method ON_AFTER_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_NOT_PROCESSED Call by reference Attribute reference (LIKE) 20071102
2 Importing E_SAVED Call by reference Attribute reference (LIKE) 20071102
3 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20071102

Method ON_AFTER_USER_COMMAND on class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no exception.

Method ON_BEFORE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20071102

Method ON_BEFORE_USER_COMMAND on class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no exception.

Method ON_BUTTON_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_COL_ID Call by reference Attribute reference (LIKE) 20071102
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20071102

Method ON_BUTTON_CLICK on class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no exception.

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20071102
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20071102
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20071102

Method ON_DOUBLE_CLICK on class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no exception.

Method ON_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20071102
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20071102
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20071102

Method ON_HOTSPOT_CLICK on class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no exception.

Method ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20071102

Method ON_USER_COMMAND on class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no exception.

Method RAISE_ADDED_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UCOMM Call by reference Type reference (TYPE) SYUCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20071102

Method RAISE_ADDED_FUNCTION on class /MRSS/CL_RCCF_ADMIN_SALV_EVENT has no exception.
Event Signatures

Event ADDED_FUNCTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_SALV_FUNCTION Exporting Value transfer Type reference (TYPE) SYUCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20071102

Event AFTER_SALV_FUNCTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_SALV_FUNCTION Exporting Value transfer Type reference (TYPE) SYUCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20071102

Event BEFORE_SALV_FUNCTION Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_SALV_FUNCTION Exporting Value transfer Type reference (TYPE) SYUCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20071102

Event DOUBLE_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 COLUMN Exporting Value transfer Type reference (TYPE) LVC_FNAME char255 20071102
2 ROW Exporting Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20071102

Event LINK_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 COLUMN Exporting Value transfer Type reference (TYPE) LVC_FNAME char255 20071102
2 ROW Exporting Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20071102
History
Last changed by/on SAP  20141109 
SAP Release Created in 610