2021 Feb 19 1:01 PM
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
2021 Feb 19 2:11 PM
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.
2021 Feb 19 2:15 PM
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.
2021 Feb 19 3:15 PM
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.