cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript

Former Member
0 Kudos

Hi Friends,

Plz tell me how to put data directly on 99 instance of main window.

With Regards

Vipul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Procedure to create the label and how to use it for the printing purpose in sapscript.

1. Create the required label (Layout) in the BarOne software -> save it as .LBL file.

2. Go to Menu bar File - > Create format for mySAP business suite - > Include objects

in the Sapscript file will be checked here - > Next - > Include Logos and include

TTF as Bitmap fonts will be checked here - > Next - > Click on Browse button and

save it as .ITF file - > Press finish and close the window.

3. Go to SO10 Transaction. Create a text name here - > Go to Text - > upload - > check

the option ITF press ENTER - > Enter the path of .ITF file and press ENTER.

Save this standard text.

4. Create form in SE71 include this standard text in main window.

5. Pass this SAPSCRIPT FORM in the print program FM ‘OPEN_FORM’.