‎2010 Mar 25 10:28 AM
Hi Gurus,
If i give the other folder name it is working fine.. Please can you let me know what is the problem.
I am not able to write a file into the particular folder in the application server.
I am getting the sy-subrc eq 8.
Does it require any authorization to write into a folder.
if not please let me know the solution how to solve.
Thanks
Sunil Kumar
‎2010 Mar 25 10:40 AM
Hi,
Write authorization is needed for the folder.
Regards
Nehruu
‎2010 Mar 25 10:40 AM
Hi,
Write authorization is needed for the folder.
Regards
Nehruu
‎2010 Mar 25 10:52 AM
Check whether the path exists
Are you getting the path using f4, if not try with f4 hep and do.
Try with fm F4_DXFILENAME_TOPRECURSION
Generally sy-subrc = 8, is when the file path could not be located.
The path name is also case sensitive.
‎2010 Mar 25 10:59 AM
Hi Keshav,
I am not accessing the file from personal file. i am trying to access from the application server.
hence i cannot use the f4help and get the path of the folder.
thanks
Sunil
‎2010 Mar 25 11:04 AM
What do you mean by a personal file, this fm is used for application server f4 help.
‎2010 Mar 25 11:19 AM
Ask ur BASIS guys to set the file permissions to open and write the data. Other wise u can't do it.
‎2010 Mar 25 11:25 AM
Use the fm AUTHORITY_CHECK_DATASET before using open dataset to check for authorizations.
I doubt that there is something wrong in the path.
‎2010 Mar 25 12:22 PM
hi,
do you use full qual domain name ??
ie:
server.sub.domain\dir\dirsub\file.ext
with open dataset you work with SERVICEADM User .. anyway > you have all rights...
Robert
‎2010 Apr 05 8:16 AM