RE: Batch Job fails while running the report
Hi Martin & Mohit ,
Thanks for the Reply , I was tring to duplicate the standard report (Open Purchase Order report).
Procurement and Sourcing > Purchase Order > Purchase Order Follow up > Open Purchase order report .
Since I need to add one additional field which is not available in the purchTable , I am using the display method . First I have tried to duplicate the report and added one extra display method but it didnt display the value in the report . And later I came to know through some of the articles/posts that custom display method wont diplay in the report untill we use view .
So I have created the view and added it to a query and then showed the required fields in the report but Due to session timeout we are trying to run the report in the batch processing but even in the Batch process it is getting failed after some time around 1 hour .
since that report required dynamic filter in the dialog form I am using the query method as similar to the standard report with slight changes.
My concern is why does it fail even in the batch processing since it is going to run in the background . whether is there is any session timeout even for batch processing ? Or should I have to change any property And I have made read user level access to the menu item too.