‎2009 Jan 25 9:10 AM
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.
‎2009 Jan 25 7:21 PM
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.