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

upload

Former Member
0 Likes
560

how i can upload tiff files by using rstxldmc what parameters i have to pass ?plz explain me.

1 ACCEPTED SOLUTION
5 REPLIES 5
Read only

Former Member
0 Likes
539

Hi

SAP SCRIPT LOGO PRINTING

To create a logo in SAP printouts just do the following

1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.

2. Run program RSTXLDMC and enter the following parameters

Enter file name C:\COMPLOGO.TIF

UOM CM

Line width for text 132

Text name ZHEX-MACRO-COMPLOGO

Text ID ST

Text language = E

Number of Tiff gray levels (2,4,9) 2

3. Then Create a new window 'COMP' with attributes;

Window COMP description Company Logo

Left margin 7.00 CH window width 10.00 CH

Upper margin LN window height 8.00 LN

Finally in the text element, mention

/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.

Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!

You will not be able to see the logo in a test print. The same will be printed in actual printout.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
539

Hi Manjula,

Use FM 'gui_upload' in which u have to pass the file name and u will get ur file data into an internal table.

Reward points if helpful.

Regards,

Hemant

Read only

Former Member
0 Likes
539

Hi,

Refer to the following link:

http://sap-img.com/ts001.htm

Hope this helps.

Reward if helpful.

Regards,

Sipra

Read only

Former Member
0 Likes
539

Hi manjula,

In the file name u have to copy the whole link here i'm providing u an example plz try to understand if

<b>C:\Documents and Settings\Administrator\Desktop\New Folder</b>

u have to specify the destination and then execute (F8) then it will show u the path according to ur link from where u have to fetch the .tiff file and then automatically it will upload ur .tiff file

Rewards if helpfull

Regards,

Pavan