2007 Jul 29 6:29 AM
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
2007 Jul 29 6:42 AM
Hi,
declare you select-options variable as of type date.
ie
select-options : s_datum for SY-DATUM.
aRs
2007 Jul 29 8:28 AM
data: v_timestamp type time stamp.
select-options : s_datum for SY-DATUM .
initilization.
s_datum = v_timestamp.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |