‎2006 May 04 2:22 PM
Hi
I put 1 .jpg file in the unix file system . The name of the file is in French language.Now when I am looking the folder on which I kept the file using AL11 transaction from SAP , I do not see anything . My SAP system is unicode enabled.
Any idea why.......
‎2006 May 04 2:26 PM
Hello Kousik,
I would first suggest, you check at DB level if the file is stored. If you can c at DB level then there is an issue in AL11.
‎2006 May 04 2:27 PM
Hi,
might b that ur looking in a wrong directory.
can u tell in which directory u hav put the jpg file ?
regards
ganesh
‎2006 May 04 2:29 PM
Hi
File is not stored in DB. it is in UNIX file system.
I am just mapping the folder in UNIX in AL11 to see the file from SAP.
Regards
Kousik
‎2006 May 04 2:30 PM
No, I am not looking on wrong diretory. Becuase I put one new file in the same directory with English name and I can able to see that file from al11.
Regards
Kousik
‎2006 May 04 2:37 PM
Hi,
The FMs
F4_FILENAME_SERVER
or
F4_DXFILENAME_TOPRECURSION
helps u to find all the files that are stored on appl.server.
use them and see..
regards
Ganesh
‎2006 May 04 2:58 PM
My Path in appl. server is not standard path . My path is interface/MyFolder/Test
‎2006 May 04 3:11 PM
Hi,
F4_DXFILENAME_TOPRECURSION will give u an option to choose any path(folder) in the app.server which needn't be a standard path as in the case of F4_FILENAME_SERVER.
‎2006 May 04 3:18 PM
Hi,
Are u able to read the file back after writing it..
What is the value of Sy-subrc when u open the dataset for reading..
Please check if u open it for reading..
If yes,
I c the problem might be because the file name being in French.
Translate the file name to lowercase before writing..
SET LOCALE LANGUAGE 'FR'
TRANSLATE gv_filename TO LOWER CASE.
SET LOCALE LANGUAGE space.
Regards,
Tanveer.
Please mark helpful answers
‎2006 May 04 3:22 PM
Hi,
Are u able to read the file back after writing it..
What is the value of Sy-subrc when u open the dataset for reading..
Please check if u open it for reading..
If yes,
I c the problem might be because the file name being in French.
Translate the file name to lowercase before writing..
SET LOCALE LANGUAGE 'FR'
TRANSLATE gv_filename TO LOWER CASE.
SET LOCALE LANGUAGE space.
Regards,
Tanveer.
Please mark helpful answers
‎2006 May 04 3:51 PM
Try one thing , Using FM C13Z_APPL_TO_FRONT_END , checkout if youre able to download file or not ?
Let us know!!
Normally it doesnt happen like that . Also go to ST11 and see any error log ?
Also connect with your application server at OS level and try to see the directory and file.
Hope thisll give you idea!!
<b>P.S award the points.</b>
Good luck
Thanks
Saquib Khan
"Knowledge comes but wisdom lingers!!"