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

values in screen

Former Member
0 Likes
625

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

4 REPLIES 4
Read only

Former Member
0 Likes
594

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

Read only

0 Likes
594

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

Read only

Former Member
0 Likes
594

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

Read only

0 Likes
594

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