SAP ABAP Class /PLMU/IF_FRW_G_ACTION_CNTRL (Action Controller)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/CL_FRW_G_ACTION_CNTRL Action Controller 20120502
Properties
Class /PLMU/IF_FRW_G_ACTION_CNTRL  
Short Description Action Controller    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120502   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /PLMU/IF_FRW_G_ACTION_CNTRL has no forward declaration.
Interfaces
Class /PLMU/IF_FRW_G_ACTION_CNTRL has no interface implemented.
Friends
Class /PLMU/IF_FRW_G_ACTION_CNTRL has no friend class.
Attributes
Class /PLMU/IF_FRW_G_ACTION_CNTRL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ROW_ACTION_PROPERTIES Instance method Public Method 20120516
2 SETUP_ACTION Instance method Public Method 20120608
3 SET_ROW_ACTION_PROPERTIES Instance method Public Method 20120516
Events
Class /PLMU/IF_FRW_G_ACTION_CNTRL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_ACTION_PROPERTY Public See coding 20120911 BEGIN OF gty_s_action_property, action_id TYPE fpm_event_id, index TYPE int4, option TYPE /plmb/spi_operation_property, END OF gty_s_action_property
2 GTY_T_ACTION_PROPERTY Public See coding 20120502 gty_t_action_property TYPE SORTED TABLE OF gty_s_action_property WITH UNIQUE KEY action_id index
3 GTY_T_FPM_EVENT_ID Public See coding 20120531 gty_t_fpm_event_id TYPE STANDARD TABLE OF fpm_event_id WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method GET_ROW_ACTION_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROPERTY Call by reference Type reference (TYPE) GTY_T_ACTION_PROPERTY Action Properties 20120516
2 Importing IT_ACTION_ID Call by reference Type reference (TYPE) GTY_T_FPM_EVENT_ID Action IDs 20120531
3 Importing IT_INDEX Call by reference Type reference (TYPE) INT4_TABLE Row Index 20120516

Method GET_ROW_ACTION_PROPERTIES on class /PLMU/IF_FRW_G_ACTION_CNTRL has no exception.

Method SETUP_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FPM_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID Action ID 20120608
2 Importing IV_SUPPORTS_BLANK_ROWS Call by reference Type reference (TYPE) BOOLE_D Does the action also support blank rows? 20120608

Method SETUP_ACTION on class /PLMU/IF_FRW_G_ACTION_CNTRL has no exception.

Method SET_ROW_ACTION_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTY Call by reference Type reference (TYPE) GTY_T_ACTION_PROPERTY Action Properties 20120516

Method SET_ROW_ACTION_PROPERTIES on class /PLMU/IF_FRW_G_ACTION_CNTRL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in