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

Field length

Former Member
0 Likes
1,645

Hi All,

data: begin of t_spooltab occurs 0,

spoolid(10),

docno(10),

end of t_spooltab.

In the above code what is spoolid(10) .Either it occupies 10 pages in one spoolid or else it length is 10.

After executing the report .Spool is generated.But when i open pdf file in status bar message is " Only page 1 to page 10 of 14 displayed "..but when i open pdf file only 10 pages are there.

Why it is not showing 14 pages.

Regards,

Raj.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,615

Hi,

are you open the pdf-file with acrobat??

If yes, you need to change the settings for "read" and max. showing of pages.

Hope this helps

Nicole

Hi,

are you open the pdf-file with acrobat??

If yes, you need to change the settings for "read" and max. showing of pages.

Hope this helps

Nicole

12 REPLIES 12
Read only

Former Member
0 Likes
1,616

Hi,

are you open the pdf-file with acrobat??

If yes, you need to change the settings for "read" and max. showing of pages.

Hope this helps

Nicole

Read only

0 Likes
1,615

Hi,

Not acrobat.In sp01 transaction When i click a particular spool number.

Regards,

Raj.

Read only

0 Likes
1,615

Hi,

you can also set the count of pages inside sp01. /goto/ display request/ content

If you change the "to page" to 15, do you see any 14 pages??

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,615

>

> Not acrobat.In sp01 transaction When i click a particular spool number.

This is because displaying more than 10 pages might cause memory overflow !!! (atleast SAP says so)

Read only

0 Likes
1,615

Maybe i don´t understand your problem.

You asked for showing all pages and then, you say it´s possible because of the memory overflow.

Read only

0 Likes
1,615

Hi,

Can you please tell me the solution for this.

Regards,

Raj.

Read only

0 Likes
1,615

in spool display in menu bar

GOTO->DISPLAY REQUEST->SETTINGS

here you can maintain the number of pages to be displayed... but if you keep too much then itmay cause system overflow.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,615

Click the "Settings" button (Ctrl + Shift + F10) & select the range of pages you want to display(from page , to page).

You'll get a warning message about "memory overflow", ignore it.

BR,

Suhas

Read only

0 Likes
1,615

And you can also click in setting, that you only want to see the last 4 pages.

Read only

0 Likes
1,615

Hi Suhas,

I did'nt get any warning message like "memory overfolw" in Production server.

Regards,

Raj.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,615

>

> I did'nt get any warning message like "memory overfolw" in Production server.

May be this is some Basis setting i am not aware of. I checked in my PROD, i do get the pop up

Cheers,

Suhas

Read only

0 Likes
1,615

This message is very old, from the mid 90ies or even older, I don't think that displaying >10 pages presents a serious problem for today's hardware (up to some limit of course). Not sure why SAP is keeping it in the standard. Should be asked in "Netweaver Admin"...

Thomas