cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between se78 and RSTXLDMC

Former Member
0 Kudos

Hi all,

what is the difference between se78 transaction and RSTXLDMC.i think both are for uploading the logos in to SAP.Please correct me if am wrong.

thanks in advance....

Bye.

rakesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rakesh,

SE78 will internally calls RSTXLDMC, they are 2 ways to upload the logo.

Through RSTXLDMC you can upload TIFF files only i guess, but using SE78 you can upload any type of graphics file.

<b>Reward Points if this helps,</b>

Regards,

Satish

Answers (1)

Answers (1)

Former Member
0 Kudos

HI

Yes your corect , both are used for upload LOGO

These r the differences while using RSTXLDMC & SE78 to upload images :

By using RSTXLDMC standard program:

/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE EN

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

By using SE78 :

Use transaction SE78 to import graphics to SAP.

In the form painter, you can either include directly to the

form using menu Edit->Graphic->Create or using the INCLUDE

statement in a window.

To use an INCLUDE statement, goto into the window script

editor and use menu Include->Graphic. The include can look

like this for a bitmap:

/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON

Or use report RSTXLDMC

You run the report RSTXLDMC, give your logo(Saved as .tif

file) in the parameter and run the report.

Then Go to Se71 and include the image from the text

elements. For this you go to the Page windows. Press the

text elements button and the include the logo(Which actually

has been saved as a TEXT) using Insert->Text-STandard.

CHoose your LOGO.

<b>Reward if usefull</b>