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

scripts-Labels?

Former Member
0 Likes
726

what is a label in scripts?what is the purpose of labels ?how can you create the labels ?

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
572

Labels are the small sticker say the address stickers which you will put on the envelops which carries the mails to customer.

To create the lables you need to create as many main windows in one page restricted to 100 main windows. Put your code in the text elements of the main window. You will need to put code only in one window's element. Because the text are attached at the window level, not at the page window level.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
572

Hi

To create labels in SAPSCRIPT, you will have to define multiple MAIN WINDOWS in the Page Window.. try the following steps..

Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.

1. Create a page window and assign it to a page.

2. Choose Edit --> Main windows.

A dialog box appears.

3. Enter values in the fields Area width and Area height in accordance with the input guidelines for main windows.

4. Enter values in the fields Spacing and Number in the Horizontal group if you want to use multiple columns. You can ignore the fields in the Vertical group.

5. Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the Horizontal and Vertical groups.

Also Check these links.

Regards

Anji

Read only

Former Member
0 Likes
572

Hi

what is label format?

The design of a bar code label; the arrangement of the text, lines and bar codes on a label.

Editing data labels format.

Select on the data label you want to change.

A small black box appears on either side of each of the data labels in the data series.

Click on the data label again.

A small black box appears at each of the four corners of the data label.

Click on the data label a third time.

A vertical cursor appears. You can move the cursor using the arrows and can edit the text.

Aligning data labels

Double-click the data label.

Choose Alignment.

Select the required Text alignment and the Orientation.

Positioning data labels

Double-click the data label.

Choose Alignment.

Select the required Position.

Specifying the number format of data labels

Double-click the data label.

Choose Number.

Select the required number format.

Specifying the text format of data labels

Double-click the data label.

Choose Font.

Select the required text format.

Specifying the border and fill attributes of data labels

Double-click the data label.

Choose Pattern.

Specify the border and fill attributes.

For creating the Label in Sapscript first you have to install ZEBRA software on your PC for printing Label.In that ZEBRA software you can create your Label as per your requirement.In that only you can generate .lbl and .itf file for that label that you have created.Some code in ZPL language will be generated in that itf file.You have to copy these ZPL codes in your sapscript.Now when you will execute this Sapscript form your Label will be created.

http://help.sap.com/saphelp_sm32/helpdata/en/80/27ccf7e4698449b0f175e39c36c0b1/content.htm

http://www.datamaxcorp.com/_assets/library/pdf/sap_91803.pdf#search=%22LABEL%20PRINTING%20IN%20SAP%2...

We use it to create bar code labels.

To create labels in SAPSCRIPT, you will have to define multiple MAIN WINDOWS in the Page Window.. try the following steps..

Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.

1. Create a page window and assign it to a page.

2. Choose Edit --> Main windows.

A dialog box appears.

3. Enter values in the fields Area width and Area height in accordance with the input guidelines for main windows.

4. Enter values in the fields Spacing and Number in the Horizontal group if you want to use multiple columns. You can ignore the fields in the Vertical group.

5. Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the Horizontal and Vertical groups.

Also Check these links.