Application Development 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: 

CHECK DATE ON POP UP

Former Member
0 Kudos
134

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

uwe_schieferstein
Active Contributor
0 Kudos
87

Hello Javier

You may give fm TR_POPUP_INPUT_DATE a try.

Regards

Uwe

5 REPLIES 5

Former Member
0 Kudos
87

Hi,

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

Cheers!!

0 Kudos
87

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

0 Kudos
87

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

0 Kudos
87

Hi

try to assign the date in char of 10.

uwe_schieferstein
Active Contributor
0 Kudos
88

Hello Javier

You may give fm TR_POPUP_INPUT_DATE a try.

Regards

Uwe