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

Screen getting disabled

Former Member
0 Likes
729

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.

7 REPLIES 7
Read only

Former Member
0 Likes
692

use variable .

<b>date like sy-datum.</b> instead of type date

null

Read only

0 Likes
692

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.

Read only

former_member283648
Participant
0 Likes
692

Hi,

What is the data type you have declared while placing this custom field in VA02. Try setting it as a date field.

Read only

Former Member
0 Likes
692

Hi,

Declare in the include with customizing

date like sy-datum.

Hope it would solve the purpose..

regards

manish

Read only

Former Member
0 Likes
692

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

Read only

0 Likes
692

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.

Read only

0 Likes
692

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