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

all fields not displayed

Former Member
0 Likes
3,131

hi sap,

when i run my report on foreground it dislays all the values but when try to run it in back ground it doenst display all the fields.

for ex: if there 20 fields then it displays only 13 of them or it displays only the 12 fields of according to the line size.

how can i display everything? can you please tell how to increse the line size or is it a problem with the line size or some other problem.

regards,

laya.

hi sap,

when i run my report on foreground it dislays all the values but when try to run it in back ground it doenst display all the fields.

for ex: if there 20 fields then it displays only 13 of them or it displays only the 12 fields of according to the line size.

how can i display everything? can you please tell how to increse the line size or is it a problem with the line size or some other problem.

regards,

laya.

15 REPLIES 15
Read only

Former Member
0 Likes
2,472

In background the maximum size of line allowed is 255, so the remaining gets truncated.

Either shorten the length of line display in background, or there is some SAP note to increase the width of the spool.

Read only

GauthamV
Active Contributor
0 Likes
2,472

a

Read only

Former Member
0 Likes
2,472

Hi,

Try the following:

Report <report-name> no standard page heading line-size 300.

...

...

Best Regards,

Suresh

Read only

0 Likes
2,472

This message was moderated.

Read only

Former Member
0 Likes
2,472

Go to SM37 --- Place the cursor on the job and select the spool.

Later Select the Spool Number, there in application tool bar you can find the Request Attributes (F8) select that one and there you can select the OUTPUT device and format .

You can select the max rows & Max columns Format over there if it is not there you basis people will create the same as you want ..

Regards,

madan Mohan,

Read only

Former Member
0 Likes
2,472

HI,

The solution to this problem is to select X_65_255 format just before saving the Background job.

Navigation at selection screen is as:- Menu Option-> Program->Execute in Background->Format = X_65_255

Hope it helps.

Thanks,

Daya

Read only

Former Member
0 Likes
2,472

Hi Munna,

Just check the below thread where I have mentioned how to increase the spool format size.

It requires SPAD transaction access, check whether you have that else check with your basis team.

Br/Manas

Read only

0 Likes
2,472

hi manas,

thank you so much... i have seen the thread but it helped me bit but not full and can you please navigate me step by step as to how can i increase the line size.

i have an access to the TCODE : SPAD.

regards,

laya.

Read only

0 Likes
2,472

This message was moderated.

Read only

0 Likes
2,472

This message was moderated.

Read only

0 Likes
2,472

This message was moderated.

Read only

0 Likes
2,472

Read the Rules of this Forum, to know why Ive reported you to the Moderators to take further action on you.

pk

Read only

0 Likes
2,472

Step 1:

Go to SPAD, Click on full administration,

Go to Device Types tab,

Click on the Display button beside Format Types,

Check for the format X_65_1024/4 with 65 lines and 1024 columns.

If its there, then you can use it through window default printer LOCL or LP01.

Else create a new format say Z_65_1024/4 by clicking on the create button above. Give the details as below.

Step 2:

Then come back to Device Types tab, click on the Display button beside Device Types.

Select SAPWIN device type and click on create using template, like below.

Now ZSAPWIN Device type is ready.

Then select ZSAPWIN and click on formats. Add the format Z_65_1024/4 by clicking on create button.

Step 3:

Now come back to the Devices/servers tab.

Click the display button beside Output Devices.

Select LOCL device and click on create using template, like below.

Only change the SAPWIN to ZSAPWIN. Now while scheduling the job in background select device as ZLOCL and format as Z_65_1024/4.

Read only

0 Likes
2,472

thank you so much manas.

its done with the help of your valueble support.

what i have did is

i went to SPAD -> SETTINGS - > SPOOL SYSTEMS - > CLICK ON OTHER -> TICK the 1st check box.

then i got the fields as requiered.

thank you so much for your valuble answer.

regards,

jacob.

Read only

Former Member
0 Likes
2,472

answered.