
Monday, January 24, 2011
at
9:27 PM
|
Fungsi MONTH_PLUS_DETERMINE adalah untuk menjumlahkan / mengurangkan bulan di dalam tanggal.
Contoh :
CALL FUNCTION 'MONTH_PLUS_DETERMINE'
EXPORTING
months = 2
olddate = '20080401'
IMPORTING
newdate = lv_date_new. " hasil -> 20080601
Contoh :
CALL FUNCTION 'MONTH_PLUS_DETERMINE'
EXPORTING
months = 2
olddate = '20080401'
IMPORTING
newdate = lv_date_new. " hasil -> 20080601
Posted by
Shanto
Labels:
ABAP Function
0 comments:
Post a Comment