The Function Module F4_DATE (Display factory calendar or Gregor. calendar and choose a day) is a standard Function Module in SAP ERP and is part of the function group SHLC within the package SZC.
Function Module | F4_DATE |
Short Text | Display factory calendar or Gregor. calendar and choose a day |
Function Group | SHLC |
Package | SZC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE_FOR_FIRST_MONTH | LIKE | WORKFLDS-GKDAY | SY-DATUM | For determining the first month to be displayed |
DISPLAY | LIKE | WORKFLDS-DISPL | SPACE | X - no selection option |
FACTORY_CALENDAR_ID | LIKE | WORKFLDS-CALID | SPACE | Factory calendar |
GREGORIAN_CALENDAR_FLAG | LIKE | SPACE | Display Gregorian calendar | |
HOLIDAY_CALENDAR_ID | LIKE | WORKFLDS-HIDENT | SPACE | Public Holiday Calendar |
PROGNAME_FOR_FIRST_MONTH | LIKE | SY-REPID | SPACE | to determine the date at the cursor position |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SELECT_DATE | LIKE | WORKFLDS-GKDAY | selected date |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CALENDAR_BUFFER_NOT_LOADABLE | Factory calendar read error |
DATE_AFTER_RANGE | Date is later than factory calendar |
DATE_BEFORE_RANGE | Date is earlier than factory calendar's |
DATE_INVALID | Date in invalid format |
FACTORY_CALENDAR_NOT_FOUND | Factory calendar is not available |
HOLIDAY_CALENDAR_NOT_FOUND | Holiday calendar is not available |
PARAMETER_CONFLICT | Pass Factory calendar and Holiday calendar |