‎2008 Jun 18 8:20 AM
what actually is the concept of labelling in scripts and smartforms?
How to achieve this in scripts and smartforms?
‎2008 Jun 18 8:22 AM
hi,
label is a special symbology to represent human readable information such as a material number or batch number in machine readable format
check this link for labels in scripts
http://www.sap-img.com/sapscripts/sample-sapscripts-label-printing-program.htm
I think you cannot print labels in smartforms
regards
prasanth
‎2008 Jun 18 8:22 AM
hi,
label is a special symbology to represent human readable information such as a material number or batch number in machine readable format
check this link for labels in scripts
http://www.sap-img.com/sapscripts/sample-sapscripts-label-printing-program.htm
I think you cannot print labels in smartforms
regards
prasanth
‎2008 Jun 18 8:35 AM
smart form is gui supported.
Labels are used in Sap-script and not in SmartForm which are
created in the ScriptEditor
Labels can also get printed in SMART FORMS. We can print
this labels on ZEEBRA printers using smart forms.
For e.g: On shop floor line side users can able to print
labels with PART NO: and PART NAME: so that they can attach
these labels to assembly line body parts.
Refer the following link for sample code.
http://www.sap-img.com/sapscripts/sample-sapscripts-label-printing-program.htm
Regards,
Jagadish
‎2008 Jun 18 8:38 AM
Hi,
This is simple, and the same as what you are doing in the SAPSCRIPT. You have to create a Label with the Barcodes.
Regards,
Viji.