cancel
Showing results for 
Search instead for 
Did you mean: 

Reg System Date & Time by default on login page

former_member186491
Contributor
0 Kudos

Hi,

I need to know if we can display default date and time on Login Page and other Views in WDA..?

This is just beautification issue but if it can be resolved, it would enhance my credential.

Thanks.

Kumar Saurav.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumar,

You can declare a Node in Comp controller and set this Node by Sydatum & syuzeit. Now you can fetch this node in any view or you can declare a Global attribute of type ELEMENT_<Context Node Name> and get this aatribute in any view using WD_COMP_CONTROLLER-><Attribute Name>.

Also can you explain your requirement for Date & time field on Login Page?

Hope it helps you.

former_member186491
Contributor
0 Kudos

Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

u can use


sy-datum : Local date of the ABAP system. Can be set using GET TIME.
sy-timlo   : Local time of the user. Can be set using GET TIME.

regards,

amit