Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Pushbutton on Application toolbar in tcode iw21

Former Member
0 Likes
489

Hi All,

I have came across one business requirement in which what i have to do is, i have to give one pushbutton on application toolbar in Tcode iw21, iw22.

By clicking on pushbutton one more notification will get create with the reference of existing notification.

But i got stuck as i am not getting any idea how to create pushbutton on standard application toolbar and once i find it where to write the code for the same...

So requesting you to help me for get a conclusion of this problem that how should i proceed, as i am not finding any exit for the same

Thanks in advance ..

Regards,

Deepak kansla.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
421

Did you look for Customer-exit/BAdI available in the transaction, (e.g. looking in SE18 or SMOD thru package name or thru debug)

If none found, then you may rely on implicit enhancement points (e.g. one after standard SET PF-STATUS in PBO to replace standard toolbar with your enhanced one, and another in the PAI to manage the new function code)

Regards,

Raymond