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

ALV background job problem ...

former_member530652
Participant
0 Likes
2,248

Hi All,

I have one Z report in which there are around 70 columns .....but when i run this report in background only few columns appear in the output .....

I made changes so that output will be ALV list ... but when i try to open the background job file it is showing error as Request 7,107 in system TIM: internal error 0000000040/ 32 in spooler (buffer too short)

any solution ??

Hi All,

I have one Z report in which there are around 70 columns .....but when i run this report in background only few columns appear in the output .....

I made changes so that output will be ALV list ... but when i try to open the background job file it is showing error as Request 7,107 in system TIM: internal error 0000000040/ 32 in spooler (buffer too short)

any solution ??

11 REPLIES 11
Read only

Former Member
0 Likes
1,520

try a Temse consistency check... tcode is SP12

Read only

0 Likes
1,520

Is there any other solution for this problem ....not getting through SP12

Read only

Former Member
0 Likes
1,520

R u using ALV grid? or ALV list?

Regards,

Aparna

Read only

0 Likes
1,520

I used ALV grid first but didn't get proper output in background job as last few fields didn't appear in the output ...after that i used ALV list but it is showing error as i mentioned in the 1st question ....

Read only

Former Member
0 Likes
1,520

Hi Sandeep,

Change the 1st statement of your program

REPORT ZALV LINE-SIZE 300.

Specify output device as LOCL or LP01 with format as X_65_255 for 255 character width of output.

If width of ALV output is more than 255 say 325, then create a format in SPAD as X_65_325 & assign the same to ALV.

Best regards,

Prashant

Read only

0 Likes
1,520

Hi Prashant,

In my report as per you mentioned 1st line is as follows

REPORT ZVR206_SALESORDERLIST

LINE-SIZE 580

LINE-COUNT 65

MESSAGE-ID ZTILMSG

NO STANDARD PAGE HEADING.

when i do f9 and choose X_65_255 it gives error that 580 columns too great for format "X_65_255"

what i suppose to do now ??

Read only

Former Member
0 Likes
1,520

hi:

It seems buffer problem probably you are gathering large amount of data. Just for testing person, I would suggest to select only 100 / 1000 records and then execute it, if the result is as per your desire then 100% you need to use open cursor for it .

Regards

Shashi

Read only

Former Member
0 Likes
1,520

Hi Sandeep,

While defining the background job ... STEP 1... you mention the program name, variant etc.. click on PRINT SPECIFICATION & pass the format as X_65_580.

Ensure that you have created such a format in SPAD transaction => Page format => NEW

Assign the new format to the Output device which you are mentioning in the background job.

Best regards,

Prashant

Read only

0 Likes
1,520

Hi Prashant,

Can you please tell me in detail how to create such format through SPAD ....I tried but didn't able to create it.....

Read only

0 Likes
1,520

Hi,

How to solve the error? I got the same error.

appreciate for your help.

Regards,

Yan

Read only

0 Likes
1,520

Hi,

I've answered this old thread for any in future who face this same problem.

In SM37:

Goto>Display Requests>Settings...

Then in "Display area"-->"From page"

Set it to from page 1 - "no pages of spool" then try to display

the spool again.