Skip to Content
0
Former Member
Dec 01, 2008 at 09:43 PM

Increment the month logic

66 Views

Hi Gurus,

I am new to ABAP.

Can some body explain me what this logic is doing:

CASE v_calmonth+4(2).

WHEN '01'.

v_calmonth = v_calmonth - 89.

WHEN OTHERS.

v_calmonth = v_calmonth - 1.

ENDCASE.

Thanks