‎2006 Sep 20 8:38 PM
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
‎2006 Sep 20 8:49 PM
There is a parameter id attached to the data element of the date field used: 'LEDAT'.It picks the last entered value.
Regards,
ravi
‎2006 Sep 20 8:53 PM
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
‎2006 Sep 20 8:58 PM
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