Hi All,
I have a requirement to create an file ( of any type like pdf, excel, ...) using the data from an internal table in a shared drive with a background process ( the path to shared drive is constant).
I have already tried File_copy(), but this is giving a control exception as it is usable only for a foreground process.
I have also tried copying file from internal table to shared path by using Open dataset and Transfer statements but not able to copy the file to shared path.
Is there any other way by which we can copy the data onto a shared path.
( NOTE: The storage path in not application server path ).
Thanks and Regards,
Sachin