2009 Mar 18 8:42 AM
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
2009 Mar 18 8:48 AM
2009 Mar 18 8:54 AM
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.
2009 Mar 18 9:03 AM
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
2009 Apr 05 5:57 AM
2009 Apr 05 6:05 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |