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

CHECK DATE ON POP UP

Former Member
0 Likes
1,075

Hi guys,

im using the FM POPUP_TO_GET_ONE_VALUE, and the user can ENTER A TXT FIELD.

my problem is that i need that field as DATE, so is there any way to check the date in the pop as is checked when u declare in parameter-options?

any ideas?

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,028

Hello Javier

You may give fm TR_POPUP_INPUT_DATE a try.

Regards

Uwe

Hello Javier

You may give fm TR_POPUP_INPUT_DATE a try.

Regards

Uwe

5 REPLIES 5
Read only

Former Member
0 Likes
1,028

Hi,

Declare a variable which will carry your date and export that date in to your pop.

Cheers!!

Read only

0 Likes
1,028

that was my first idea 2, but is not working because the FM recieves only chars.

Read only

0 Likes
1,028

n/m - I thought you were trying to pass a date to your popup.

try FM GRM_POPUP_TO_GET_ONE_VALUE - it let me type in a date and pass it back.

double n/m - it looks like you want some sort of F4 validation on your popup.

you can try SPC_POPUP_DATE_SELECTION - it may not be perfect for your purposes, but will give you a calendar

Edited by: robert phelan on Sep 26, 2008 8:50 PM

Read only

0 Likes
1,028

Hi

try to assign the date in char of 10.

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,029

Hello Javier

You may give fm TR_POPUP_INPUT_DATE a try.

Regards

Uwe