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

Scripts

Former Member
0 Likes
814

Hi,

I am working on scripts.How can i download the logo and diplying in output. I am using this RSTXLDMC this prog. After execution of this i enterd path but it showing that <b>This is not a tiff file.</b>. Where i can find TIFF files.

Regards

Srinu

8 REPLIES 8
Read only

Former Member
0 Likes
791

The logo u can insert using RSTXLDMC should be file with .tiff extension only.

Open the image using Microsoft Photo Editor, then save as .tif.

Regards

Vasu

Read only

Former Member
0 Likes
791

Hi

Check the TCode OAER

1. Goto the transaction OAER

2. Enter the class name as 'PICTURES'

3. Enter the class type as 'OT'

4. Enter the object key as the name of the logo you wish to give

5. Execute

Check the logo u have uploaded in the folder and double click on that on the right side u can have a screen from there u can download ur logo and for upload also u can follow the same procedure

Regards

Pavan

Read only

amit_khare
Active Contributor
0 Likes
791

Use SE78 to upload BMP/TIFF logo and same can be use in SCRIPT byt inserting a GRAPHIC window.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
791

there is another option to upload logos in to sap scripts.

This can be done in transaction SO10. "Go to Environment>Administration>Graphic" menu option. Expand the tree and double click BMAP node. There should now be an upload button in the toolbar, or "Graphic-->Import" menu option.

You can also get here more directly by SE78

Give the image a "Z..." name and save it - it can then be included in SAPscripts.

/: BITMAP Z... OBJECT GRAPHICS ID BMAP TYPE BMON

<b>reward if useful.</b>

Read only

Former Member
0 Likes
791

Simple thing copy the image and paste in windows image maker and save the file as .tiff file, your problem is solved.

Read only

Former Member
0 Likes
791

Hi Sreenivas,

Go to Tcode se78 upload your image under bmap folder double click on tht and click on import button and upload your image either in black and white or color bitmap which is saved as .tiff or jpeg on your desktop.Now go to the window in your script form (se71) where you want to insert your image .Window -> Text elements ->Go to Insert in the menu ->Graphics and enter the name of your grahic mention in SE78

Reward Points If helpful.

Regards,

Harini.S

Read only

0 Likes
791

Hi harini,

Thanks for your response. I done the same thing what you replied. But i dint get the logo in output. What are things i need to be done.

Regards

Srinu

Read only

0 Likes
791

Hi,

After you upload your image in se78 did you check the print preview of your image?Check that once and if you find the image it should display on your script.Also check did you mention the logo window name in your print program.I mean open form,write form etc.,

Regards,

Harini.S