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: 

Single field for Date/Time in Selection-Screen

ekekakos
Participant
0 Kudos
1,614

Hello, is there any way to have a Date/Time field that ill be displayed to the user for input in selection screen and put the date and time in the usual format DD/MM/YYYY hh:mm:ss, as it exist in other programming languages?

Thanks

3 REPLIES 3

BiberM
Active Participant
0 Kudos
770

Tmstmp ore timestamp do exiat, but at least until 750 they are converter as number (in german Display setiings with dots as 1000s Breaks). In some higher Basis Releases there is a Real timestamp data type but I haven't tried this out yet.

RaymondGiuseppi
Active Contributor
770

You could look at a domain/data element such as SALV_TSTMP. which use a conversion exit between packed 9 and external date time format to define and display your parameter.

If required you can later convert it to an internal field of type timestamp.

Sandra_Rossi
Active Contributor
0 Kudos
770

michael.biber2 Yes my bad, comment removed. I guess the best answer is to use separate fields instead of 1 field so that to have F4 help.