‎2007 Jun 05 1:47 PM
hi
i m working on a module pool program I have a <b>date field (DATUM -> data element)</b>.
I need to give a date search help to it ( date box which opens ).
Can anyone tell me how to go about it.
thanks
point will be rewarded if helpful
‎2007 Jun 05 2:04 PM
‎2007 Jun 05 2:16 PM
Hi,
U can use search help BU_DATE_CHAR or EXT_DATE based on ur requirement.
Cheers,
Simha.
Reward all the helpful answers..
‎2007 Jun 05 2:48 PM
There are many search helps available
ABRDATE_CUSTOMER Search Help Settlement Date (Customer Arrangements)
ABRDATE_VENDOR Search Help Settlement Date (Vendor Arrangements)
ABRDATE_VENDOR_BOART B Settlement Date for Arrangement Type
ABRDATE_VENDOR_GENERELL A Settlement Date, General
EXT_DATE Date in external format (10 char.)
MDM_GET_UPDATE_MODE Update Mode: Initial, Delta, Async. Delta
SDYN_BOOK_FLDATE Find according to flight date for change transaction
SDYN_CONN_FLDATE Find according to flight date
You can use any of those
‎2007 Jun 05 2:51 PM
See the demo program :
RSDEMO_DROPDOWN_LISTBOX
Use FM : VRM_SET_VALUES
‎2007 Jun 05 3:01 PM
Hi,
In Screen ,Set the property of the field as DATS and then in the declaration of the field use sy-datum type:
Eg: W_date type sy-datum.
then search help for date will come automatically.no need to write code.