Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8392

How to display additional button in POWL

$
0
0

How to display additional button in POWL

 

METHOD if_powl_feeder~get_actions.

 

   CLEAR c_action_defs[].

   DATA ls_action_defs LIKE LINE OF c_action_defs.

   ls_action_defs-actionid         = 'DEL'.

   ls_action_defs-cardinality      = 'S'.

   ls_action_defs-placement        = 'B'.

   ls_action_defs-enabled          = 'X'.

   ls_action_Defs-PLACEMENTINDX    3.

*ls_action_Defs-IMAGESOURCE      =

   ls_action_defs-text             = 'Delete'.

*ls_action_Defs-TOOLTIP          =

   ls_action_defs-add_separator    = 'X'.

*ls_action_Defs-ACT_CHOICES      =

   INSERT ls_action_defs INTO TABLE c_action_defs.

 

It's now displaying the button on Screen...


Viewing all articles
Browse latest Browse all 8392

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>