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

sap script

Former Member
0 Likes
342

what is the syntax to upload a logo in script?could u plzz tell?

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
323

You can upload via SE78.

Make sure to award points for any helpful answers to your threads, and close them when you feel the question has been answered completly. Thanks.

Regards,

RIch Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
324

You can upload via SE78.

Make sure to award points for any helpful answers to your threads, and close them when you feel the question has been answered completly. Thanks.

Regards,

RIch Heilman

Read only

Former Member
0 Likes
323

soniya,

use the standard report <b>RSTXLDMC</b> which will upload the logo.

u have to include this statement in the script.

INCLUDE 'ZHEX-MACRO-XXX' OBJECT TEXT ID ST LANGUAGE 'E'.

Here XXX is the object name.

Regards....

Arun.

Reward points if useful.