I am executing the program which has to create a file
however I am getting sy-subrc as 8 after executing the below code.
OPEN DATASET v_file_name FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
So is it authorization issue or what is the issue exactly.
How can I explain to my functional consultant about the issue.
she is asking what is the problem ?
Thanks in advance.