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

system variable for month

Former Member
0 Likes
1,115

hi can anyone give system variable for month

3 REPLIES 3
Read only

Former Member
0 Likes
666

sy-datum+4(2)

Read only

Former Member
0 Likes
666

you could get that from offsetting <b>SY-DATUM</b>

Read only

naimesh_patel
Active Contributor
0 Likes
666

Hello,

Not specific for month, but you have to derive form date.

like

l_mon = sy-datum+4(2).

Regards,

Naimesh