2016 Sep 12 9:41 AM
I have created object application using Create Object Application 'Excel.Application'.
But when I tried to free it I am getting sy-subrc = 2.
And when I try to reopen the same excel file it gives me error : 'file already open'
Please help me how I can handle such situation.
2016 Sep 12 9:57 AM
2016 Sep 12 10:09 AM
It worked...
I was using quit method...
but while calling QUIT method i was not using addition[ = rc].
when i use = RC addition it worked for me...