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

SAP Script

Former Member
0 Likes
359

Hi all,

How to create LABEL in SAP Script?

3 REPLIES 3
Read only

Former Member
0 Likes
330

Hi Raga,

PL follow these steps to design labels in SAPSCRIPT.

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.

The value in the field Left margin varies from main window to main window if multiple columns are used.

Suggest you to Search in SDN with key - Label

Will get few more useful related Posts.

Reward points if this Helps.

Manish

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
Read only

Former Member
0 Likes
330

hi

i think you already know a script from scratch,but you want to know how to add a label on that

assign a paragraph & character format for your script

in character format there are enough barcodes use f4 help and select any barcode

most of the cases we use code 39 barcode & go to the page windows and select a window where do you want to get this label and on that window text

give the paragraph format you already created & application toolbar

format- character and select the character format you created for barcode

Regards

Phani