SAP ABAP Function Module HOLIDAY_CHECK_AND_GET_INFO (Calendar function: Public holiday check with information)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ASF-CAL (Application Component) Holiday Calendar, Factory Calendar, Appointment Calendar
     SZC (Package) R/3 Central Basis Development: Factory Calendar
Basic Data
Function Module HOLIDAY_CHECK_AND_GET_INFO Calendar function: Public holiday check with information  
Function Group SCAL   Calendar functions  
Program Name SAPLSCAL    
INCLUDE Name LSCALU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting HOLIDAY_FOUND TYPE SCAL-INDICATOR Flag whether the specified date is a public holiday
Importing DATE TYPE SCAL-DATE Date to be checked
Importing HOLIDAY_CALENDAR_ID TYPE SCAL-HCALID Public holiday calendar ID
Importing WITH_HOLIDAY_ATTRIBUTES TYPE SCAL-INDICATOR SPACE Flag whether attributes are to be returned
Tables HOLIDAY_ATTRIBUTES TYPE THOL Attributes of the found public holidays
Exception CALENDAR_BUFFER_NOT_LOADABLE TYPE Public holiday calendar could not be buffered
Exception DATE_AFTER_RANGE TYPE Date later than public holiday calendar defined
Exception DATE_BEFORE_RANGE TYPE Date earlier than public holiday calendar defined
Exception DATE_INVALID TYPE Invalid date format
Exception HOLIDAY_CALENDAR_ID_MISSING TYPE Public holiday calendar was transferred with SPACE
Exception HOLIDAY_CALENDAR_NOT_FOUND TYPE Holiday calendar is not in buffer
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950113 
SAP Release Created in