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
890

Wt is the diff btn Program : RSTXLDMC and SE78

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
859

There is no difference, both are used to upload bmp and tiff files into SAP for use in Smartforms.

SE78 works in the same way as RSTXLDMC to do the upload.

Regards,

Nick

6 REPLIES 6
Read only

Former Member
0 Likes
860

There is no difference, both are used to upload bmp and tiff files into SAP for use in Smartforms.

SE78 works in the same way as RSTXLDMC to do the upload.

Regards,

Nick

Read only

Former Member
0 Likes
859

Hi

both are same

If you are uploading BMAP image then go to SE78 else use RSTXLDMC program to upload tiff format file

<b>Reward if useful</b>

Read only

Former Member
0 Likes
859

Hi

please ignore above one

RSTXLDMC is a program where we can convert the TIF file to STANDARD TEXT

SE78 is TCODE where we can upload the pic

SE78: Graphics Managements

RSTXLDMC : To convert TIF file to Standard text

Use program RSTXLDMC to convert the TIF file to a standard text.

Read only

Former Member
0 Likes
859

Hi chandra sekhar ,

To print logos in SapScripts we can use either of the method:

RSTXLDMC is the standard program used for uploading the logo to script (to upload image in tiff format).

i.e Convert the logo to a TIFF file.

Use the program RSTXLDMC to convert the TIFF file to standard text.

Print this using the INCLUDE command:

INCLUDE ZLOGO OBJECT TEXT ID ST

OR

Upolad in the R3 using Se78 and use the Include statement in the script.

2)For bitmaps (*.bmp)

Go to transaction SE78

Choose BMAP under GRAPHICS

Choose Import Graphic (F5)

Select the image and upload

In SE71 choose Insert->Graphics and then choose the image for display

NOTE :Uploading .TIFF images with RSTXLDMC program is obsolete and sometimes

complicated, a better way is using TCode SE78 using .BMP files.

cheers!

gyanaraj

****Pls reward points if u find this helpful

Read only

Former Member
0 Likes
859

Hi,

In RSTXLDMC we are uploading the logo as Tiff file,

IMAGE.TIFF

In SE74 we are uploading the logo as BMP file,

IMAGE.BMP

Bye,

KC

Read only

Former Member
0 Likes
859

Hi chandra sekhar ,

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.

cheers!

gyanaraj

****Pls reward points if u find this helpful