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

Printing SAP Script

0 Likes
492

Hi Friends,

How to print the same SAP script in 3 different locations?

for example, I'm having one delivery ticket with 3 different storage locations,I've created a ZTABLE, will have the corresponding printer name for the particular storage location. Based on the ztable entries I need to print the delivery ticket in 3 different locations.

Kindly help me to short out this problem.

Thanks & Regards,

Thayalan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

Hi,

In your print program, select the printers from your bespoke table.

loop around that and repeat the process for the output assigning the printer name to the ITCPO/ITCPP structures with the ones you have on you bespoke tables.

Remember, You have to convert the printer names to 4 character (short name of the printer) so for that you can use function module CONVERSPDEV

Hope this helps,

regards,

Satya

2 REPLIES 2
Read only

Former Member
0 Likes
460

Hi,

In your print program, select the printers from your bespoke table.

loop around that and repeat the process for the output assigning the printer name to the ITCPO/ITCPP structures with the ones you have on you bespoke tables.

Remember, You have to convert the printer names to 4 character (short name of the printer) so for that you can use function module CONVERSPDEV

Hope this helps,

regards,

Satya

Read only

0 Likes
459

Thanks