Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Background execution is not working.

Former Member
0 Likes
1,020

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

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
936

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

Read only

0 Likes
936

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

Read only

former_member214709
Participant
0 Likes
936

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

Read only

0 Likes
936

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