2006 May 05 1:44 PM
Hi all,
I'm getting the following error when I try to print a form (transaction SFP - Form Builder):
Cannot find PDL type for output device LOCL
Message no. FPRUNX113
Does anybody know why I'm getting this error? I get it for all forms I try, but not when e.g. I print some source code in se80..., so I guess it's not due to my printer settings.
tia,
Jeroen
2006 May 05 2:09 PM
Hi Jeroen,
Maybe you don't have in the TSP03 table the Printer Declaration for the LOCL Output Device (TSP03-PADEST field).
Please take a look at SE16 transaction to confirm it.
NOTE: Try to see also the ADS_GET_PRINTER_ATTRIBUTES function module and the LFP_PRINTPRI include, the error you are getting is occurring in the Line 60 of that include.
Regards,
Daniel Carvalho.
Hi all,
I'm getting the following error when I try to print a form (transaction SFP - Form Builder):
Cannot find PDL type for output device LOCL
Message no. FPRUNX113
Does anybody know why I'm getting this error? I get it for all forms I try, but not when e.g. I print some source code in se80..., so I guess it's not due to my printer settings.
tia,
Jeroen
2006 May 05 1:52 PM
Do you have a local printer mapped in SAP?
Usually BASIS team maps something called LOCL so that it takes the default printer of your system to print the data.
Regards,
Ravi
2006 May 05 2:41 PM
2006 May 05 3:05 PM
hi jeroen,
here my suggestion is y don't u try to print with someother printer
check weather ur getting the same problem again
otherwise it should be the problem with the printer settings
Regards,
Naveen
2006 May 05 2:09 PM
Hi Jeroen,
Maybe you don't have in the TSP03 table the Printer Declaration for the LOCL Output Device (TSP03-PADEST field).
Please take a look at SE16 transaction to confirm it.
NOTE: Try to see also the ADS_GET_PRINTER_ATTRIBUTES function module and the LFP_PRINTPRI include, the error you are getting is occurring in the Line 60 of that include.
Regards,
Daniel Carvalho.
2006 May 05 2:40 PM
Hi,
Thanks for your reply.
I've checked TSP03 and there is a LOCL Output Device.
I've also checked LFP_PRINTPRI in debug mode and at some point it is looking in TSP0B for TSP0B-PATYPE eq 'SWIN'. Such a record does no exist in TSP0B, but in TSP03 there is a record with PATYPE eq 'SWIN', it is the same record where TSP03-PADEST eq 'LOCL'...
Jeroen
2006 May 05 3:17 PM