‎2006 Nov 15 7:23 AM
Hi all,
i have a screen field of type date (it is a custom field on VA02) transaction ,
now when i click F4(input help) on the that field , then i get the Calendar getting blank ( only screen is appearing no values filled in it).
what could be the problem, before that i am playing with some of the screen fields
Thanks in Advance
Kishore Kumar Yerra.
‎2006 Nov 15 7:25 AM
use variable .
<b>date like sy-datum.</b> instead of type date
null
‎2006 Nov 15 7:29 AM
Hi ,
i cannot do this because it's existing code and it is in one of the include of VA02 ,
but how does it effect.
Thanks In Advance,
Kishore Kumar Yerra.
‎2006 Nov 15 10:50 AM
Hi,
What is the data type you have declared while placing this custom field in VA02. Try setting it as a date field.
‎2006 Nov 16 5:42 AM
Hi,
Declare in the include with customizing
date like sy-datum.
Hope it would solve the purpose..
regards
manish
‎2006 Nov 16 5:58 AM
Hi Kishore
As per my understanding, there is a custom field for date in Sales Order screen and it doesnt display you the dates on F4 Help.
As this is a custom field, please check the data type included for the same in Sales Order Tables: VBAK, VBAP...
Please check if the field is decalred with Built-In Datatype or with reference to a data element.
If itz with Built-In data type, please make sure that it is of type <b>DATS</b>.
If itz reference with a dataelement, try by changing to a different dataelement.
Kind Regards
Eswar
‎2006 Nov 16 8:51 AM
Hi ,
as you said it is a custom field on the sales order screen , but the F4 help is working for some(input selection) and it is not working for some others.
now that the code is so vast and highly customised changing the declaration of the field will affect in many places.
Regards,
Kishore Kumar Yerra.
‎2006 Nov 16 8:56 AM
Hi Kishore
Maybe you can do a where-used list checking of the custom field in program SAPMV45A which might lead to some clues incase of any special handling.
Kind Regards
Eswar