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

HHMM format

Former Member
0 Likes
1,247

Hi all

I'd like to know if exist a table field with HHMM format controlled.

Thanks in advance.

Miki

3 REPLIES 3
Read only

Former Member
0 Likes
557

Do you mean you want to change the time format?

If its that you can use the system variable

sy-timlo

or use EDIT-MASK

hope it helps

Read only

peter_ruiz2
Active Contributor
0 Likes
557

hi,

you can use the system variables

SYST-TIMLO for the time using the time-zone of the user logged-in

or SYST-UZEIT for the time on your server.

then, you can manipulate the data retrieved via edit mask like this

write sy-uzeit using edit mask 'HH:MM'.

regards,

Peter

Read only

Former Member
0 Likes
557

Hi,

Try FM CONVERSION_EXIT_TSTRG_OUTPUT.

Thanks,

Sriram Ponna.