Topic: 【精华】熟悉SAP条码功能的,有开发过类似的达达请进来支下招

ERP俱乐部

第 1 页 总共 1 页 [共有 7 条记录]


Posted by 皮皮熊 on 2008-06-11 03:24 下午
熟悉SAP条码功能的,有开发过类似的达达请进来支下招?
有开发实例说明最好
我的邮箱,MSN:gexiaofeng524@163.com

Posted by PINERY on 2008-06-19 10:41 上午

好:
    你可以变通的来实现这一个功能,通过ABAP在本地生成一个文本文件,然后使用条码打印机(基本上所有的打印机都可以)自带的打印程序来进行打印指定的文本文件;我公司原来没上SAP的时候我也是使用类似的方法实现的,上来SAP后我也是使用这中方式实现的,这中方式的好处是在进行ABAP编程时不需要考虑什么品牌的打印机,把ABAP不好实现的变得容易了(部份条码打印机不支持在线连接SAP),缺点是需要进行两步操作,在SAP上进行操作资料下载,然后在执行条码打印(可以做成模版)


Posted by kairine on 2008-06-20 11:46 上午
通过ABAP在本地生成一个文本文件,然后使用条码打印机(基本上所有的打印机都可以)

应该是中间用了一个Bartender软件吧. 是它来读取这个TXT文件, 然后它向打印机发出BARCODE的指令打印.

Posted by 皮皮熊 on 2008-06-20 05:11 下午
能够留下你们的MSN 谢谢

Posted by 皮皮熊 on 2008-06-20 05:21 下午
高手们 能否制作一个具体的操作过程 ,将此技术分享出来啊
谢谢

Posted by 皮皮熊 on 2008-06-23 02:11 下午
高手们 出来支哈招啊

Posted by abapsydney on 2008-06-24 07:35 上午
If you implment barcode print in Smartform with New Barcode Technology, you can just only put it in form window as normal form printout, the only different is you need to do:
1. copy standard new barcode font as Z*.
2. copy device for your barcode print as Z*, then include new barcode font Z* as system font.
3. create form to include barcode fields with barcode printer command if needed (when page rotation, etc)
4. test and print with your barcode printers

If you implement this with Sapscript form, just do as what we have done for so many years