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: 

Z report execute in background where is the layout defined.

former_member1349771
Participant
0 Kudos
245

I want to make changes to existing report.

This report runs in background & give output in ALV format.Now i need to modify this format of ALV.

I have changes in program.In foreground the out come but in background some new fields are missing.

Where is this layout define while excuting in background.

Plz guide.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
85

Hi

I think the paper size is not bale to fit for the same

use a different for the output and check

check the paper size of the backgorund spool generated

Regards

Shiva

2 REPLIES 2

Former Member
0 Kudos
86

Hi

I think the paper size is not bale to fit for the same

use a different for the output and check

check the paper size of the backgorund spool generated

Regards

Shiva

Former Member
0 Kudos
85

Hi

Make sure that you have defined your fieldcatalog properly for all the fields you want to be dispalyed. Also check is you have made any sy-batch check in your program for only some fields. If the problrm still persists, goto SM37, type jdbg in the command window and debug the prog executed in background.

THanks

Vijay