Tuesday, January 15, 2013 at 9:53 PM | 0 comments
BW Mobile has been create, with dhtmlx touch

 
Posted by Shanto
Wednesday, October 24, 2012 at 1:41 AM | 0 comments
Here is a sample MONTH_PLUS_DETERMINE


Please see example code below.

data : lv_newdate type sy-datum.

call function 'MONTH_PLUS_DETERMINE'
  exporting
    months = 1
    olddate = '20120101'
  importing
    newdate = lv_newdate.

write : lv_newdate. " output -> 20120201
Posted by Shanto Labels: