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

Modifications on VA01

stefan_kolev4
Participant
0 Likes
800

Hi Experts,

I've created my own screen in VA01 ( using screen 8459 in SAPMV45A ) with five additional fields.

Theese fields are used for some calculations and the result is returned to the main screen item data in the field Qty. Where I should make changes in order to have same value when start transaction VA02 ?

Some additional information. At the beginning we type in the Qty field value 1.Then we make some calculations and the new value of Qty field is for ex. 5.We do SAVE.When we start VA02 we see the same old value 1.Why ?

Thanks,

Stefan

Hi Experts,

I've created my own screen in VA01 ( using screen 8459 in SAPMV45A ) with five additional fields.

Theese fields are used for some calculations and the result is returned to the main screen item data in the field Qty. Where I should make changes in order to have same value when start transaction VA02 ?

Some additional information. At the beginning we type in the Qty field value 1.Then we make some calculations and the new value of Qty field is for ex. 5.We do SAVE.When we start VA02 we see the same old value 1.Why ?

Thanks,

Stefan

5 REPLIES 5
Read only

former_member222860
Active Contributor
0 Likes
771

Check the tcode: SHD0

Read only

Former Member
0 Likes
771

VA01 and VA02 use the same exit, if the screen works in VA01, VA02 will have the same function.

If the value not save to the db table, the reason maybe the value be recalculated before save. You can calculate it in some other exit just before saving operation.

Read only

Former Member
0 Likes
771

Hi Stefan,

Check the exits USEREXIT_SAVE_DOCUMENT and USEREXIT_SAVE_DOCUMENT_PREPARE in Include MV45AFZZ of program SAPMV45A. Might be usefull for making any changes before saving the document in VA01 or Va02.

Amar

Read only

stefan_kolev4
Participant
0 Likes
771

solved

Read only

0 Likes
771

pls. share with us.

thanq