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

Date search help in module pool programming in 4.6C version

Former Member
0 Likes
687

Hi Experts,

How can i have input help in my module pool screen, I gave the searh help EXT_DATE in the search help parameter of that screen's field parameter.

But its not showing the input help.

I m facing this issue in 4.6C.

Please advise

Thanks

Yogesh Gupta

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
646

Hi,

Just to make sure that you are talking about F1 help and not F4 for input of date right?

For F1 help of screen field, please check program for tcode: F150 (Dunning Run), You will find FM: F150_FIELD_SELECTION_HELP used for one field on screen (112).

I guess this might help you.

thanks,

Ags.

Hi Experts,

How can i have input help in my module pool screen, I gave the searh help EXT_DATE in the search help parameter of that screen's field parameter.

But its not showing the input help.

I m facing this issue in 4.6C.

Please advise

Thanks

Yogesh Gupta

4 REPLIES 4
Read only

Former Member
0 Likes
647

Hi,

Just to make sure that you are talking about F1 help and not F4 for input of date right?

For F1 help of screen field, please check program for tcode: F150 (Dunning Run), You will find FM: F150_FIELD_SELECTION_HELP used for one field on screen (112).

I guess this might help you.

thanks,

Ags.

Read only

0 Likes
646

Thanks for reply but i need this for F4 help..

Read only

Sm1tje
Active Contributor
0 Likes
646

Do you really need this particular search help? Because normally when you create a field of type D (date), it has the standard search help available. So make sure that this fields refers to an element in the data dictionary and you'll be fine.

Read only

Former Member
0 Likes
646

Answered