Application Development 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: 

Background job running via source code.

former_member767034
Discoverer
0 Kudos

Hi All,

I have a question.I am using FM(Job_open and Job_close) and submitting the job with parameters for background job run but in foreground o/p format am getting the correct output where as in spool the output is wrong.Can anyone pls suggest.

6 REPLIES 6

former_member767034
Discoverer
0 Kudos

Hi all,

Its solved now.It was due to no data upload in internal table.

Thanks.

0 Kudos

I'm having a similar issue. There are 3 columns missing in the Spool, whereas things look good in Direct Processing. Can you please explain a bit more why this has anything to do with internal table? Thanks.

0 Kudos

Hi Li Li,

Have u checked all the internal table which are used for  processing for spool.Those should be loaded first before generating spool.Can u debug the background job and check.

0 Kudos

Hi, my problem is probably different. I don't think it's related to data.. because even the column headings are not shown in the output for the missing fields. appreciate your response though

0 Kudos

which report format are u using.ALV or Normal

0 Kudos

Hi Li Li,

Is your output is getting truncated? If Yes, In that case you need to

  1. configure Output device and its format parameters or
  2. manually change it before scheduling the report in background.

Thanks

NG