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

problem with report display in background

Former Member
0 Likes
1,448

Hello all,

My report display contains 38 columns as output. When I schedule this in background, I could not see all 38 columns. The columns are truncated. can anybody suggest how to overcome this problem.

Many thanks,

Apps.

Hello all,

My report display contains 38 columns as output. When I schedule this in background, I could not see all 38 columns. The columns are truncated. can anybody suggest how to overcome this problem.

Many thanks,

Apps.

5 REPLIES 5
Read only

Former Member
0 Likes
958

Hi Applio,

Kindly go through this link below:

Hope it helps you

Regrds

Mansi

Read only

Former Member
0 Likes
958

Hi

You can have a max line-size of 1023 and if the values are exceeding this length, you need to display them on next line.. or you can use ALVs if you still want to display all the columns in the same line.

If the size of all the columns are exceeding 1023, it will get truncated..

Vinod.

Read only

Former Member
0 Likes
958

Hello,

There is limitation in number of colums you display in back ground .You cant run alv grid in background ,it has to be alv list and it works like classical report.

I suppose only option is to remove some fields which are less important.

Edited by: pratyush v on Feb 4, 2009 7:04 AM

Edited by: pratyush v on Feb 4, 2009 7:05 AM

Read only

Former Member
0 Likes
958

Hi,

I don't know whether I am correct or not. But try like

REPORT yfc_excise_jv_report NO STANDARD PAGE HEADING

LINE-SIZE 500.

Regards,

Venkat.

Read only

dp_prasad
Participant
0 Likes
958

Follow below steps,when u r scheduling a background job ..

go to SE38 -->enter the program name and Press F8

Go to Program-->Execute in Background-

It will pop-up a screen with Background print Parameters

Click on properties-> it will display spool properties

in general Attributes--> Format you can set different format which is capable of displaying the number of records required.

I Think this is printer dependent.You may consult your basis regarding new spool format for your requirement.

(in simple word: you need to assign a different spool format( if any available) to this program background job)

http://help.sap.com/saphelp_45b/helpdata/en/d9/4a99d051ea11d189570000e829fbbd/content.htm

Otherwise,if above step not possible, you may have to hide some of the fields if running in background..