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