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

regd : loading picture

Former Member
0 Likes
903

hi,

i have developed an applicaton in SAP SCRIPTS i need to load picture ...it should accept image present on presentation server.please let me know regarding this..

Surely points will be rewarded.

7 REPLIES 7
Read only

Former Member
0 Likes
880

hi,

for this u need to go to SE78.

Import ur image which should b in tiff format.It will store on document server.

Than u can add ur image in script by insert graphics.

Read only

Former Member
0 Likes
880

hI,

See the link.

<a href="http://https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums">http://https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/forums</a>

Regards

Srinu

Read only

Former Member
0 Likes
880

Hi,

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.

<b>OR</b>

GOTO SE78, upload your logo in SE78..

Come back to your SApscript, goto the window you want to place the logo, menu, insert --> graphics and give the name of the logo that you have uploaded.

Regards

Sudheer

Read only

Former Member
0 Likes
880

Hi,

Go to Tcode se78 upload your image under bmap folder double click on tht and click on import button and upload your image either in black and white or color bitmap which is saved as .tiff or jpeg on your desktop.Now go to the window in your script form (se71) where you want to insert your image .Window -> Text elements ->Go to Insert in the menu ->Graphics and enter the name of your grahic mention in SE78

Reward Points If helpful.

Regards,

Srinu

Read only

Former Member
0 Likes
880

hi,

use SE78 or OAER transaction for uploading TIFF images into SAP.

if helpful reward some points.

with regards,

Suresh Aluri.

Read only

0 Likes
880

hi,

i am calling this script from one program.So i have called the funcion module F4_filename.it is accepting the URL.that URL which contains image should display....

Surely points will be rewarded.

Read only

Former Member
0 Likes
880

Please refer program "RSDEMO_PICTURE_CONTROL "