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

Transaction

Former Member
0 Likes
568

In the first screen of VL01 I changed the date of the delivery and created a delivery..Now when I come back to the screen again to create a delivery it doesnt show the sy-datlo but it show up to the date that I have changed last.. I dont understand the problem..Do anyone know what the reason is?

Thanks

Vicky

3 REPLIES 3
Read only

Former Member
0 Likes
525

There is a parameter id attached to the data element of the date field used: 'LEDAT'.It picks the last entered value.

Regards,

ravi

Read only

0 Likes
525

Thanks For the reply.. I know that there is a parameter Id attached to the data element of the field LEDAT..So how do we make this to the present date when I run the transaction again..

Thanks

Vicky

Read only

0 Likes
525

Is it not input enabled?

YOu have to give it manually only i guess.

Is it that it should be always the current date?

In such cases you may have to code for making the date = sy-datum in a user exit.

Regards,

Ravi