cancel
Showing results for 
Search instead for 
Did you mean: 

Add custom button for POWL webdynpro component

Former Member
0 Kudos

Hell All

My requirement is to add custom button on POWL webdynpro component FITV_POWL_TRIPS. I have followed most the link of SCN and found below one to be more appropriate http://scn.sap.com/message/14011804.

I have successful add custom button, but not aware where to add code for it. I above link, button is added but not mentioned where to add code or folow of control.

Some one has suggested to write code in Method Handle action of CL_FITV_POWL_FEEDER_TRIPS feeder class. please help to add code in appropriate place.

Thanks

Faiz Khan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Faiz,

Add code in method 'HANDLE_ACTION'.

When you added your custom button you must have added an action id for it.

In method 'HANDLE_ACTION' you need to check the value for importing parameter 'I_ACTIONID'

and then write code for your custom button.

Let me know if you need any help.

Former Member
0 Kudos

Hello Hitesh,

Thanks for your Help. I was able to complete my task.

Answers (0)