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: 

Logo is not apearing sap script

Former Member
0 Kudos

In sap script there is a features where u can download the script in html . But when i download the script in html the logo which was appearing in the original layout is missing .

Now my question is what are he necessary setting i will do so that logo should come in HTMl .

Presently i m inserting the HTML code <img scr = c:\image.jpeg > inside the HTML souce. Now logo is coming . But when i send this HTML page to some remote user the logo is not coming because image.jpeg is not in he user c directory.

Now where i put my image so that its globally avaiable to all user.

Thanks

Points reward is guaranted

7 REPLIES 7

Former Member
0 Kudos

Hi,

Upload your logo in SE78.

Save your logo in .BMP or .TIFF and upload through SE78.

This can be used globally.

Thanks.

If this helps you reward with points.

Former Member
0 Kudos

Hi kishan,

1. one way (probably u might be aware of)

is uploading the image file (TIF file)

using se38 program

RSTXLDMC

2. then use it in your sapscript layout using

/: INCLUDE ZHEX-MACRO-BMON-FREE OBJECT TEXT ID ST

regards,

amit m.

0 Kudos

hi amit n deepak ....

i understand what u want to say ....

but my problem is tat , logo is already coming in sapscript printout ...but when i want to se the output in html format then logo is not coming .....

thnx ......

0 Kudos

Hi,

Use this Fm to download your image 'SAPSCRIPT_GET_GRAPHIC_BDS '.

Later you need to change it to .BMP format using FM 'SAPSCRIPT_CONVERT_BITMAP' with OLD_FORMAT = 'BDS' and NEW_FORMAT = 'BMP'.

And then use table parameter BITMAP_FILE to download with file format BIN.

I dont know about HTMl code.

I think after downloading image using the above FM you need to code in HTML from local system.

I did not tried this but i can say this is the way.

Thanks.

If this helps you reward with points.

Message was edited by: Deepak333 k

Former Member
0 Kudos

Hi again,

1. u already said :

image.jpeg is not in he user c directory

2. Because HTML will always use the local

computer files/directory

(and not the server)

how can the logo appear?

MAY BE IM NOT AWARE OF THE HTML CONCEPT

IN SAPSCRIPT !

regards,

amit m.

Message was edited by: Amit Mittal

0 Kudos

amit in any transection or report if i want to see any image we used the mime repository where we put the image .. shoud in sap script we have to do same or not ....

Former Member
0 Kudos

Hi again,

1. ya thats true, mime repository is required.

2. BUT

for sapscript,

we upload the logo

thru se38 program RSTXLDMC.

3. it is also known as standard text(in binary format)

4. This logo/standard text which is uploaded

into the r/3 system

can be used in a sapscript using

one line command.

5. But what u are talking about HTML in sapscript,

im absolutely not aware !.

regards,

amit m.