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: 

F4 help through I/O text field in screen painter

Former Member
0 Kudos
415

Hi,

I have created a text filed in screen painter and given the data type as dats  .while inserting date it shows only a blank text box.I wanted to implement search help to that field where the date could be entered.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
263

Hi,

Add Search Help CACS_CALENDAR (Near Format in Dict tab ) in the Screen Painter Attributes for the Input field.

You can also use POV for this.

Thanks,

Shambu

4 REPLIES 4

Former Member
0 Kudos
264

Hi,

Add Search Help CACS_CALENDAR (Near Format in Dict tab ) in the Screen Painter Attributes for the Input field.

You can also use POV for this.

Thanks,

Shambu

Former Member
0 Kudos
263

Thank You Shambu.

Is there anything similar to that so that I can add time.

0 Kudos
263

Hi,

Try with SRM_F4_UZEIT in your system.

Thanks,

Shambu

lijisusan_mathews
Active Contributor
0 Kudos
263

You have to declare your field in the main program with type sy-datum. This will probably not show the F4 help symbol, but if you click F4 the help shows.. in tht case, take screen attributes for that field n Set the option for displaying the f4 help always.

Suzie