Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with data downloading to Application server - DIR_INTERFACE

Former Member
0 Likes
732

Hi,

Im downloading data to application server and its working fine for directory DIR_SAPUSERS ( ./ ).

But the files are missing when trying to download the data to the path " /INTERFACES_D49/WORK/D49/ASG/FI/KRED/BKPF_AMS.TXT " in directory DIR_INTERFACE -> /interfaces_D49/work

.

I also tried " /INTERFACES_D49/WORK/BKPF_AMS.TXT".

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
642

can you locate this directory in tcode AL11 ?

if no please make the specific settings for that.

Gordon.

3 REPLIES 3
Read only

Former Member
0 Likes
643

can you locate this directory in tcode AL11 ?

if no please make the specific settings for that.

Gordon.

Read only

Former Member
0 Likes
642

Check if you have authorization to write to these folders. Check the sy-subrc after the OPEN DATASET statement. IF you are working on Unix also check for case sensitive issues

Read only

Former Member
0 Likes
642

Use of logical filenames will solve the issue.