Application Development 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: 

Picture in SAP Script Form

Former Member
0 Kudos

Hello!

Is it posible to add picture in SAP Script Form?

How?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Upload the picture using transaction SE78 and in script use the below statement.

/: BITMAP Z_50_YEARS OBJECT GRAPHICS ID BMAP TYPE BMON

4 REPLIES 4

Former Member
0 Kudos

Upload the picture using transaction SE78 and in script use the below statement.

/: BITMAP Z_50_YEARS OBJECT GRAPHICS ID BMAP TYPE BMON

Former Member
0 Kudos

Hi,

First Upload the image on Document server (se78) and then you can use the image for your form.

Regards

Vinod

Former Member
0 Kudos

Hi,

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:

5.Now go to transaction SMARTFORM.

Create a new form and give a short description for the same.

6.To display an image, right click on Main Window -->Create --> Graphic

7.Use F4 help to fill the fields.

8.Save and activate the workflow.

Test run the smart form, to check the appearance of the graphic.

for sap script also follow same process ,once upload logo into sap server ,then choose Window -->Create --> Graphic

Regrads,

Madhu

GauthamV
Active Contributor
0 Kudos

SEARCH in SCN you have so many posts on the same.