‎2008 Sep 11 3:45 AM
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
‎2008 Sep 11 3:59 AM
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
‎2008 Sep 11 3:59 AM
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
‎2008 Sep 11 4:07 AM
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
‎2008 Sep 11 4:15 AM
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
‎2008 Sep 11 4:27 AM
just change the attribute of the window of LOGO , to meet your requirement