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 in Sap script

Former Member
0 Likes
638

Hi All,

can any one please explain the step by step procedure to insert a logo (bitmap file) in a SAP script window .

BR,

Jay.

4 REPLIES 4
Read only

Former Member
0 Likes
602

Hi

Steps

· The graphical element (like company logo) should be in valid graphic file format like .bmp or .jpg

· Use appropriate software to convert the above file into a .TIFF file

· Use report RSTXLDMC to upload this file as a text module in SAP

· Execute the above program from the ABAP /4 editor

· Enter the location of the .TIFF file on the PC

· Specify BMON or BCOL as the raster image type

· The SAP system suggests a name for the file ( like ZHEX-MARCO-* ). The * indicates the type of file. For e.g. if the file contains a logo then the name can be ZHEX-MACRO-LOGO

· The ID should be ‘ST’ and give the logon language

· Running the program will convert this .TIFF file into a text element

· Incorporate this converted logo in the appropriate window under the appropriate text element by giving

INCLUDE ZHEX-MACRO-LOGO OBJECT TEXT ID ST in the first line

Reward if useful

Suruchi

Read only

Former Member
0 Likes
602

Hi

Go to se78 and select graphics on left hand side ,you get name on right hand side.

Give your file location and save.

Now come to your layout and go to Text elements .In menu bar you find insert option ,select that and automatically you get Insert logo.....statement in text elemnts.

Thanks

Read only

Former Member
0 Likes
602

hi jagadish,

Command in your Sapscript

/: INCLUDE Z_YOUR_LOGO 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-*.

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

and there is one more option like going to se78, graphics maintanence and uploading the logo.

Regards...

Arun.

Reward points if useful.

Read only

Former Member
0 Likes
602

Hi,

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-*.

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

For more information check the following links:

http://sap-img.com/ts001.htm

Regards,

Bhaskar