Skip to Content
0
Former Member
Jun 13, 2011 at 10:38 AM

Barcode Print using GUI_DOWNLOAD

49 Views

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