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 job running via source code.

former_member767034
Discoverer
0 Likes
1,104

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
Read only

former_member767034
Discoverer
0 Likes
1,068

Hi all,

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

Thanks.

Read only

0 Likes
1,068

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.

Read only

0 Likes
1,068

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.

Read only

0 Likes
1,068

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

Read only

0 Likes
1,068

which report format are u using.ALV or Normal

Read only

0 Likes
1,068

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