‎2008 Jul 10 2:34 PM
Hi Sdn,
I want to import a logo to window in SAP script?
Can tell me how to upload a logo to window.
thanks and regards,
phani.
‎2008 Jul 10 2:48 PM
Hi Phani.
GoTo->SE78(Graphics Administration).
On Left window->Stored on document server->Graphics->Bitmap Images.
On Right Window->(Store on document server) Enter the file you want to mention which is on your Hard disk (Say) (C:/Windows...)
GoTo->Click on Import button on the left Toolbar.
Rest follow the process.
In your Script Text Editor:
GoTo->Insert->Graphics->Store on Document server.
Name->Copy and Paste it from->SE78.
Sample Code for Logo how will it look after Inserting the graphics logo.
/: BOX FRAME 20 TW
* P1
/:
/: BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 100Good Luck & Regards
Harsh
‎2008 Jul 10 2:37 PM
open the winodw-->create text> go to editor->choose insert--->graphics->
‎2008 Jul 10 2:38 PM
You can upload via transaction se78 a logo.
and in sapscript window goto:
insert->graphics.
‎2008 Jul 10 2:39 PM
hi,
inorder to import the logo u use the tcode is se78.
rgds,
subash
‎2008 Jul 10 2:43 PM
Hi
Use transaction SE78 To upload Logo.
With Regards
Nikunj Shah
‎2008 Jul 10 2:48 PM
Hi Phani.
GoTo->SE78(Graphics Administration).
On Left window->Stored on document server->Graphics->Bitmap Images.
On Right Window->(Store on document server) Enter the file you want to mention which is on your Hard disk (Say) (C:/Windows...)
GoTo->Click on Import button on the left Toolbar.
Rest follow the process.
In your Script Text Editor:
GoTo->Insert->Graphics->Store on Document server.
Name->Copy and Paste it from->SE78.
Sample Code for Logo how will it look after Inserting the graphics logo.
/: BOX FRAME 20 TW
* P1
/:
/: BITMAP 'LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 100Good Luck & Regards
Harsh