SAP Managed Tags: ABAP Connectivity Hi, I have written a file to the tmp directory on the application server, with the .dat extension. I am however unable to read the file. I get a message, "Unable to display this file". The "useable file" flag is not set which is probably the ...
I think your filename is too long. Reply ricardo_brunato Explorer 2013 Oct 31 6:08 PM 0 Kudos 3,478 SAP Managed Tags: ABAP Development You may not have access or permition to read or write in the server. Go to transaction AL11 Search for a temporary folder (like /tmp)...
SAP Managed Tags: ABAP Development Hi is there a way to read a local text file line by line? I dont want to use GUI_UPLOAD because it loads the whole file into a internal tabel. My text file can be very big and cause Overflow Errors.Reply...
SAP Managed Tags: ABAP Development Hi experts. I am uploading some data to a file in a folder in application server, created in AL11 tcode. In my program i need to restrict the unauthorized users to create/write/read a file in app server. I dont know how to do this. Kindly gi...
SAP Managed Tags: ABAP Development Arindam, thx for answer. I've copied that FM /SAPDMC/LSM_F4_SERVER_FILE in my Z*, but when I call it in recursion (i want to get the list of all folders and subfolders), at second level (at first level it works right) it give me files in ...
SAP Managed Tags: ABAP Development what is the use of statment . read data set and open data set and where to use and how to use? i want to upload a .txt file from non-sap to sap ie into an internal table. advance Thanks to all the guys who are viewing .Reply...
SAP Managed Tags: ABAP Development Hi, You can check that if your file is there in the transaction AL11. It will be in the directory DIR_SAPUSERS ./. Also make sure the source structure data types and the file you are feeding in are same. Reply Former Member In response to former...