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 on sapscript

Former Member
0 Likes
684

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
Read only

former_member585060
Active Contributor
0 Likes
648

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
Read only

former_member585060
Active Contributor
0 Likes
649

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

Read only

0 Likes
648

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

Read only

Former Member
0 Likes
648

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

Read only

Former Member
0 Likes
648

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