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

Print Picking labels

Former Member
0 Likes
1,455

Hi all,

I have to create an program to print the Picking labels.

It can be on two ways:

  • Define a printer per warehouse-storage type combination
  • Define a printer per warehouse-warehouse operator combination

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,125

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.

Hi all,

I have to create an program to print the Picking labels.

It can be on two ways:

  • Define a printer per warehouse-storage type combination
  • Define a printer per warehouse-warehouse operator combination

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,126

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.

Read only

0 Likes
1,125

Thanks for your answer!

Is that in the customizing Rawat?

Kind regards,

Pieter

Read only

0 Likes
1,125

Printer has to be maintained in SPDD.

Whereas assignment of printer to smartform has to be done in the driver program coding.