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

how to upload logo from application server

Former Member
0 Likes
445

Hi all,

Plz show me the way how to upload logo from application server into sap script.

&

What is NGT.

Thanks in advance

Venkat

Hi all,

Plz show me the way how to upload logo from application server into sap script.

&

What is NGT.

Thanks in advance

Venkat

1 REPLY 1
Read only

Former Member
0 Likes
328

Hi

You have to import your logo in SAP by SE78 before using it in a SAPSCRIPT.

So have you done it?

If yes, it depends on how you have imported the logo:

- As std text:

INCLUDE <LOGO TEXT> OBJECT TEXT ID ST LANGUAGE <LANGUAGE>

- As graphic:

BITMAP <LOGO GRAPHIC> OBJECT GRAPHICS ID BMAP TYPE BCOL

Max