Application Development 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: 

Barcode Print using GUI_DOWNLOAD

Former Member
0 Kudos

Dear All,

Trying to print retrived records from DB in Barcode Format using a report(no Smart Forms (or) Scripts Involved). using FM - GUI_DOWNLOAD with spec as follows,

EXPORTING

FILENAME = '*.PJ'

FILETYPE = 'ASC'

WRITE_FIELD_SEPARATOR = '|'

WRITE_LF = 'X'

TABLES

DATA_TAB = ITAB

FM generates a PJ file in a specified location. but report not prints the code in lable.

where does the bug is kindly help me to solve this issue.

Regards

Kv

1 REPLY 1

ravi_lanjewar
Contributor
0 Kudos

Hi,

Better to download in PDF format and installed barcode font's on you application server, Install in you local machine.