Application Development 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: 

logo on sapscript

Former Member
0 Kudos

hello everyone ,

I upload a graphics in Transaction SE78 , name ZXXXX. then I want to use it in sapscript .

in sapscript , I write the follwing code there .

/:BITMAP 'ZXXXX' OBJECT GRAPHICS ID BMAP TYPE BCOL

and this command works , but the logo displays in the left of the window . However , I want to see it in the middle

of the window . and I tried to add the default paragraph in the window , but it seems work for text , not for graphics .

So , I need help .

Kind Regards

Nick

1 ACCEPTED SOLUTION

former_member585060
Active Contributor
0 Kudos

Check your Window Alignment in Page Windows,

Goto Pagewindows of the SAPScript in SE71,

Select the Logo Window,

Change the Left Margins and Width Margins according to your Requirement,

Check the Output.

If Possible Include your Logos in Constant Window types.

Regards

Bala Krishna

4 REPLIES 4

former_member585060
Active Contributor
0 Kudos

Check your Window Alignment in Page Windows,

Goto Pagewindows of the SAPScript in SE71,

Select the Logo Window,

Change the Left Margins and Width Margins according to your Requirement,

Check the Output.

If Possible Include your Logos in Constant Window types.

Regards

Bala Krishna

0 Kudos

hello ,

what you said , I had tried . but it seems only work for including text , not for graphics .

Thanks all the same .

Kind Regards

Nick

Former Member
0 Kudos

hi click on the window where u want to display the image

and then click text editor

just include this statement

it will work for sure

/: INCLUDE <logoname> OBJECT GRAPHICS ID BCOL LANGUAGE EN

with regards

S.Janagar

Former Member
0 Kudos

just change the attribute of the window of LOGO , to meet your requirement