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: 

sapscript problem

Former Member
0 Kudos

hi all,

i am trying to upload a logo to zmedruck using RSTXLDMC. i uploaded the logo (.tif) file using RSTXLDMC

and added the 'include' to the code in the header window.

but the logo is not uploaded.

wht could be the problem.

thnx in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

Though the uploaded logo file is not in .tiff format, sap script doesnt throw error. at the same time, it doesnt display the logo.

so, check whether the file you uploaded is in tiff format or not.

Regards,

Sailaja.

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos

HI Amar,

Once you upload the image in tiff format. It gets uploaded as a standard text and not as a bmp image.

So, have you done this or something else?

In text elements section of the script,

Chose from menu:

Insert->Text->Standard.

Regards,

ravi

Former Member
0 Kudos

Amar,

Follow the below step while uploading the image file:

Steps for uploading Logo :-:

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

6. Then in the new screen select Standard doc. types in bottom window

Click on the Screen icon

Now, it will ask for the file path where you have to upload the logo

Check the link http://www.sap-img.com/fu002.htm

Regards,

Prakash.

Former Member
0 Kudos

Hello Amar,

Take a print out of the form and check.

If useful reward.

Vasanth

Former Member
0 Kudos

Hi,

If you use the Program RSTXLDMC, it will upload the LOGO in .tif Format, so you need do in this way

In text elements section of the script,

Chose from menu:

Insert->Text->Standard.

Below are the steps:

1. First save the file as BMP

2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and

make it Zoom as 100% and save as *.TIFF

3. Open SE38 and execute program RSTXLDMC

4. Give your TIFF file path name

5. Select Bcol (for Color)

6. TEXT ID will be ZHEX-MACRO-*.

7. Inplace of * write your own logo name (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

<b>In Script:</b>

: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E

-


**** -


In another way, you can use SE78 to get the logo from presentation server to SAP, this will come as BIT file, so here you can use Insert -> Graphics --> then give the name of the logo ...

Mark all the helpful answers

Regards

Sudheer

Former Member
0 Kudos

hi,

Though the uploaded logo file is not in .tiff format, sap script doesnt throw error. at the same time, it doesnt display the logo.

so, check whether the file you uploaded is in tiff format or not.

Regards,

Sailaja.