‎2007 Mar 20 6:49 AM
Dear Gurus,
I have to populate the quantity field in va01 (Sales Order) from a ztable field after the user keys in the sold to party .
What are the possible ways to do this? customer-exit ? transaction variant using GUiXT or any other way? Call transaction with internal table ??
Also , pls guide as to how to go abt it ..
Rewards for helpful answers are sure!!
Regards,
Shweta
‎2007 Mar 20 6:59 AM
Hi Shweta,
To populate any fields in VA01 (sales order) then just use call transaction and populate it using an internal table. Take the values into the internal table and then pass the internal table to the call transaction, the it will get populated.
I think you have cleared your doubt.
dont forget to offer points for the replies.
Thanks and regards
Vipin Das V
‎2007 Mar 20 7:24 AM
Dear Vipin,
Pls key in some code for setting values using internal table ...i think this needs BDC which gets cumbersome with changing user requirements.
Regards,
shweta
‎2007 Mar 20 7:12 AM
Hai
Plz use user exit
SDVAX001 EXIT_SAPMV45A_001
V45A0002 EXIT_SAPMV45A_002
V45A0003 EXIT_SAPMV45A_003
V45A0003 EXIT_SAPMV45A_004
V45A0004 EXIT_SAPMV45A_005
**Please reward suitable points***
With Regards
Navin Khedikar
‎2007 Mar 20 7:21 AM
Dear Navin,
I would like to know if the same can be accomplished using GuixT scripts in transaction variants. We can populate with default values like 12345 but is it possible with values fetched thru select statemnt or something in GUIXT scripts.
Warm Regards,
Shweta