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

Delivery dates displaying wrong dates for route in va01 t-code

Former Member
0 Likes
592

Hi,

Please help me to solve this issue. In va01 t-code while creating sales order by route value, the delivery date and the availability date fields are displaying wrong values. I debugged va01 t-code but could not able to find the fields. Please help me to find which user exit does have this functionality?

Hi,

Please help me to solve this issue. In va01 t-code while creating sales order by route value, the delivery date and the availability date fields are displaying wrong values. I debugged va01 t-code but could not able to find the fields. Please help me to find which user exit does have this functionality?

2 REPLIES 2
Read only

former_member282968
Contributor
0 Likes
499

Hi Chandra Deepika,

1.Execute the t-code VA01 in SE30 and after your transaction is complete come back and go for analyse.

2.Hit on F5 ( Hit list ) which will list out all the development objects called during the transaction.

3.Now you can search the customer exit from the list.Use keyword 'EXIT' in the search button which will give you the list of EXITs called during VA01 execution.

3.You can also check the develpment class of VA01 from the VA01 program name.The Dev class is VA.If you search in SMOD by giving the dev class it will list al the Exits available for the Package. From that you can check each one to find out where it is implemented.

With regards,

Read only

former_member213851
Active Contributor
0 Likes
499

Hi Deepika,

Please check if in any code changes regarding Delivery Date are made in the mv45afzz user exit recently.you can check this with the help of  Version management option.

Regards,

Sachin