cancel
Showing results for 
Search instead for 
Did you mean: 

use of label in script?

Former Member
0 Kudos

what is the use of Label in sap script ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It is like Label Printing with other software like Zebra..

You design the layout in SE71 and write the ZPL Command(Zebra Printer ) into your program or layout .

Label size would be 4/6,3/3,3/5 and so on and it will have bar coding also.

Reward Points if it is helpful

regards,

preet

former_member609120
Contributor
0 Kudos

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.

Former Member
0 Kudos

can we print the label in smartforms ? u meansto say that.. labels means header text in the above of main window ..