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-logo

Former Member
0 Likes
759

Hi All,

I have uploaded a LOGO(Tiff) i have converted it to stnadard text using RSTXLDMC and then uploaded in Dev.Clent and it is reflecting Successfully in printpreview.

When I have moved it to Test Client I'm unable to see the logo.Can any body guide me in this regard.Why it is not getting reflected and how to do this.

4 REPLIES 4
Read only

Former Member
0 Likes
575

Did you move the SAPscript layout set AND the logo standard test to your test client, or just the SAPscript?

Usually you have to run RSTXTRAN to manually add the standard text to a transport.

On the test client, go to txn SO10 and make sure the logo standard text exists. Verify the attributes (object, name, id, language) are the same as what you use in the INCLUDE of your SAPscript.

Read only

0 Likes
575

Yes Make sure the standard text(Client dependent) is also moved to the testing client.

You can transport standard text using SE78 transaction also.

- Sanjay

Read only

Former Member
0 Likes
575

hi krispy,

check these threads..

Read only

Former Member
0 Likes
575

Hi,

You have uploaded the picture as .TIF in Sap using ABAP RSTXLDMC and have also add the statement

/: INCLUDE ZHEX-SAMPLE-PICTURE OBJECT TEXT ID ST LANGUAGE EN

in your SapScript but the problem is that in print preview it's not displaying the picture.

It is normal that the picture doesn't show in print preview and you will be able to see the object only after printing.

Don't let this bother you as long as the picture is shown on the hardcopy printout.

Procedure :How to Upload graphics (IMAGE) to your Sapscript

Command in your Sapscript

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E

These are the steps to be followed for uploading graphics in R/3 system

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

or

In 4.6x :-

1. Goto SE71 Change the mode to GRAPHICAL

2. Choose the Graph Tabstrips

3. Now type in some name for the LOGO WINDOW

4. Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP

5. The code will be written automatically. You just need to drag and drop wherever you want

the graphics to be.

Reward Points for helpfule solutions.

Regards,

Harini.S