SAP READ CALENDAR ABAP Statements

Get Example source ABAP code based on a different SAP table
  


OBSOLETE

READ - Ascertaining Calender Information

The statement READ CALENDAR existed only in the R/2 system. The following function modules exist as replacements: DATE_COMPUTE_DAY:
Returns the weekday for a date DATE_CONVERT_TO_FACTORYDATE:
Returns the factory calender date for a date DATE_GET_WEEK:
Returns the week in which a date falls EASTER_GET_DATE:
Returns the Easter dates for a year (Easter, Easter Sunday) FACTORYDATE_CONVERT_TO_DATE:
Returns the date for a factory calendar date HOLIDAY_CHECK_AND_GET_INFO:
Checks whether the date is a holiday and returns information if appropriate WEEK_GET_FIRST_DAY:
Returns the first day in a week

Return to menu