Application Development 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: 

SEARCH HELP FOR DATE?

Former Member
0 Kudos

Hi friends,

I am having date as my field in my own created screen i want to keep search help for date to that field can i know from anynbody how it is possible.

I screen painter i have given Dats as dictionary type and in declarations sy-datum but i am not getting the F4 help.

1 ACCEPTED SOLUTION

Former Member

Hi,

Use the search help BU_DATE_CHAR. Assign this search help in the screen painter.

Thanks,

2 REPLIES 2

Former Member

Hi,

Use the search help BU_DATE_CHAR. Assign this search help in the screen painter.

Thanks,

Former Member
0 Kudos

You need to ensure that you define the date LIKE SY-DATUM, not DATS as the Search help comes from the DATUM Data Element/Domain.

Also ensure your field is 10 wide or it will display improperly.