2007 Aug 06 6:11 AM
Hi experts,
I need to show a subscreen containing some additional fields in XK01 when the Purchasing information is being created. The screen appears when user presses a button on the tool bar. this button needs to appear only when the purchasing information is being displayed. but I'm getting this button in every screen, which is not required. The button comes from the standard GUI status of the transaction. Please help me out it's urgent.
Points will be rewarded.
Hi experts,
I need to show a subscreen containing some additional fields in XK01 when the Purchasing information is being created. The screen appears when user presses a button on the tool bar. this button needs to appear only when the purchasing information is being displayed. but I'm getting this button in every screen, which is not required. The button comes from the standard GUI status of the transaction. Please help me out it's urgent.
Points will be rewarded.
2007 Aug 06 6:13 AM
Hi,
check this BADI VENDOR_ADD_DATA_CS in Se18.
Hi,
Go to SE19 and give some name that start with Z/Y
then click on create, it will ask the definition name provide the definition name, then it will create the methods every thing.
you just go to methods and add the code,
for reference just check the sample implementation CL_EX_VENDOR_ADD_DATA_CS in se24.
please see thos calss how they implemented all the methods..
Regards
2007 Aug 06 6:38 AM
Hi Kiran,
I've implemented the BADI and checked with all the methods.I'm using this implementation only to create the subscreen in the transaction. But the thing is I need to hide the button that shows this screen when the standard screen is not showing the Purchasing information of the vendor. I thought I could do this by using t6he SUPPRESS_TAXI_TABSTRIPS, but i think it's only to hide the tab pages completely based on the importing parameters listed in that method. I need to hide the button itself.
2007 Aug 06 11:02 AM
Hello experts,
Could you just suggest me atleast the various pssibilities to solve the issue.
2007 Aug 07 6:27 AM