cancel
Showing results for 
Search instead for 
Did you mean: 

Bitmap

Former Member
0 Kudos

Hello ,

My requirement is to place the logo in already existing window. Can anyone tell me the full syntax of BITMAP command in SAPSCRIPT. Is there any alignment option assosciated with this command.

Thanks & Regards,

Radha.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

1. The logo should be of Bitmap Image.

2 Goto SE78-> Graphics-> Import.

Give filename as the location where your logo is present.

In save as:

Name - your desired name for the logo

Descriotion - description of your logo

type- either Black& White or Color according to ur Requirement.

In print attributes

Check both Reserve high automatically and compression and press ENTER.

After that Transport this Bitmap image.

And in Form u can directly use the name of the Logo with which u have saved it.

regards.......

Former Member
0 Kudos

Hi Radha

Use transaction SE78 to inmport graphics to SAP.

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

BMON for Mono Color Images

BCOL for Color Images

OR

Check this link

http://sap.niraj.tripod.com/id19.html

Hope this info will be helpful

<REMOVED BY MODERATOR>

Karan

Edited by: Alvaro Tejada Galindo on Jun 3, 2008 1:26 PM