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

get current year into field

Former Member
0 Likes
655

halloe

i wont to get the cuurent year into field

how i do that?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
437

use the system date:

year = sy-datum+0(4).

Andrew

halloe

i wont to get the cuurent year into field

how i do that?

Regards

1 REPLY 1
Read only

Former Member
0 Likes
438

use the system date:

year = sy-datum+0(4).

Andrew