Hi,
I developed a Migration Program, Which reads the data from Application serever and procced with further process in back ground mode.
Same program is workind fine in Development System in Back ground mode (SY-BATCH = 'X', Scheduled a batch Job). So I transported to Quality system.
Now When I run the program in background mode (SY-BATCH = 'X', Scheduled a batch Job), getting Message as "File is not Open" at Quality system. So I debugged the Batch job through "JDBG", and found file opening and reading the content sucessfully.
But its not working without debugging mode and getting message as "File not open".
Is there any Authorizations required for background mode (without debugging).
So can you please help me on this how to solve this issue.