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

Help needed with modification in XK01

Former Member
0 Likes
716

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.

4 REPLIES 4
Read only

Former Member
0 Likes
674

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

Read only

0 Likes
674

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.

Read only

Former Member
0 Likes
674

Hello experts,

Could you just suggest me atleast the various pssibilities to solve the issue.

Read only

Former Member
0 Likes
674

Hi Experts, do you have any idea about the above query?