Mr Karthik, thank you for your suggestion. all this abap program is doing is it is calling some function module and that is it. i have to then take that data from this function module and then store in some DSO table. I like your idea to create a function module and create data source on top of it then send it to my DSO but do you have suggestion how to do this?
Should i create a function module and inside this function module i call my function moduel to fetch data then send it to some DSO. but how do i do that?
Thanks.