on 2024 Dec 09 2:55 PM
Hi experts,
I have following problem in SAP transaction SFP I try to print a barcode. The barcode is in a subform that is not wider than the page, I've already reduced the barcode to a small size.
But it still gets printed over the edge. I dont get the problem, I've tried a lot but the result is always the same. I use a 128 Barcode. It get declared as a GS1-128 Barcode.
In Designer:
In print view(When printed from zebra label printer its also over the edge)
Thank you for your help!
Request clarification before answering.
The mechanism I have found that addresses this problem is to set the data length of the bar code in a javascript function in either layout:ready or ready:form, depending on the form configuration.
this.ui.barcode.dataLength = this.rawValue.length.toString();
Regards,
Ryan Crosby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Teaman the suggestion I gave is not perfect but you'd have to play with your alignment to get it the best that you can, including possibly manually setting the width (if you are relying on the ticks), or adjusting your display for more tick marks.
User | Count |
---|---|
53 | |
5 | |
5 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.