Hi,
This is a weird case..
I have two ABAP programs (exactly same) , both use OPEN DATASET to write a file TEST.TXT into folder A and folder B in the ECC server.
It so happens that, first program writes the file successfully into folder A and B.
The second program writes the files to folder A but not B and OPEN DATASET returns sy-subrc 8.
I deleted the file from folder B and then the program was able to write that file.
What can be the Issue ?
Another weird difference is this works perfect in DEV but fails in QA !!!
Any suggestions ?
Thnks