‎2015 Jan 30 11:29 AM
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.
‎2015 Jan 30 12:42 PM
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