‎2005 Dec 13 10:57 AM
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
‎2005 Dec 15 4:52 PM
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
‎2005 Dec 15 4:52 PM
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
‎2012 Feb 07 10:17 AM