SAP ABAP Interface /PLMU/IF_FRW_G_ACTION_CNTRL (Action Controller)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_GUIBB (Package) UI Framework: Generic UI Building Blocks
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
Interface /PLMU/IF_FRW_G_ACTION_CNTRL  
Short Description Action Controller    
General Data
Package /PLMU/UI_FRW_GUIBB   UI Framework: Generic UI Building Blocks 
Created 20120502   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface /PLMU/IF_FRW_G_ACTION_CNTRL has no forward declaration.
Interfaces
Interface /PLMU/IF_FRW_G_ACTION_CNTRL has no interface.
Friends
Interface /PLMU/IF_FRW_G_ACTION_CNTRL has no friend.
Attributes
Interface /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
Interface /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 Interface /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 Interface /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 Interface /PLMU/IF_FRW_G_ACTION_CNTRL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in