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

SAP Script : Graphics on Right Side Corner

Former Member
0 Likes
1,292

Dear All,

I have a basic question in SAP script.

I have to Insert a logo at rightside corner in heading. I did so

the problem is, when default format is there , It is printing perfectly on left side. When tried on right side, it is just printing "BitMap 'zlogo' object..... ". Please help me in this regard.

How can I print a logo on Right side.

Thanks & Regards

Venkat.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
986

Hi

The position of your logo depends on the position of the window where you have placed the logo.

You shouldn't move the logo, but the window.

Max

Dear All,

I have a basic question in SAP script.

I have to Insert a logo at rightside corner in heading. I did so

the problem is, when default format is there , It is printing perfectly on left side. When tried on right side, it is just printing "BitMap 'zlogo' object..... ". Please help me in this regard.

How can I print a logo on Right side.

Thanks & Regards

Venkat.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
986

Create a seperate window for the logo. Put the BITMAP statement in this window, position this window in the right hand corner by using the window margin attributes. By making the left margin something like 6.5 inches, this will push the image to the right side of the page.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
987

Hi

The position of your logo depends on the position of the window where you have placed the logo.

You shouldn't move the logo, but the window.

Max

Read only

0 Likes
986

Dear Rich Heilman / Max,

Thank you very much for your quick response. I beleive my problem will be solved. I am closing this thread.

Naturally you will be rewarded for your efforts.

Regards

Venkat.