2016 Jan 28 10:10 AM
Hi All,
When I am executing the tcode : /IRM/IPCBAGRCD (Vistex t-code) in foreground then I am getting the output.
But when I am executing in background then I am not able to found any spool request.
Here for display FM : /IRM/IPAGR_CHANGE_DOCS_DISPLAY is used for displaying the data.
Please give me some suggestion.
Foreground output:
Thanks,
Satya
2016 Jan 28 10:29 AM
Hi,
maybe your program use a custom container and this kind of technologie need a link with the SAPGui. That meens, it can't rund in foreground
regards
Fred
2016 Jan 28 10:34 AM
I think you're right - it looks as though there is a splitter container involved.
The reason why these things can't run in the background (I think) is that the various screen containers etc etc are implemented as OCX's on the front end.
Rich
2016 Jan 28 11:54 AM
Hi Satya Pal,
Did u try to debug the job and find out the issue.
Sometimes it gets into an infinite loop and hence the job doesn't get completed, due to which you will not be able to get the spool generated against it.
Warm Regards,
Dinesh
2016 Jan 28 3:50 PM
If it gets into an infinite loop in the background then surely with the same parameters it will get into an infinite loop in the foreground ?
Rich