Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

CALL FUNCTION 'DATE_GET_WEEK'

EXPORTING
DATE = GT_ALV-SLFDT
IMPORTING
WEEK = LV_WEEK
EXCEPTIONS
DATE_INVALID = 1
OTHERS = 2.
IF SY-SUBRC <> 0.
* Implement suitable error handling here
ENDIF.
GT_ALV-HAFTA = LV_WEEK+4(2).

You might also like