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

Selection screen date time format

0 Likes
990

Hey everyone,

I need to add a creation date in selection screen. But, the field available has both date and time.

eg : the format that is currently in 12.31.9999 00:00:00

the format required is : 12.31.9999 (DD/MM/YYYY or MM/DD/YYYY)

Is there a FM or any specific code to change this?

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
861

How did you add the timestamp field?

Why don't you add a field of type date instead of timestamp?

What program is it?

Read only

ThorstenHoefer
Active Contributor
861

Hi divyanl,

you can set your user specified format in transaction SU03

Read only

0 Likes
861

I am creating a custom pgm to update the master data table in apo. Currently a field is not getting updated. For this, the sel screen has to have 'creation date'. The field has both time and date as mentioned above. How to format it to only date either as MMDDYYYY or DDMMYYYY.

Currently it is 12.31.9999 00:00:00