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

time stamp

Former Member
0 Likes
417

Hello guru's,

my select option is basically a date field but time stamp is attached to that field, my requirement is i should see the only date as out put. how can i achive this. please help.

Regards,

Gayatri

Hello guru's,

my select option is basically a date field but time stamp is attached to that field, my requirement is i should see the only date as out put. how can i achive this. please help.

Regards,

Gayatri

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
393

Hi,

declare you select-options variable as of type date.

ie

select-options : s_datum for SY-DATUM.

aRs

Read only

Former Member
0 Likes
393

data: v_timestamp type time stamp.

select-options : s_datum for SY-DATUM .

initilization.

s_datum = v_timestamp.