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

SEARCH HELP FOR DATE?

Former Member
0 Likes
19,506

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
Read only

Former Member
8,058

Hi,

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

Thanks,

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.

2 REPLIES 2
Read only

Former Member
8,059

Hi,

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

Thanks,

Read only

Former Member
0 Likes
8,058

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.