Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.
Bei amazon.de ansehen →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 |