‎2005 Sep 02 6:57 AM
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
‎2005 Sep 02 7:36 AM
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
‎2005 Sep 02 7:36 AM
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
‎2005 Sep 02 7:59 AM
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 .
‎2005 Sep 02 8:02 AM
‎2005 Sep 02 8:11 AM
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 .
‎2005 Sep 02 8:22 AM
‎2005 Sep 02 9:06 AM
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 ?
‎2005 Sep 02 9:09 AM
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
‎2005 Sep 02 12:34 PM
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
‎2008 May 27 4:48 PM
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
‎2005 Sep 02 7:45 AM
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.