0 Kudos 15,276 SAP Managed Tags: ABAP Development how to delete a file in AL11 directory?Reply 1 ACCEPTED SOLUTION Former Member 2009 Mar 06 4:47 AM 1 Kudo 1,770 SAP Managed Tags: ABAP Development de
we are uploading data into AL11 files into BW-ODS, but sometimes whiles loading they are facing with error data, now we are trying to edit the particular line, i am able to edit and am able to transferring into same file, but stil old line be there only, here how can we delete on...
SAP Managed Tags: SAP NetWeaver Application Server Hi, I have created folder in the directory in AL11 transaction. Now I want to upload the file to the folder. Can anybody please tell me the procedure? Thanks.Know the answer? Help others by sharing your knowledge. Answer Need more details?
SAP Managed Tags: ABAP Development Hi, RunRN2LN205Nprogram. Click on EDIT menu->Execute Command->Now entermkdir /tmp_new/Where tmp_new is the new directory. If you want to create subfolder in the foldermkdir /tmp/temp_new/Where tmp is the existing folder. temp_new is the subfolder....
use FM gui upload to get data in internal table and then use OPEN DATASET command to write the file from internal table to application server. Example:- filepath(200) TYPE c default 'E:\usr\sap\DB7\DVEBMGS00\work\custno.csv' OPEN DATASET filepath FOR OUTPUT IN TEXT MODE encoding defa...
SAP Managed Tags: ABAP Development Hello manoj, Thanks for ur reply. But I forgot to mention that I want this functionality when I directly download from AL11..not thru the Program. i.e my job is to place the files in the AL11. The end users will check the file name across the...
SAP Managed Tags: ABAP Development Hi, To access the Application server directory using AL11 tcode. and the file will be created by tbe basis people. In the program write the below code Open dataset p_file for input encoding default (in ECC version) you can write the code transfer the...