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

Issue in generating files thorugh interface program

former_member217544
Active Contributor
0 Likes
354

Hi All,

Iam facing an issue in interface program. First of all I will explain the process: we have created a interface program which will run daily morning. When we run this job it will generate two files and will keep them in a folder.These two files will be FTPed to another folder.

This process is working fine from last 8 to 9 months. However, from 3 days when the program runs, one file is getting generated with no data and another file is generated with proper data.The same thing when we go and check in debug mode both the files are getting generated with proper data.

We checked with basis team for size limitation but there is enough space.Could anyone tell me what could be the other reasons that may cause this issue?

Thanks in advance,

Swarna Munukoti.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
330

Add some abap WRITE statements at each strategic point in the program, to find the origin of the issue. For example display SY-SUBRC after the OPEN DATASET, display number of lines of the internal table of the LOOP AT, etc.