Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

date drop down

Former Member
0 Likes
894

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

5 REPLIES 5
Read only

Former Member
0 Likes
685

Sy-datum

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
685

Hi,

U can use search help BU_DATE_CHAR or EXT_DATE based on ur requirement.

Cheers,

Simha.

Reward all the helpful answers..

Read only

Former Member
0 Likes
685

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

Read only

Former Member
0 Likes
685

See the demo program :

RSDEMO_DROPDOWN_LISTBOX

Use FM : VRM_SET_VALUES

Read only

former_member491305
Active Contributor
0 Likes
685

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.