Category Archives: Function modules ABAP

How work with Function modules SAP in ABAP? Creation, modification, call, remote call via RFC and other options for working with functional modules in ABAP.

Add month to date ABAP SAP. Month_plus_determine.

Adding/subtracting a month to/from a date in SAP ABAP can be done with the FM MONTH_PLUS_DETERMINE. Operations with months are not so frequent, but just as useful. For example, calculate the end date of a contract that expires in half a year. In order to subtract the desired number of months, we simply pass a negative number to the months parameter.

Continue reading Add month to date ABAP SAP. Month_plus_determine.