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: 

get current year into field

Former Member
0 Kudos

halloe

i wont to get the cuurent year into field

how i do that?

Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use the system date:

year = sy-datum+0(4).

Andrew

1 REPLY 1

Former Member
0 Kudos

use the system date:

year = sy-datum+0(4).

Andrew