Analysis Web Item Parameter Modification
Often I meet in the professional forums a lot of questions about WAD Analysis Item Modification modules (how to use, which parameters are required, values for such parameters etc).
I’d like to share here some documents (provided by SAP for information purposes only) about the modules.
These documents include some good examples for each module.
The modules described in these documents are:
com.sap.ip.bi.rig.ColumnWidth
com.sap.ip.bi.rig.NegativeNumber
com.sap.ip.bi.rig.DocumentContent
com.sap.ip.bi.rig.NonInputableEmptyCells
com.sap.ip.bi.rig.ExceptionImage
com.sap.ip.bi.rig.Format
com.sap.ip.bi.rig.Scrolling
com.sap.ip.bi.rig.Planning
com.sap.ip.bi.rig.CopyPaste
Analysis Web Item Parameter Modification – Part 1
Analysis Web Item Parameter Modification – Part 2
I hope these documents will help to many WAD developers.
Thanks a lot.
Matthieu
Is't also possible to use the modification for locking an input ready cell for specific characteristic value (0GL_ACCOUNT)? I'm using a dynamic hierachy from R/3 and would like to lock some of the GL accounts.
any ideas?
can u reuse the modification: com.sap.ip.bi.rig.NonInputableEmptyCells
kind regards,
Coussary
com.sap.ip.bi.rig.Planning
I'm using it with IE 8 and I experience the same issue I had with the How To Copy and paste via script :
( http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80220fed-0e6d-2b10-bbb9-f6af76dee0cc )
The selected cell is not the one having the focus but the one at position x + 1, y + 1
Matthieu
Unfortunately I didn't use com.sap.ip.bi.rig.Planning.
Is't also possible to use the modification for locking an input ready cell for specific characteristic value (0GL_ACCOUNT)? I'm using a dynamic hierachy from R/3 and would like to lock some of the GL accounts.
any ideas?
can u reuse the modification: com.sap.ip.bi.rig.NonInputableEmptyCells
kind regards,
Coussary
Does anyone know how to solve this problem?
I used the "How To... Copy & Paste in BEx Web Applications" and changed the coding to correct the problem.
In the coding here is what I changed :
function sapbi_rig_cp_onclickHandler(e){
var src;
var sId;
if (sapbi_rig_cp_inf.brwsType === "IE"){
e = window.event;
src = e.srcElement;
} else{
src = e.target;
}
var shiftKey = e.shiftKey;
if (src === null || src.tagName === 'BODY' || src.tagName === 'HTML'){
sapbi_rig_cp_highlight(false, sapbi_rig_cp_inf);
return;
}
var row;
var col;
if (sapbi_rig_cp_inf.brwsType === "IE"){
//Change by Matthieu Lefeuvre to correct a selection offset
/*row = sapUrMapi_SapTable_getClickedRowIndex(e);
col = sapUrMapi_SapTable_getClickedColIndex(e);*/
row = sapUrMapi_SapTable_getClickedRowIndex(e) - 1;
col = sapUrMapi_SapTable_getClickedColIndex(e) - 1;
// Matthieu Lefeuvre
} else {
I need to show only the first comment of a certain document type (document types can be used to classify documents)in a column.
Is it possible to indicate a parameter in the module com.sap.ip.bi.rig.DocumentContent for the document type? Or do you have another solution?
Thanks a lot for your respons.
Kind regards,
Sascha
How can I find out what should be installed i portal in order to use for example com.sap.ip.bi.rig.Planning module ?
Currently when I try to use this extension I have message that this module cannot be loaded...
regards
Krzys
Do you solved the problem with RIG module com.sap.ip.bi.rig.Planning?
"Could not load module com.sap.ip.bi.rig.Planning"
regards
Anatoly
Very use ful blog.I t cleared lots of my doubts.
___________
cathe
[url=http://www.nrstechnologies.com]seo process[/url]
It's a great document I wish I found this earlier!
thanks
Martin
Hi,
We are using this module for a while and it works perfect. But now we are facing the issue that in reports where this module is being used, the 'Export to Excel' is not working. If we deactivate the module, Export to Excel works fine.
Are you familiair with this issue and what is the solution for this?
Thanks.
Daan
Hi,
Unfortunately I haven't heard about such an issue before.
May be you will rise OSS ticket to SAP
BR,
Hi Andrey,
I've risen a message. Will inform here when the issue is clear and/or resolved.
Daan