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

user exit in VA01 for create with reference screen.

Former Member
0 Likes
2,256

Hi all,

I need to make some customization in VA01 transaction.

Here when we execute VA01 when we enter order type ,click on "create  with reference " button and one pop up screen comes .

There are 6 tabs in this screen (Inquiry, Quotation , Order, Contract , SchedAgree, BillDoc), based on order type we can show either one tab from these 6 or all in SPRO setting .

Here i want to show "Inquiry" as well as "Quotation" for one particular Order type say XYZ.

When i enter Order Type and press Enter the Create with reference window should appear with these two tabs.

I checked with our SD consultant , he said this can be achieve by using user exit.

Guys please help me out.

Hi all,

I need to make some customization in VA01 transaction.

Here when we execute VA01 when we enter order type ,click on "create  with reference " button and one pop up screen comes .

There are 6 tabs in this screen (Inquiry, Quotation , Order, Contract , SchedAgree, BillDoc), based on order type we can show either one tab from these 6 or all in SPRO setting .

Here i want to show "Inquiry" as well as "Quotation" for one particular Order type say XYZ.

When i enter Order Type and press Enter the Create with reference window should appear with these two tabs.

I checked with our SD consultant , he said this can be achieve by using user exit.

Guys please help me out.

2 REPLIES 2
Read only

gouravkumar64
Active Contributor
0 Likes
1,048

Hi,

Some things ,I am telling  u,may be helpful.

After got the user exit & Proper block/PBO.

Write logic as,

loop at screen.

if order = ''ur order name" and ( screen-name = quotation or screen-name = inquiry).

screen-invisible = 0.

modify screen.

endif.

endloop.

Hope U will get ur USER EXIT name from

this path SMOD>F4>PACKAGE NAME (VA )>ENTER.

Or some other place.

All the best.

Thanks

Gourav.

Read only

0 Likes
1,048

Hi,

  you can use user exit MV45AFZZ .

regards,

zafar