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

screen values from ztable

Former Member
0 Likes
345

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 ??

If anyone can give a comparative reply ,it would be appreciated .

Also , pls guide as to how to go abt it ..

Rewards for helpful answers are sure!!

Regards,

Shweta

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
316

Hi,

You can use the Subroutine USEREXIT_MOVE_FIELD_TO_VBAP in the Include MV45AFZZ to change the Line Items of the Sale Order.

regards,

Mahesh

2 REPLIES 2
Read only

Former Member
0 Likes
316

Hi Shweta,

As you are using a standard Transaction, Customer exit is one of the possible way....

You need to ask Functional guy to find you a Customer exit where you need to implement this thing.

please get beck for further issues.

Regards,

Kunjal

Read only

Former Member
0 Likes
317

Hi,

You can use the Subroutine USEREXIT_MOVE_FIELD_TO_VBAP in the Include MV45AFZZ to change the Line Items of the Sale Order.

regards,

Mahesh