Skip to Content
0
Former Member
Nov 25, 2009 at 07:11 AM

IGS issue , not showing background color.

67 Views

Hello ,

I have bulid a dashborad on which we are showing businees graphic as speedometer.

Now problem is i want to change the background color where my speedometer is placed..

process i followed is :

right clicked on Business graphic element and clicked on Edit Customizing.

than in the overview tab i choose "Background" and in the Broder properties i have given different colors code.

But when i run my application no color gets display....

Few plp suggested to add some tag in the IGS.XML , i dont know what to add in it..

this IGS basis people took from the server and gave to us ...

  <?xml version="1.0" ?> 
  <!DOCTYPE kernelPatches (View Source for full doctype...)> 
- <kernelPatches name="BC-FES-IGS" vendor="sap.com" sequenceFile="IgsTasksSequence.xml" sequence="process">
- <os code="*">
- <cmdVersion extractor="SAPCAR" archiveId="IGS" cmd="igswd">
  <arg value="-version" /> 
  </cmdVersion>
  <sar name="IGS.SAR" pattern="IGS.*\.SAR" dir="igs" id="IGS" manifest="igsmanifest.mf" opCode="X" required="Y" /> 
  <sar name="SAPCAR" opCode="C" required="N" dir="igs" /> 
  </os>
- <os code="WIN">
- <cmdVersion extractor="SAPCAR.EXE" archiveId="IGS_WIN" cmd="igswd">
  <arg value="-version" /> 
  </cmdVersion>
  <sar name="IGS.SAR" pattern="IGS.*\.SAR" dir="igs" id="IGS_WIN" manifest="igsmanifest.mf" opCode="X" required="Y" /> 
  <sar name="SAPCAR.EXE" opCode="C" required="N" dir="igs" /> 
  </os>
- <os code="OS4">
- <cmdVersion extractor="SAPCAR" archiveId="IGS_OS4" cmd="igswd">
  <arg value="-version" /> 
  </cmdVersion>
  <sar name="IGS.SAR" pattern="IGS.*\.SAR" dir="igs" id="IGS_OS4" manifest="igsmanifest.mf" opCode="X" required="Y" /> 
  <sar name="SAPCAR" opCode="C" required="N" dir="igs" /> 
  </os>
  </kernelPatches>