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

Is it BASIS configuration task or ABAP task in Smartforms?

former_member202077
Participant
0 Likes
2,025

Hello,

Currently the material barcode is printing on one of our custom label as below, the barcode is a custom one as ZB_01

But the users want it in large size, as below,

Pl. let us know do BASIS has to change the configuration(increase size in SPAD t-code) or ABAP developer has to change the size in the smartform itself, if its ABAP then pl. let us know how to make it large?

Thank you

5 REPLIES 5
Read only

srikanthnalluri
Active Participant
0 Likes
1,885

Try to edit the font size in SE73.

Read only

former_member202077
Participant
0 Likes
1,885

Thank you, but I didn't find any font size field in SE73? Below is an example one, pl. let us know which field we have to change to make print large barcode?

Read only

roberto_vacca2
Active Contributor
0 Likes
1,885

Hi.

Double click on the code and set dimensions.

Hope to help

Bye

Read only

hedvig_rohonyi
Product and Topic Expert
Product and Topic Expert
0 Likes
1,885

Hi,

If you go to transaction SE73 - System barcodes, you can change the attributes of the barcode. If you use e.g.the new barcode technology please refer to note 645158 describes them in more details.

The size of the barcode is determined by two parameters:
- The width of the barcode depends on the width of the bars.
A code 128 barcode contains bars with 4 different widths. They always have a ratio of 1 : 2 : 3 : 4. So the width of the
smallest bars determines the width of the whole barcode.

This width can be set with the parameter 'Narrow module width'. It can contain values between 1 to 10. Unit is 1/600 inch.
So if you want to increase the width of the barcode, you should increase the 'Narrow module width'.

- The height of the barcode can be set with parameter 'Linear height'. The unit is again 1/600 inch.

Best regards,
Hedvig

Read only

ralf_wahlen3
Active Participant
1,885

Hi, its definitely a task for the developer. related to the barceode in the formular, check out snote

179534 for Zebra Printers. (Transaktion SE71) See also snote 2030263!!