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 Logo

Former Member
0 Likes
1,128

Hi all,

I am trying to insert my company logo to the certification letter generated in SAP Script .

By running the program RXTLXDMC i have uploaded my logo and inserted that in my standard text say "zabc"

and i have called that std text in my se38 report .

and it's working fine .

But i want to move my logo to right .

How to do that?

I hav tried to do that in SE71 . but no result .

Do u hav any good tutorial ?

Advance thanks,

J

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,076

Hi,

If You have a Layout for script, open the layout in se71.

Create a Window Type VAR.

On page windows assign position in standard attributes (ie where you want to see the logo on the form).

Include logo in this window, you can keep moving the window to desired locations on the form.

Rgds,

M

10 REPLIES 10
Read only

Former Member
0 Likes
1,077

Hi,

If You have a Layout for script, open the layout in se71.

Create a Window Type VAR.

On page windows assign position in standard attributes (ie where you want to see the logo on the form).

Include logo in this window, you can keep moving the window to desired locations on the form.

Rgds,

M

Read only

0 Likes
1,076

Hi mano,

thank u very much .

I have included my logo in the Layout set ( se71) .

How to include that in the standard text .

i.e) in SO10 .

Read only

0 Likes
1,076

J,

In your Page Window within SE71 INSERT->GRAPHICS

Pat.

Read only

0 Likes
1,076

Hi patrick ,

In my std text , is it possible to insert the logo i have created in the layout set ?

If i go by your way ,that's inserting graphics from the docu server ...how can i change the layout . i.e/ i want to diaplsy it at the bottom .

Read only

0 Likes
1,076

J

Click the "Stored as Text" tab on the popup.

Pat.

Read only

0 Likes
1,076

pAT,

Included in my std text as

/: INCLUDE ZHEX-MACRO-SSMC2 OBJECT TEXT ID ST

H1 &DAY& &NAME_OF_MONTH& &YEAR&

m2 &P_ADDR01&

And logo is displaying .How to move my logo to right ?

Read only

0 Likes
1,076

Hi J,

Again , move the window position on the page layout.

You can define the position where window should come.

Or in graphical view you can drag and place the window on the right.

Rgds,

M

Read only

0 Likes
1,076

Hi

In so10, u would have given something like /: BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 100 <b>XPOS 56 CH</b>

add xpos at the end..

Regards,

Pradhiba

Read only

0 Likes
1,076

Hello , i'm new to SAP and we would like to change the logo displaying on our documents aswell, we are also running 4.6C . would you have any documentation on how to do this.

Thank you

Read only

former_member221770
Contributor
0 Likes
1,076

Hi J,

What version of SAP are you on? If you are on 4.6C or higher, you shouldload your graphic in via SE78 and store it on the Document Server.

Then in your SAPscript (SE71), in the relevant winder put in "/:" in the Tag Column, and in the Text Line enter "include 'ZABC' object 'GRAPHICS' id 'BMAP'".

The /: identified the line as a "Command Line" (ie regular ABAP). Then you use the INCLUDE command to identify your graphic.

Hope this points you in the right direction.

Cheers,

Pat.