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 sapscript

Former Member
0 Likes
1,030

Hi experts,

Can any body give the steps to upload .tiff logo into sap script using RSTXLDMC

pgm?..What parameters we have to pass there?and in SE71 editor what is the exact syntax we have to give if my logo name is YLOGO

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
987

hi ravi,

in ur logo window

/: INCLUDE 'ZHPINVENT_LOGO' OBJECT TEXT ID ST LANGUAGE 'EN'

this will do .

here zhpinvent_logo is my logo name..

regards,

VIjay<a href="http://www.sap-img.com/ts001.htm">logo link</a>

Message was edited by:

vijay k

7 REPLIES 7
Read only

Former Member
0 Likes
988

hi ravi,

in ur logo window

/: INCLUDE 'ZHPINVENT_LOGO' OBJECT TEXT ID ST LANGUAGE 'EN'

this will do .

here zhpinvent_logo is my logo name..

regards,

VIjay<a href="http://www.sap-img.com/ts001.htm">logo link</a>

Message was edited by:

vijay k

Read only

Former Member
0 Likes
987

hi,

For uploading a LOGO in Scripts there are a series of steps to be followed.

STEP 1:

Go to SE38, enter the program name "RSTXLDMC" and execute it.

STEP 2:

On executing this program it display a new session where you need to mention your Logo name.

For this enter your Logo name in the select option "Param. for standard text->Text Name".

The name given here should begin with 'Y' or 'Z' .Eg: YLOGO or ZLOGO.

On execution this it will ask for the location where your logo is stored.The logo should be of type .TIFF extension.(Tag Image File Format -TIFF)

Once the location is specified the .TIFF file gets uploaded and stored as a text element in SO10 and a new session is shown which say if the logo is successfully saved or not.

STEP 3:

TO view your logo go to the TCode SO10 mention your file name i.e.,YLOGO or ZLOGO and click on print preview.This diaplays your LOGO.

TO BE PROCESSES IN SE71.

To display output in scripts we need to maintain a page windows in a page.

Say for example we a Page Window with name LOGO.

Double click on this and traverse through the following menu : Edit -> text Elements.

Now enter the command line(/:)in the "Tag Column" and traverse through the following menu :

Insert -> Text ->Standard.

Mention the Logo Name in our case it is either YLOGO or ZLOGO.On doing this the logo will be inserted in the Text Elements with the message as follows:

INCLUDE ZLOGO OBJECT TEXT ID ST.

Activate and execute the same.

regards,

keerthi

Read only

Former Member
0 Likes
987

hi Ravi,

For Tiff file u usr the RSTXLDMC .

Yo u have to Provide the Tiff file name and execute it.

And for BMP file you can do it another way like

Open the Form and Click on the Logo window,

Open the Text Editor for the Window

Then Go For the Insert -> Graphics.

Read only

Former Member
0 Likes
987

Hi

You have to give path name for logo in RSTXLDMC and also say bcol activate

in script in menu bar u have option to insert and it will automatically inserts code .

Read only

Former Member
0 Likes
987

Hi,

Ue the program RSTXLDMC.Execute it and specify ur filename..or goto SE78

Select 'Import' button (F5) and upload.

in Script...goto Text Elements.. Click INSERT->Graphics-> give name.

Regards,

Ram,

Pls reward points if helpful...

Read only

Former Member
0 Likes
987

hi ravi,

execute the program

give the location of ur tiff file. and select if its colored or b/w.

and give the resolution and execute.

to insert into script....

goto Text elements....

click on Insert->Graphics->select the tab Stored on Document server...

give the name of ur logo ex; ylogo.

and press enter.

hope this helps,

do reward if it helps,

Priya.

Read only

Former Member
0 Likes
987

STEP 1:

Go to SE38, enter the program name "RSTXLDMC" and execute it.

STEP 2:

On executing this program it display a new session where you need to mention your Logo name.

For this enter your Logo name in the select option "Param. for standard text->Text Name".

The name given here should begin with 'Y' or 'Z' .Eg: YLOGO or ZLOGO.

On execution this it will ask for the location where your logo is stored.The logo should be of type .TIFF extension.(Tag Image File Format -TIFF)

Once the location is specified the .TIFF file gets uploaded and stored as a text element in SO10 and a new session is shown which say if the logo is successfully saved or not.

STEP 3:

TO view your logo go to the TCode SO10 mention your file name i.e.,YLOGO or ZLOGO and click on print preview.This diaplays your LOGO.

TO BE PROCESSES IN SE71.

To display output in scripts we need to maintain a page windows in a page.

Say for example we a Page Window with name LOGO.

Double click on this and traverse through the following menu : Edit -> text Elements.

Now enter the command line(/:)in the "Tag Column" and traverse through the following menu :

Insert -> Text ->Standard.

Mention the Logo Name in our case it is either YLOGO or ZLOGO.On doing this the logo will be inserted in the Text Elements with the message as follows:

INCLUDE ZLOGO OBJECT TEXT ID ST.

Activate and execute the same