SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Display Wide spool

0 Kudos

Hi,

Developed Printworkbench  which is  generating XML  in Spool,

but I can see truncated information.

Please let me know, how to view complete information in spool.

Any settings to be change ?

Thanks,

Ravi

1 REPLY 1

AmlanBanerjee
Active Contributor
0 Kudos

Hi Ravi,

Go to transaction code SPAD -->FULL ADMINISTRATION --> DEVICE TYPES --> FORMAT TYPES and there you can see all the available formats.

Create a new format Z_65_700 in the similar manner with X_255... with a different number of columns (700) and save it.

Then in the tab DEVICE/SERVERS go to OUTPUT DEVICES and type your printer -> ENTER -> then from the Menu GOTO device type -> then there is a button FORMATS where you can see all the existing formats (plus the one you have just created). Find it and choose it. Then save.

Now you have attached the new format to your printer.

Alternatively, you can execute your program with F9 and not F8 from the selection screen.

It will ask you for printers, formats etc.

In there you select the appropriate printer and then (after ENTER) you have to go down to formats and select the new format.

Do not print it immediately, click only the NEW SPOOL REQUEST check button.

This will create a new spool request.

Now, if you go to SP01 you will find the number of your finished job. If you click the ABAP list button it will only show you columns with up to 255 characters.

But if you take the spool number and put it as a parameters to the zzz program , it will show everything.

Hope it helps..

Thanks,

Amlan