cancel
Showing results for 
Search instead for 
Did you mean: 

Can I print a color logo from SAPScript form?

fisher_li
Participant
0 Kudos

To the SAPScript gurus,

Can I print a logo which has multiple colors from SAPScript form?

Thanks in advance!

Fisher Li

Accepted Solutions (0)

Answers (6)

Answers (6)

fisher_li
Participant
0 Kudos

Thank everyone for the answers!

I am waiting for my co-worker to create the bitmap file for the color logo.

After that I will follow your solutions!

Thanks again!

Fisher Li

Former Member
0 Kudos

Check SPAD Tcode and select your SAP Printer, You have to select color printer option in attributes tab.

Regards,

Joan

Former Member
0 Kudos

Hi,

To include a graphic in your form, perform the following steps:

1. Import the graphic into the document server.

2. Preview the graphic printout.

3. Include the graphic in a form.

1. Import the graphic into the document server.

1.From the SAP standard menu, choose Tools -> SAPscript ->Administration -> SE78 -

Graphic.

2.From the workplace menu, choose Stored on document server ->GRAPHICS ->BMAP.

3.On the SAPscript graphics management window, choose.

4.On the Import graphic window:

a.In the File name field, enter the file location (on your presentation

server) where the import program can find the graphic (for

example, C:\SAPlogo.bmp).

b.In the Name field, enter a name for the graphic (for example,

LOGO_01).

c.In the Description field, enter a description (for example, COMPANY

LOGO).

d.Choose.

5.Choose Exit to return to SAP standard menu

2.Preview the Graphics Printout

1.From the SAP standard menu, choose Tools -> SAPscript ->Administration->

SE78 - Graphic.

2.From the workplace menu, choose Stored on document server ->

GRAPHICS -> BMAP.

3.On the SAPscript graphics management screen:

a. Enter the graphic name in the Name field (for example, LOGO_01).

b.To preview the graphic, choose

c. Choose Exit to return to the SAP Easy Access screen.

3.Inculde the Graphic in the Form

To include your company logo in a form, you must create a graphic.

SAPscript creates a new window and places it automatically on the

top left corner of the page.

1.From the SAP standard menu, choose Tools -> SAPscript -> SE71 -

Form.

2.In the Form Painter: Request screen:

a. Enter ZVORDER02 in the Form field.

b. G Enter EN in the Language field.

c. G Select Page layout.

d. Choose Change.

3. In the Design Window, right-click to access the form layout

manipulation menu and choose Create graphic.

4.On the Include graphic screen:

a.Enter the name of the graphic (for example, LOGO_01).

b.Choose

The new graphic is always positioned in the top left corner of the

form.

Former Member
0 Kudos

Hi,

try this .

1.Go to transaction SE78 (Administration of Form Graphics).

2.Double-click on u201CGRAPHICSu201D node and click on u201CImport (F5)u201D to import the image.

3.Select the file name by using the F4 functionality available. Name your graphic and enter a short description. If you have color image, select the radio button u201CColor Bitmap imageu201D. Click on tick mark to proceed.

4.The graphic is imported and is stored in u201CBusiness Document Serveru201D.

You can test this by selecting print preview:

for sap script also follow same process ,once upload logo into sap server ,then

choose Window -->Create --> Graphic

Former Member
0 Kudos

hi,

only 256 colors are supported...so make sure ur image contains those colors....else the image will have a different display effect.

so open ur image using mspaint and save it so that it confines to the 256 colors.

Regards

Jayapriya

Former Member
0 Kudos

Yes.. y not.. upload the Color picture into SAP using the Tcode SE78, select Stored on Document server --> Graphics --> Bitmap

In the radio button select Color bitmap Image

Now in the SapScript use the Graphic Window to specify the picture..

Former Member
0 Kudos

Check this link...

[;