Hi Apoorva,
Create generic data source based on Function module....
You can do one thing ...
- create a structure in that structure include the time stamp field....
- use the structure in FM, in the FM logic you can club the date and time data in to TIME STAMP field so that you can have time stamp data...use this timestamp in creation of generic data source.
Time stamp field should be of type YYYYMMDDHHMMSS..
If you club the date and time from your table this will be your time stamp.
Hope this gives you some idea... let me know if you need more information.
Regards
KP