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

Help with '''search help'''!

Former Member
0 Likes
461

hi all!

in this case i have the field '<b>section'</b> in fch5. as it did not use that field (char 10) i was needing to input a date that was not contemplated by SAP. So i use this field<b> 'section'</b> to do this. this field has a field exit that validate the date, because it is a char field. i did this with FM RP_CHECK_DATE, so if the user enter 12.56.2006 an E message is displayed. My question is: is it possible to put a search help of date in that field?

rewards points will be given for help!

thank all in advance.

hi all!

in this case i have the field '<b>section'</b> in fch5. as it did not use that field (char 10) i was needing to input a date that was not contemplated by SAP. So i use this field<b> 'section'</b> to do this. this field has a field exit that validate the date, because it is a char field. i did this with FM RP_CHECK_DATE, so if the user enter 12.56.2006 an E message is displayed. My question is: is it possible to put a search help of date in that field?

rewards points will be given for help!

thank all in advance.

2 REPLIES 2
Read only

anversha_s
Active Contributor
0 Likes
426

Hi,

declare ur date field like this.

data : date_field type dats.

automatically search help will come

rgds

Anvre

if hlped pls mrk points

Read only

Former Member
0 Likes
426

hi! i think i cant do that because my field is a stndard field in transaction FCH5. is a char 10 field, and im using it because i need to store a date that was not contemplated by fCH5. so i decided to use this field that it was not being used for anything.....i hope this help you to undestaçnd my problem!

thanks!