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

Barcode Print using GUI_DOWNLOAD

Former Member
0 Likes
370

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

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
Read only

ravi_lanjewar
Contributor
0 Likes
321

Hi,

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