
Monday, January 24, 2011
at
4:28 AM
|
Fungsi Get Last Day of The Month adalah mengembalikan nilai tanggal terakhir.
Contoh :
CALL FUNCTION 'LAST_DAY_OF_MONTHS'
EXPORTING
day_in = '20080401'
IMPORTING
last_day_of_month = lv_last_day_of_month " hasil -> 20080430
EXCEPTIONS
day_in_no_date = 1
others = 2.
Contoh :
CALL FUNCTION 'LAST_DAY_OF_MONTHS'
EXPORTING
day_in = '20080401'
IMPORTING
last_day_of_month = lv_last_day_of_month " hasil -> 20080430
EXCEPTIONS
day_in_no_date = 1
others = 2.
Posted by
Shanto
Labels:
ABAP Function
0 comments:
Post a Comment