2007 Jun 14 10:07 AM
Hi,
My requirement is to add a push button in the PF status of the second screen of transaction WCTL.
I have searched for user exits , badi, enhancement points and none of them are there for this transaction.
When i try to copy the program, and modify the Z program,its getting activated but when i run the custom transaction, its throwing number of errors.
Any pointers about adding the push button to this transaction would be helpful.
Thanks,
Avanish Joshi
Hi,
My requirement is to add a push button in the PF status of the second screen of transaction WCTL.
I have searched for user exits , badi, enhancement points and none of them are there for this transaction.
When i try to copy the program, and modify the Z program,its getting activated but when i run the custom transaction, its throwing number of errors.
Any pointers about adding the push button to this transaction would be helpful.
Thanks,
Avanish Joshi
2007 Jun 14 10:10 AM
Hi,
declare a pf-status in your program like this pf-status 's001'. double click on the s001. it wil create a pf-status. in the application toolbar option u can cretae a push button
In the item 1-7 colum enter the name for push button and press enter
Regards
2009 Aug 13 12:32 PM
I have created a PF status in another Z program and called this from the enhancement point of the standard program.
Thanks.