2012 Jun 28 9:08 AM
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.
2012 Jun 28 9:16 AM
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
2012 Jun 28 9:16 AM
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
2012 Jun 28 9:54 AM
Thank You Shambu.
Is there anything similar to that so that I can add time.
2012 Jun 28 9:59 AM
2012 Jun 28 10:08 AM
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