‎2009 Oct 26 12:00 PM
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
‎2009 Oct 26 12:15 PM
Hi,
Try this
Goto SPAD and change the settings from X_44_120 to X_65_132. This is just an assumption.
Regards,
Nagaraj
‎2009 Oct 26 12:42 PM
Hi,
I tried SPAD and can not find anywhere to associate a device and a default format.
Thanks anyway
Coco
‎2009 Oct 26 1:05 PM
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
‎2009 Oct 26 2:01 PM
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
‎2009 Oct 26 2:05 PM
So your question is how to make the format X_65_132, the default page format for SAPWIN instead of X_44_120 ?
‎2009 Oct 26 2:09 PM
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
‎2009 Oct 26 2:13 PM
‎2009 Nov 04 10:54 AM
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
‎2009 Nov 04 10:54 AM