2013 Jan 03 4:02 AM
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.
2013 Jan 03 4:44 AM
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.
2013 Jan 03 4:48 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |