Open all
|
Close all
SAP Date Processing - Example code and information on how to process SAP date fields
Add n number of WORKING days to date (factory calender)
Shows how to add number of working days to a date using the factory calender
Add n number of WORKING days to date (allow result to be non working day)
Shows how to add number of working days to a date but allows result to be a non working day
Add n number of WORKING days to date (using personal work schedule)
Shows how to add number of working days to a date based on an employees personal work schedule
Add/Subtract month(s) from a date
Shows how to add or subtract months from an ABAP date field
Convert month value to text (i.e. January)
Shows how to convert a month integer value to text i.e. 01 = January
SAP Date formating
Shows how to format SAP dates
<---Return to General ABAP menu
Check if date periods overlap
Shows example ABAP code of how to check if date periods over lap with each other
More...