cancel
Showing results for 
Search instead for 
Did you mean: 

BI 7 Web Design API - Parameter modification - Exception symbol

Former Member
0 Kudos

Hi,

In the webinar presentation for BI 7 Web Design API, found at -

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0e35cde-2737-2b10-c9b2-b83956cf5ec3]

Tobias Kaufmann suggests that included in samples provided by SAP is a parameter modification interface to "display own exception symbols". This is exactly what we need to do.

Looking at the help text on Web Design API -> BEx Web Interfaces -> Analysis Web Item: Using Parameter Modification (link below), there is no description of such an interface. Can anyone tell me if this intereface exists, and if it does what the parameters are?

[http://help.sap.com/saphelp_nw70/helpdata/EN/29/4d15422ecce02ce10000000a1550b0/frameset.htm]

Thanks,

Ken

View Entire Topic
Former Member
0 Kudos

Response to my customer message on SAP Service (OSS) asked me to search on SDN! Can anyone help?

Thanks,

Ken

Former Member
0 Kudos

Hello Ken!

The documentation about the Modification Module "Own Exception Symbols" is currently not available on help.sap.com.

The documentation is available, if you send me a request to address (see my business card).

Sorry, I cannot upload the document in this thread.

Enjoy,

Tobias

Former Member
0 Kudos

Hi Tobias,

I have similar question, I am trying to freeze the headers of my WAD template so that users dont loose them when they scroll down. I read somewhere it can be done through modification parameter using module com.sap.bi.ip.scrolling (or something where close..i may not be correct on the exact namespace). Where can I find the list of all modules and what they do.

Do you have any documentation on the scrolling module...

Any help is greatly appreciated...

Thanks

Former Member
0 Kudos

Hi Ravi!

I will send you (and all other) the documentation of the Scrolling Module (com.sap.ip.bi.rig.Scrolling).

Once again, sorry for the difficult way. Currently, we are gathering feedback to increase the stability before we publish it to the wide audience.

Additional information: we (SAP) are currently planning to offer a service from SAP Custom Development. This service will include implementation and support of highly customer-specific modules.

Let me know, if you are interested.

Yours,

Tobias

P.S. Thank Ken for the summary...

P.P.S. Here is a complete sample (sorry for scrolling)

<bi:ANALYSIS_ITEM name="ANALYSIS_ITEM_1" designwidth="400" designheight="200" >

<bi:DATA_PROVIDER_REF value="DP_1" />

<bi:MODIFICATION type="CHOICE" value="MOD_MODULE_LIST" >

<bi:MOD_MODULE_LIST type="ORDEREDLIST" >

<bi:MOD_SINGLE_MODULE type="COMPOSITE" index="1" >

<bi:ACTIVE value="X" />

<bi:MOD_SELECT type="CHOICE" value="MOD_GENERIC_MODULE" >

<bi:MOD_GENERIC_MODULE type="COMPOSITE" >

<bi:MOD_REFERENCE value="com.sap.ip.bi.rig.ColumnWidth" />

<bi:MOD_PARAMETER_LIST type="ORDEREDLIST" >

<bi:MOD_PARAMETER type="COMPOSITE" index="1" >

<bi:MOD_PARAM_NAME value="COLUMN[*]" />

<bi:MOD_PARAM_VALUE type="CHOICE" value="INTEGER" >

<bi:INTEGER value="128" />

</bi:MOD_PARAM_VALUE>

</bi:MOD_PARAMETER>

</bi:MOD_PARAMETER_LIST>

</bi:MOD_GENERIC_MODULE>

</bi:MOD_SELECT>

</bi:MOD_SINGLE_MODULE>

<bi:MOD_SINGLE_MODULE type="COMPOSITE" index="2" >

<bi:ACTIVE value="X" />

<bi:MOD_SELECT type="CHOICE" value="MOD_GENERIC_MODULE" >

<bi:MOD_GENERIC_MODULE type="COMPOSITE" >

<bi:MOD_REFERENCE value="com.sap.ip.bi.rig.ExceptionImage" />

<bi:MOD_PARAMETER_LIST type="ORDEREDLIST" >

<bi:MOD_PARAMETER type="COMPOSITE" index="1" >

<bi:MOD_PARAM_NAME value="ALERT_GOOD" />

<bi:MOD_PARAM_VALUE type="CHOICE" value="IMAGE" >

<bi:IMAGE value="http://www50.sap.com/m1/images/email/template_images/05.gif" />

</bi:MOD_PARAM_VALUE>

</bi:MOD_PARAMETER>

<bi:MOD_PARAMETER type="COMPOSITE" index="2" >

<bi:MOD_PARAM_NAME value="ALERT_CRITICAL" />

<bi:MOD_PARAM_VALUE type="CHOICE" value="IMAGE" >

<bi:IMAGE value="http://www50.sap.com/m1/images/email/template_images/01.gif" />

</bi:MOD_PARAM_VALUE>

</bi:MOD_PARAMETER>

<bi:MOD_PARAMETER type="COMPOSITE" index="3" >

<bi:MOD_PARAM_NAME value="ALERT_BAD" />

<bi:MOD_PARAM_VALUE type="CHOICE" value="IMAGE" >

<bi:IMAGE value="http://www50.sap.com/m1/images/email/template_images/03.gif" />

</bi:MOD_PARAM_VALUE>

</bi:MOD_PARAMETER>

<bi:MOD_PARAMETER type="COMPOSITE" index="4" >

<bi:MOD_PARAM_NAME value="CONTENT" />

<bi:MOD_PARAM_VALUE type="CHOICE" value="STRING" >

<bi:STRING value="IMAGE_CONTENT" />

</bi:MOD_PARAM_VALUE>

</bi:MOD_PARAMETER>

<bi:MOD_PARAMETER type="COMPOSITE" index="5" >

<bi:MOD_PARAM_NAME value="SEPARATOR" />

<bi:MOD_PARAM_VALUE type="CHOICE" value="INTEGER" >

<bi:INTEGER value="3" />

</bi:MOD_PARAM_VALUE>

</bi:MOD_PARAMETER>

<bi:MOD_PARAMETER type="COMPOSITE" index="6" >

<bi:MOD_PARAM_NAME value="COLUMN" />

<bi:MOD_PARAM_VALUE type="CHOICE" value="BOOLEAN" />

<bi:MOD_PLACEHOLDER_LIST type="ORDEREDLIST" >

<bi:MOD_PARAM_VALUE type="CHOICE" index="1" value="INTEGER" >

<bi:INTEGER value="2" />

</bi:MOD_PARAM_VALUE>

</bi:MOD_PLACEHOLDER_LIST>

</bi:MOD_PARAMETER>

<bi:MOD_PARAMETER type="COMPOSITE" index="7" >

<bi:MOD_PARAM_NAME value="HEIGHT" />

<bi:MOD_PARAM_VALUE type="CHOICE" value="INTEGER" >

<bi:INTEGER value="53" />

</bi:MOD_PARAM_VALUE>

</bi:MOD_PARAMETER>

<bi:MOD_PARAMETER type="COMPOSITE" index="8" >

<bi:MOD_PARAM_NAME value="CLEAR_BACKGROUND" />

<bi:MOD_PARAM_VALUE type="CHOICE" value="BOOLEAN" />

</bi:MOD_PARAMETER>

</bi:MOD_PARAMETER_LIST>

</bi:MOD_GENERIC_MODULE>

</bi:MOD_SELECT>

</bi:MOD_SINGLE_MODULE>

</bi:MOD_MODULE_LIST>

</bi:MODIFICATION>

</bi:ANALYSIS_ITEM>

Former Member
0 Kudos

Thanks Ken and Tobias.

mike_howles4
Active Contributor
0 Kudos

Tobias, could I also have any documentation you have on the parameter modifications? Thank you!

Former Member
0 Kudos

Hi Mike!

I cannot attach it here. The state is too preliminary to published it in a note. Please drop my a message by...

Yours,

Tobias

Former Member
0 Kudos

Hi,

we have implemented the ExceptionImage modification with the code example that Tobias has included (thanks a lot it has been very useful). We have included all the parameters as in your example but the images has not been changed, then we have used only the alert_good, alert_critical and alert_bad parameters and now the images have been changed with our own ones.

That is what we need, but in our web application we have the export to pdf functionality and we have tested it and in the pdf appears the standard images (the old ones).

Maybe we need to include one of the parameters you have included in your code example but if we include it the images don't change. which effect has that parameters in the analysis item?

How can we get the own symbols when we export to pdf?

Many Thanks in advanced.

Best Regards,

Núria

Former Member
0 Kudos

Hello Tobias,

I'm also very interested in the parameters documentation. Could you please forward it to me?

Kind Regards,

Álvaro

former_member184494
Active Contributor
0 Kudos

Please do not request for the material , I think it is quite clear that a e-mail to Tobias would be appreciated as mentioned above.... to prevent further such requests ... locking the thread....