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

debug va01

jasmeetmanik
Participant
0 Likes
1,020

Hi Gurus,

I want to debug VA01 and put a break point when Req. deliv.date chnages. Currently wehn i use VA01 transaction to create order the delivery date is picked with the current date, but as soon as i enter ther customer number the requested delivery date chnages.

I am not able to understand what chnages the requested delivery date. I have already checked customer master and dont see any unloading times. So i think its some exit which chnages the delivery date.

Any help is welcomed thanks in advance.

Cheers

Jasmeet

5 REPLIES 5
Read only

Former Member
0 Likes
871

Hi,

Check user exit "MV45AFZZ", form-routine : USEREXIT_MOVE_FIELD_TO_VBAK.

Regards

Vinod

Read only

jasmeetmanik
Participant
0 Likes
871

thanks for the rpely, but i checked the routine and cant see anything with the RV45A-KETDAT. Any other way or better guding me the steps of debugging to see the chnage on delivery date impacted from

Read only

0 Likes
871

Hi,

Check any code is written to update VBAK-VDATU or XVBAK-VDATU in the user exits "MV45AFZZ" or "MV45AFZB".

Regards

Vinod

Read only

jasmeetmanik
Participant
0 Likes
871

thanks vinod i am completly new to ABAP and have very less knowledge on this...Ur answer helped me to trace the table it was picking from. Thanks for that.

Another thing , i need to understand the basics of technical bit abap and user exits and all... is there anything you recommend. thanks