‎2008 Jul 10 12:20 PM
Hello Gurus,
I have a program created ABAP he reads the attributes of a property, and creates a file hierarchy to load in another feature. The story is that when you try to create the file with the instruction:
open dataset p_fiche for output in text mode encoding default.
I am giving this error, that can not generate the file.
Sy-subrc = 8. At first thought it was because they had no authorization to create files in the path specified, but if I have permission and do not understand it is because the cause of this error.
Someone can help me?
Greetings,
‎2008 Jul 10 12:27 PM
In ur case sy-subrc = 8 means 'Operating system could not open file'
. Use addition MESSAGE msg with ur OPEN DATASET statement to know the exact reason for this error.
Regards,
Joy.
‎2008 Jul 10 12:29 PM
Check what p_fiche contains ...
If it contains Application server filepath or anyother value ..