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 script

Former Member
0 Likes
645

what is the transaction code for logo uploading.

6 REPLIES 6
Read only

Former Member
0 Likes
624

RSTXLDMC

Read only

Former Member
0 Likes
624

Hi krishna,

Go to SE78 and try for logo uploading or downloading, depending on your requirement.

Hope this resolves your query.

Reward all the helpful answers.

Regards

Read only

Former Member
0 Likes
624

Hi,

The steps for including graphical elements in the layout set are as follows:

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

rgds

Deepak.

Read only

Former Member
0 Likes
624

Hi,

rstxldmc is useful for uploading .tiff files.

se78 is useful for uploading .bmp files.

regards,

bharat.

Read only

Former Member
0 Likes
624

Hi

Go to Se38 tr.code--> Give RSTXLDMC program name> Excute this program>give file name and Type(black and white (BMON) or color(BCOl)) and in text name(ZHEX-MACRO-z(logo name)-->excute

Go to se71 and include your logo...

Thanks

Sasmita

Read only

Former Member
0 Likes
624

OAER