sapdev logo background
sapdev logo sapdev logo
Comments

Check if date periods overlap




ABAP Code to check if a date period overlaps another date period is as follows:

Where period_1-begda LE period_2-endda AND period_1-endda GE period_2-begda.


*Check whether any date within period_2 exists in period_1.
	i.e. period_2 overlaps period_1
Date period



comments powered by Disqus