‎2007 Dec 31 6:27 AM
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,,,
‎2007 Dec 31 6:32 AM
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
‎2007 Dec 31 6:34 AM
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.