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

Default Spool Format Type

corinne_lofts
Participant
0 Likes
4,848

Hi everyone,

I am trying to understand what is happening to one user.

The user is calling LI04 and select "Print in Landscape".

The transaction allows for a printer to be selected but not a specific format.

The "RLLI0400" List Name and Print Report are selected.

When the program runs the generated spool picks up a X_44_120 spool format type and the last few lines are missing.

When trying to reprint with changed parameters, selecting the X_65_132 the results are good, nothing is missing.

I suspect the default spool format type is X_44_120 and would like to change it so that the user doesn't have to run the program without immediate and then print the spool with changed parameters.

Adjusting the application program so that the list is directly generated with the appropriate device format type and no manual intervention is required is I think what I may need to do.

How do I go about doing that is my question?

I am not a ABAPer so at thsi stage I just want to understand how it is done in theory.

Thank you

Coco

9 REPLIES 9
Read only

former_member404244
Active Contributor
0 Likes
2,973

Hi,

Try this

Goto SPAD and change the settings from X_44_120 to X_65_132. This is just an assumption.

Regards,

Nagaraj

Read only

0 Likes
2,973

Hi,

I tried SPAD and can not find anywhere to associate a device and a default format.

Thanks anyway

Coco

Read only

0 Likes
2,973

Hello Coco,

SPAD is the transaction to associate page formats for the output decvices. Have a look at this

for the steps to assoicate a new page format to a output device

Vikranth

Read only

0 Likes
2,973

Thank you for the suggestion

The Output device I have is using the SAPWIN device type where the L format type is actually defined for X_44_120 and X_65_132, both Formats are set up to use any Page Format so if I am correct all the correct Page Format, Format type, Device Type and output devices needed are set up.

The issue is the link beteen the program run (where the printer, list and print report are selected) and the selected format itself.

I hope the above makes sense, I am hoping to explain/describe my issue correctly. If I am misunderstanding something please let me know.

Coco

Read only

0 Likes
2,973

So your question is how to make the format X_65_132, the default page format for SAPWIN instead of X_44_120 ?

Read only

0 Likes
2,973

Actually not to SAPWIN, as it may not be suitable to all programs/output devices using it but to the program beign transaction LI04.

Does that make sense?

Coco

Read only

0 Likes
2,973

sorry typo: I meant the program BEHIND Li04

Read only

0 Likes
2,973

The solution lied in a complete different are > the user had the wrong format set up as default which was ovewritting any selection from the TCODE/Program

Read only

corinne_lofts
Participant
0 Likes
2,973

Closed