cancel
Showing results for 
Search instead for 
Did you mean: 

Can I insert a graphic in a sapscript?

former_member384574
Active Participant
0 Kudos

Hi to everybody!

I have to insert a graphic in pe51...is this possible? If it doesn't be possible does anybody tell me how can I capture all the data I have in sapscript and insert a graphic? Is this only possible with smartforms?

Thanks a lot

Regards,

Rebeca

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi.....

Command in your Sapscript

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

Answers (3)

Answers (3)

messier31
Active Contributor
0 Kudos

Hi,

I doubt if graphics can be inserted in PE51.

If you have option then please go for SAPScript, SMARTFORMS or ADBODE FORMS. They do support usage of graphics content on form.

Please check SDN for using grpahics on these forms.

Enjoy SAP.

Pankaj Singh.

former_member181995
Active Contributor
0 Kudos

Search with IMAGE in Scripts you will be able to see plenty of thread on same.

Former Member
0 Kudos

Hi,

You can insert graphic in sap script.

Follow the below steps:

1. Go to SE78 - Administration of Form Graphics.

2. Import the file saved on PC by navigating to your working folder.

3. You can change its attributes.

4. Now. Go To SE71 - SAPscript form.

5. Open/Create a SAP script form.

6. Create a window for the Logo, Probably a Main window.

7. Go To Text Editor.

8. Go To Insert -


> Graphics -


> Stored on Document server (Section).

9. Enter the name or path. Continue.

10. The Code is inserted and LOGO is attached.

Useful sites:

SDN - Reference for Inserting LOGO in scripts

SDN - Reference for LOGO in Scripts

Hope this helps you.

Regards,

Rama.P