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

Scripts

Former Member
0 Likes
639

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
621

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 100

Good Luck & Regards

Harsh

5 REPLIES 5
Read only

Former Member
0 Likes
621

open the winodw-->create text> go to editor->choose insert--->graphics->

Read only

Former Member
0 Likes
621

You can upload via transaction se78 a logo.

and in sapscript window goto:

insert->graphics.

Read only

Former Member
0 Likes
621

hi,

inorder to import the logo u use the tcode is se78.

rgds,

subash

Read only

Former Member
0 Likes
621

Hi

Use transaction SE78 To upload Logo.

With Regards

Nikunj Shah

Read only

Former Member
0 Likes
622

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 100

Good Luck & Regards

Harsh