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

Bar Code Generation in se38

satishkumar_c
Discoverer
0 Likes
714

Hi Friends,

               The project that i'm dealing with requires a bar code generation in se38, can we create a bar code for a field in the ABAP Report?

if possible can you guide me.

1 ACCEPTED SOLUTION
Read only

Laszlo_B
Product and Topic Expert
Product and Topic Expert
0 Likes
570

Hello Satish,

do I understand correctly that a barcode should be displayed on the screen when an end user runs a specific report in transaction SE38?

The reason I am asking this is that although I do not know to which extend ABAP supports displaying images within a "simple" SE38 report (apart from icons and symbols), but if images can be displayed, you can test report RSPO0031.

The report RSPO0031 is a SAP-standard report to test barcode generation with the "new barcode technology".

The "new barcode technology" means that R/3 will generate the image of the barcode, and this image will be sent to the printer for actual printout.

So if such an image can be embedded, see SAP Note #645158 - "New bar code technology" for details.

Best regards,

Laszlo

2 REPLIES 2
Read only

Laszlo_B
Product and Topic Expert
Product and Topic Expert
0 Likes
571

Hello Satish,

do I understand correctly that a barcode should be displayed on the screen when an end user runs a specific report in transaction SE38?

The reason I am asking this is that although I do not know to which extend ABAP supports displaying images within a "simple" SE38 report (apart from icons and symbols), but if images can be displayed, you can test report RSPO0031.

The report RSPO0031 is a SAP-standard report to test barcode generation with the "new barcode technology".

The "new barcode technology" means that R/3 will generate the image of the barcode, and this image will be sent to the printer for actual printout.

So if such an image can be embedded, see SAP Note #645158 - "New bar code technology" for details.

Best regards,

Laszlo

Read only

0 Likes
570

Thanks Laszlo.