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

Regarding Calender

Former Member
0 Likes
601

Hi All,

I have an issue regarding calender popup.

When i trigger F4 on the field to get popup calender,

the calender appearing and getting dissolve with out user interaction.

If any solution for this please let me know.

Thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
580

Hi,

Use the FM 'F4_DATE' it gives u a pop-up for calendar.

Hope it helps.

Anju

Read only

Former Member
0 Likes
580

hi

use this FM

F4_DATE : Displays a popup dialog to choose date

POPUP_TO_SELECT_MONTH : Display a pop-up to select a month

Cheers

Snehi

Read only

bpawanchand
Active Contributor
0 Likes
580

Hi

F4_DATE

displays a calendar in a popup window and allows user to choose a date, or it can be displayed read only.

Regards

Pavan

Read only

Former Member
0 Likes
580

Hi,

Take the File type SY-DATUM.

You will have the User interaction option.

Regards,

Sujit

Read only

Former Member
0 Likes
580

hi pratima ,

if you give parameter name in event like

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_date .

here it will not give you F4 help.

you need to give f4_date or you can give

p_date like sy-datum.

regards,

sandeep