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

LOGO IN SAPACRIPT

Former Member
0 Likes
777

hi,

i imported logo in sapscript.

i have a form and aheader window in it.

now in the script editor what code i have to write to import the logo in header window?

it is a bitmap image

hi,

i imported logo in sapscript.

i have a form and aheader window in it.

now in the script editor what code i have to write to import the logo in header window?

it is a bitmap image

5 REPLIES 5
Read only

Former Member
0 Likes
746

u have to call like this based on ur conditions.

BITMAP 'SANDEEP' OBJECT GRAPHICS ID BMAP TYPE BMON/BCOL DPI 100.

Regards

Prabhu

Message was edited by: Prabhu Peram

Read only

0 Likes
746

you meanlike this..??

/: BITMAP 'SANDEEP' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 100.

but it is a black and white image

Read only

Former Member
0 Likes
746

hi Ravi,

First goto starndard program RSTXLDMC run the program

change the bitmap in st text format.

now the that st text into your script

Regards

Srinivas

Read only

Former Member
0 Likes
746

HI

Call the Transaktion SE78 and Upload the picture into the System. After that you can use it like an normal grafik in formulares.

Read only

Former Member
0 Likes
746

two methods

1 se78

2. thru RSTXLDMC

Here .bmp to gif format and upload into st text format.