cancel
Showing results for 
Search instead for 
Did you mean: 

FITV_POWL_TRIPS : Add a button in one of the tabs

Former Member
0 Kudos

Hi Friends,

I have a requirement where i need to add a "Delete" button under one of the tabs in POWL for WD :FITV_POWL_TRIPS

I looked into the component a enhancement is already created which uses class cl_fitv_powl_feeder_trips and method GET_ACTIONS to add buttons in other 2 tabs of the component.

I put break point in the method and it stops for the other 2 tabs but doesnt stops for the third tab where i need to add a button.

i checked all the methods of CL_FITV_POWL_FEEDER_TRIPS put a BP there but for 3rd tab it doesnt stops.

My query is how can i add a button under that tab. Actually data is displayed in a Table UI element. We need to delete lines from that table based on delete button which i have to add.

Since there is already one button in one of the tabs. The same button should be used in the 3rd tab or a new button should be created?

I am new to POWL and need experts help here.

Bhanu

Edited by: Bhanu Malik on Jan 13, 2012 10:25 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

You should create new class for this powl. Then, you can catch your delete button click action. You can find all from transaction

FPB_MAINTAIN_HIER or links below :

http://help.sap.com/saphelp_erp2005/helpdata/en/44/36ca0563df660ee10000000a1553f6/frameset.htm http://help.sap.com/saphelp_erp2005/helpdata/en/44/36ca0563df660ee10000000a1553f6/frameset.htm "

Former Member
0 Kudos

HI,

Thanks for your reply and i was able to find a standarad feeeder class which popultaes data in this tab.

I have also figured out how can i add buttton on the tab.

Now i wanted to know how can i call a pop up on this button.

I know how to trigger a pop up window in WDA but how can i call a pop up in POWL.

Former Member
0 Kudos

Closing this thread and opening a new thread with more specific question.