Hi experts,
I am facing an issue while scheduling a Background Job.The entire scenario is as follows.
A RFC function module has been called in the Report Program.The code inside the RFC function module is fetching a data from the database table(Select Query has been written).But in Production server system is giving the Time_out DUMP at this select Query which is written inside RFC function module.
Table is having large number of records.For this Code optimization has been done already.
Moreover entire report has been scheduled in Background.But I came to know RFC will work in Foreground only even though entire report program is scheduled in Background.
Can anyone suggest how to solve this problem?
For your information time limit has been maintained for Foreground job.