2008 Sep 26 7:36 PM
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?
2008 Sep 26 9:06 PM
Hello Javier
You may give fm TR_POPUP_INPUT_DATE a try.
Regards
Uwe
2008 Sep 26 7:38 PM
Hi,
Declare a variable which will carry your date and export that date in to your pop.
Cheers!!
2008 Sep 26 7:40 PM
that was my first idea 2, but is not working because the FM recieves only chars.
2008 Sep 26 7:45 PM
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
2008 Sep 26 7:47 PM
2008 Sep 26 9:06 PM
Hello Javier
You may give fm TR_POPUP_INPUT_DATE a try.
Regards
Uwe