2008 Dec 30 10:16 AM
Hi,
Could you pls. suggest me I need MM/YYYY format data element and domain. Its functionality should be as a sy-datum.
( ex:
Data: gw_date type sy-datum.
select-options : s_date for gw_date.
Above code functionality I will have to add in my program as MM/YYYY format in selection-screen.
)
thanks
rj
2008 Dec 30 3:13 PM
You can do with the selection screen parameter 7 chars and validate with the logic( As per your MM/YYYY).
and concatenate the date to the selection screen parameter and get the data from the database.
Regards,
Shiva Kumar