Hi All,
How can I display Barcode for internal table data in the Adobe Form layout?
My form will trigger from MIGO and the standard Driver program SAPM07DR will be used. I am using the FM 'GET_SERNOS_OF_DOCUMENT' in the Form Interface to get the Serial Numbers for the GR line item into an internal table. I need to display each Serial Number value as well as the corresponding Barcode in the Form.
Example:
SR1 <Barcode 1>
SR2 <Barcode 2>
SR3 <Barcode 3>
For individual field values, I know how to go about it. But I am not able to bind the Barcode field to TABLE->DATA.
Any suggestions?
Regards,
Swagata.