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

SETTING BACKGROUND IMAGE IN SAPSCRIPT

Former Member
0 Kudos
896

HI,

CAN U TELL ME HOW TO SET BACKGROUND IMAGE IN SAPSCRIPT.

REGARDS,

SANJAY.

2 REPLIES 2
Read only

nishanthbhandar
Contributor
0 Kudos
473

Hi Sanjay,

You can use transaction SE78 to inmport graphics to SAP.In the form painter, you can either include directly to the form using

Edit->Graphic->Create or using the INCLUDE statement in a window.

To use an INCLUDE stanment, goto the window script editor and use menu Include->Graphic. The include can look like this for a bitmap:

/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON

Read only

sengelbr
Discoverer
0 Kudos
473