cancel
Showing results for 
Search instead for 
Did you mean: 

sfsy-time

Former Member
0 Kudos

Hi all,

Does anybody know how to print the current local user time within a smartform?

I thought it was sfsy-time, but this is not the case.

Hope someone can help me out.

Best regards,

Guido Koopmann

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use FM FITP_CONVERT_LOCAL_TIME_GMT.

Regards,

Raju.

Answers (5)

Answers (5)

Former Member
0 Kudos

hi,

use SYSF-TIME to get the current time of local user

Regards

Ritesh J

Former Member
0 Kudos

smartform documentation states that

&SFSY-TIME& Displays the time of day in the form HH:MM:SS.

so ideally it should work, how are u using it.

кu03B1ятu03B9к

Former Member
0 Kudos

Sorry..I meant...SY-TIMLO..For time.

Thanks

Naren

SuhaSaha
Advisor
Advisor
0 Kudos

Hello,

Does SFSY-TIME not work ? I have never tried i though.

Anyways you can declare a global variable & move the SY_UZEIT to the variable (in a Program Lines node). Then pass this variable in the text module.

DATA:
V_TIME TYPE UZEIT.

V_TIME = SY-UZEIT.

BR,

Suhas

Former Member
0 Kudos

Hi,

Try this..

You can use &SY-DATLO& to display the user local time...

Thanks

Naren