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

LOGO

Former Member
0 Likes
432

Hi, can anyone give me a step-by-step example for insert a company logo in sapscript form? I am confused by the BMP format and tiff 6.0 format. I need the snapshot, and my mailbox is: yutoufish@gmail.com. Many thanks in advance!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
413

Hi

bmp and tiff are just two types of image formats. SAP Scripts support both of them. Resolution of tiff format is small but size is compact. BMP is heavy format.

check with the following link

http://www.sapmaterial.com/sap_script_made_easy.html

You have to follow following steps..

1) Go to se78 select Form graphics-> Stored on document server -> graphics -> bmap

2) Navigate to Menu::: Graphic -> Upload ( Or press F5)

3)Enter the path of the graphic u want to upload ( in bmp form)

4) Then go to se 71, create a form

5) create windows as applicable to u.

6) select any window and click edit then text elements

7) then navigate to menu insert-> graphic and specify the graphic you want to

upload.

Hope this helps to solve ur problem....

<b>do reward if useful....</b>

regards

dinesh

Message was edited by:

dinesh dhiman

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
413

1. Save the image file as BMP.

2. Opn the .BMP file in 'Imaging' Tool or Microsoft Photo Editor.

3. Zoom it as 100% and save it as .tiff file.

4. Open SE38 and execute program RSTXLDMC.

Give .Tiff file path name and set color as BMON.

5. Execute the Program and the image will be uploaded in SAP.

For script.

http://www.sap-img.com/ts001.htm

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
414

Hi

bmp and tiff are just two types of image formats. SAP Scripts support both of them. Resolution of tiff format is small but size is compact. BMP is heavy format.

check with the following link

http://www.sapmaterial.com/sap_script_made_easy.html

You have to follow following steps..

1) Go to se78 select Form graphics-> Stored on document server -> graphics -> bmap

2) Navigate to Menu::: Graphic -> Upload ( Or press F5)

3)Enter the path of the graphic u want to upload ( in bmp form)

4) Then go to se 71, create a form

5) create windows as applicable to u.

6) select any window and click edit then text elements

7) then navigate to menu insert-> graphic and specify the graphic you want to

upload.

Hope this helps to solve ur problem....

<b>do reward if useful....</b>

regards

dinesh

Message was edited by:

dinesh dhiman