Tag Archives: Dates in ABAP

How work with dates in ABAP in SAP systems? Change date, add or subtract days in ABAP SAP. Functional modules for working with dates and other options for working with dates in ABAP in SAP systems.

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.

Days_between_two_dates. How to find difference between dates in ABAP SAP?

Using the function module DAYS_BETWEEN_TWO_DATES we can quickly get the result as the difference between dates in days. You can count the days until the end of the payment term or calculate the number of days until the end of the contract and much more.

Continue reading Days_between_two_dates. How to find difference between dates in ABAP SAP?