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

Logo

Former Member
0 Likes
1,169

Hi Friends,

How to insert a company logo in the Sapscript form.

Pls guide me.

Thanks in advance,

Mark k

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,056

Hi MARK,

Please check this,

Command in your Sapscript

/E LOGO

/: INCLUDE ZHEX-MACRO-NAME OBJECT TEXT ID ST LANGUAGE E

These are the steps to be followed for uploading graphics in R/3 system

1. First save the file as BMP

2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and

make it Zoom as 100% and save as *.TIFF

3. Open SE38 and execute program RSTXLDMC

4. Give your TIFF file path name

5. Select Bcol (for Color)

6. TEXT ID will be ZHEX-MACRO-NAME.

7. Inplace of * write your own logo name (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

If found helpful, please do reward.

8 REPLIES 8
Read only

sridharreddy_kondam
Active Contributor
0 Likes
1,056

Hi Mark,

To Insert Company Logo

create the logo and save it in baseline tiff6 format ie logo.tiff

- goto SE38.

- in the program field, enter RSTXLDMC

- execute

- determine the location of logo.tiff

- in the file name field enter the name with it's location - unix file names are case sensitive.

- in the type field, enter the appropriate type.bmon black and white, bcol = colour

- in the text name field, enter zhex-macro-logo

- execute

- upload may take a while

- at the end of the protocol zhex-macro-logo id st language en saved succesfully message is necessary.

- back 4 times to main menu.

- tools-word processing- standard text

- in the text name field choose zhex-macro-logo

- choose display

- check the standard text

Now to add it.

- tools-word processing-form

- enter form name

- choose page layout and change

- add the logo_window it will be displayed in

- in the logo_window code section choose insert from top menu bar

- insert-text-standard, put in your logo name, zhex_macro-logo

- execute or enter

ALSO u can use SE78(if u want to use standard text then u have to follow the above steps)...

Regards,

Sridhar

Read only

Former Member
0 Likes
1,056

1) UPload the logo from the desktop into your sap system through SE78.

2) In sap scripts,text elements of page windows,

choose from menu,Insert->Graphics.

Regards,

Ravi

Read only

Former Member
0 Likes
1,056

hi,

Adding logo ...

1) You need to upload the logo from the desktop into your sap system using SE78.

2) In sap scripts, goto the text elements of page windows, choose from menu, Insert->Graphics.

Regards,

Richa

Read only

0 Likes
1,056

yeah, you can insert graphics by choosing menu bar insert->graphics. we use se78 to import graphics from our PC. choose graphic->import and select the graphic. then you can access this graphic from your insert->graphics in se71

in sap script

/:BITMAP 'LOGO_NAME' OBJECT GRAPHICS ID BMAP TYPE BCOL

Read only

Former Member
0 Likes
1,056

Hi MARK,

Go to SE78 and upload that logo.

Go to your form and Include that logo into appropriate window

Read only

Former Member
0 Likes
1,056

Hi Mark give me ur mail ID..it have step by step.

Read only

Former Member
0 Likes
1,056

Hi,

execute RSTXLDMC in se38 prog or in graphical painter mode in page call graphic window and put the logo whereever you want.

If it helps reward points

Regards,

Nandha

Read only

Former Member
0 Likes
1,057

Hi MARK,

Please check this,

Command in your Sapscript

/E LOGO

/: INCLUDE ZHEX-MACRO-NAME OBJECT TEXT ID ST LANGUAGE E

These are the steps to be followed for uploading graphics in R/3 system

1. First save the file as BMP

2. Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and

make it Zoom as 100% and save as *.TIFF

3. Open SE38 and execute program RSTXLDMC

4. Give your TIFF file path name

5. Select Bcol (for Color)

6. TEXT ID will be ZHEX-MACRO-NAME.

7. Inplace of * write your own logo name (ZCOMPANYLOGO)

8. Execute the program

9. Now Goto SE71 create your ZFORM

10. Create logo window

11. Goto text element of logo window

If found helpful, please do reward.