Application Development 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: 

fields for current date,time and username for the current day in SAP-ABAP

0 Kudos

hi !!

can anybody give me the fields for current date,time and username for the current day in SAP-ABAP.

Not the system fields for current application server but for the current day.

thanks and regards

3 REPLIES 3

Former Member
0 Kudos

sy-datum, sy-uzeit and sy-uname

0 Kudos

Hi,

You should the system fields only to find those.

Thanks,

Ahsan

Former Member
0 Kudos

hi ,

check the table syst in this you will find the fields defined by the system...

for time----- sy-uzeit

for date----- sy-datum ..

for pageno----- sy-pagno

for current line no------- sy-linno..

like that..

regards,

venkat.