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 logo changes

Former Member
0 Likes
481

hi experts,

i am new to sap scripts i have to change the logo in my existing sap script,i fond the coomand which is been displaying present logo

BITMAP 'SETCO_IN' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 100.

this is a colour logo....i want to insert new logo which is black and white. an u please give me the command for that.....and explain the above command so that i will be helpful...............

regards,

naveen,,,

2 REPLIES 2
Read only

Former Member
0 Likes
418

Hi,

Go to se73 transaction for changing logo into black & white and u can choose logo as well.

reward me a points if it is use full answer..

praveen

Read only

Former Member
0 Likes
418

What version of SAP are you on? If you are on 4.6C or higher, you shouldload your graphic in via SE78 and store it on the Document Server.

Then in your SAPscript (SE71), in the relevant winder put in "/:" in the Tag Column, and in the Text Line enter "include 'ZABC' object 'GRAPHICS' id 'BMAP'".

The /: identified the line as a "Command Line" (ie regular ABAP). Then you use the INCLUDE command to identify your graphic.