2014 Aug 14 9:06 AM
Hi all,
I have to create an program to print the Picking labels.
It can be on two ways:
Now, how do I know which way to print the Picking list? Is this in the customizing or can the printer selecting in the code on one of this way and how can you exactly do it?
Thanks in advance.
Kind regards,
Pieter Lemaire
2014 Aug 14 9:16 AM
Hi,
First the printer needs to be configured in the system.
After which,
Printer can be assigned while making a call to the smartform.
So, you will have to decide which printer to go for depending upon the conditions and assign it to print parameter of the smartform.
2014 Aug 14 9:16 AM
Hi,
First the printer needs to be configured in the system.
After which,
Printer can be assigned while making a call to the smartform.
So, you will have to decide which printer to go for depending upon the conditions and assign it to print parameter of the smartform.
2014 Aug 14 9:24 AM
Thanks for your answer!
Is that in the customizing Rawat?
Kind regards,
Pieter
2014 Aug 14 9:30 AM
Printer has to be maintained in SPDD.
Whereas assignment of printer to smartform has to be done in the driver program coding.