cancel
Showing results for 
Search instead for 
Did you mean: 

Show Exception, but NO values

Former Member
0 Kudos

Hi all,

Is it possible to NOT show the values in a query (in a webtemplate) but DO show

the exception-color?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

former_member188975
Active Contributor
0 Kudos

Hi,

(An idea I have not tried yet )As you are doing this in web reports, you can modify the css being used. Like for Good 1:

.SAPBEXexcGood1 {

font-family:Tahoma,sans-serif;

background-color:#5BCB77;

<b>color:#000000;</b>

font-style:normal;

font-weight:normal;

font-size:x-small;

text-align:right;

margin:0 1px 0 1px;

padding:1px 3px 1px 3px;

}

Here change color:#000000; to color:#5BCB77;, which would make it the same as the background color (green) and hence 'invisible'

Hope this helps...

Former Member
0 Kudos

Hi Bhanu,

Thanks, I thought of this myself too, but it's a bit more complex. We want to use images instead of the standard exception-colors.

See:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49dfeb90-0201-0010-a1a2-9d7a7ca1a238">How To… Enhance your Web Query with the Table Interface</a>

So I think that won't work... Any other suggestions?

former_member188975
Active Contributor
Former Member
0 Kudos

Nice one. Yes we are! Thanks a lot!

Former Member
0 Kudos

Hi,

with 3.x WebTemplates you could still use the table interface. I had just the same requirement as you mentioned (not displaying the values but icons instead for query exceptions) and solved it using the table interface.

http://help.sap.com/saphelp_nw04/helpdata/en/a2/06a83a4bd5a27ae10000000a11402f/frameset.htm

Cheers,

Yogen

Answers (1)

Answers (1)

former_member192465
Participant
0 Kudos

Hi Beumer,

As we know we can only create exceptions for Key Figures, We may go to Properties of the respective key figure and select the Supress Result option in the "Calculate Single Values As" filed.

You will not be seen the values where as the color is still displayed.

Hope this finds you the solution.

Regards,

Kishore.Pulla