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

TIFF Format

Former Member
0 Likes
915

Hi all,

I have known about code is se38 for RSTXLDMC. but

How to create uploading tiff file to sapscript text??

Reply me soon,

thx,

s.suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
851

HI,

To insert logo in SAP script, follow the steps below:

/: 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

Regards

6 REPLIES 6
Read only

Former Member
0 Likes
852

HI,

To insert logo in SAP script, follow the steps below:

/: 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

Regards

Read only

Former Member
0 Likes
851

Hi,

To upload .TIFF files into the SAPscript directory, make use of a predefined

executable program called as RSTXLDMC.

In SE38 Tcode, specify the above name, click on execute pushbutton from application toolbar

-> Opens an interface -> Specify the file path -> Execute.

Text Elements in the line editor are used to avoid data duplication.

Regards,

Priya.

Read only

Former Member
0 Likes
851

To insert logo in SAP script, follow the steps below:

/: 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.

Or

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

standard program is RSTXLDMC FM to upload image in tiff format

Follow the link below u may get useful information

http://sapscriptcode.blogspot.com/2007/05/faq-for-sap-scripts.html

Reward if useful

Read only

0 Likes
851

hi murali,

where is Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) ?

reply me soon,

s.suresh

Read only

Former Member
0 Likes
851

Hai Suresh,

use RSTXLDMC prg to upload tiff logos

Steps:

Open SE38 and execute program RSTXLDMC

Give your TIFF file path name

Select Bcol (for Color)

TEXT ID will be ZHEX-MACRO-*.

Inplace of * write your own logo name (ZCOMPANYLOGO)

Execute the program

If Found helpFull Reward points.

Regards.

Eshwar

Read only

Former Member
0 Likes
851

Hi,

I folllowed the exact same thing as per the instuctions. I am getting the following error.

C:\sundar\shyam\stahl_bill1_tiff2.tif

WS UPLOAD - error opening file

SAP Version: 4.6c

Regards,

Sundar.