Skip to Content
0
Former Member
Jan 16, 2012 at 05:30 AM

Add a pop up in POWL:FITV_POWL_TRIPS

180 Views

Hi Experts,

My requirement is to add a "Delete" button under the "Credit Card Import" tab of the WD Component

FITV_POWL_TRIPS.

I was able to find a feeder class CL_FITV_POWL_FEEDER_TRIP_CCC and can create a button by enhancing the class.

What i am going to do is

1.Create button in get_actions method

2.Handle the action in handle_action method.

On Action of delete button i need to show a pop up window and that is what i am looking for, how can i call a popup window here on POWL?

Bhanu