2006 Feb 06 5:18 PM
Hello,
How do I import a graphic into my sapScript form?
The graph I need is already imported in the SE78, but I don´t know how could I import it to my sapScript form.
Thanks for helping me,
Gabriel.
2006 Feb 06 5:20 PM
Hi Gabriel,
Use the below code in the script.
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 stanment, goto into the woindow script editor and use menu Include->Graphic. The include can look like this for a bitmap:
/: BITMAP <MYLOGO> OBJECT GRAPHICS ID BMAP TYPE BMON
Message was edited by: Phani Kiran Nudurupati
Hello,
How do I import a graphic into my sapScript form?
The graph I need is already imported in the SE78, but I don´t know how could I import it to my sapScript form.
Thanks for helping me,
Gabriel.
2006 Feb 06 5:20 PM
Hi Gabriel,
Use the below code in the script.
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 stanment, goto into the woindow script editor and use menu Include->Graphic. The include can look like this for a bitmap:
/: BITMAP <MYLOGO> OBJECT GRAPHICS ID BMAP TYPE BMON
Message was edited by: Phani Kiran Nudurupati
2006 Feb 06 5:20 PM
2006 Feb 06 5:20 PM
Hi Gabiel,
you can use this in SAP Script as :
SE71--Form name window> change--> Insert (Menubar) --> Graphic .
/:INCLUDE 'GRPHIC NAME' OBJECT GRAPHICS ID BMON LANGUAGE EN DPI 200
this will import your graphic to Script .
Lanka
2006 Feb 06 5:25 PM
Hi Gabriel,
Go to SE71
In the form clilck on the window where you have to insert the Graphic and click on Edit text elements.
there click on Insert->Graphic
enter the name .. which is from SE78.
hope this helps you..
regards
satesh
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |