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