Usage of Audit service(Illuminator)
Hi Experts, We have requirement of doing credential validations.I have found a line in illuminator services as below Can somebody please help me how do we use it? I have tried using ModeList mode. but...
View ArticleMIGO receiving not being cleared
Hello, We are receiving items against MIGO (101) and we are checking each item as received. However the items are not being removed from the MIGO when we re-enter the purchase order. The items are...
View ArticleRe: How to get selected Row/Cell value in i5Grid
Hi Shaji, I tried to setCellValue twice and it worked. I tried in 14.0 SP05. Regards,Sriram
View ArticleRe: How to get selected Row/Cell value in i5Grid
Sriram, Can you please share the code? ThanksShaji
View ArticleRe: How to get selected Row/Cell value in i5Grid
Hi Shaji, Here is my code.----------------------------------- <!DOCTYPE HTML><HTML><HEAD> <TITLE>Your Title Here</TITLE> <META http-equiv="X-UA-Compatible"...
View ArticleRe: Usage of Audit service(Illuminator)
Hello Ajinkya, Below is how you use the service (Thanks so much to Prasoon Rana from the SAP MII development team)...
View ArticleRe: How to get selected Row/Cell value in i5Grid
Sriram, Thanks for sharing the code. Here you are changing the value of same cell again. Let me explain my scenario. I have got 2 i5Grid objects and want to add the items from object to another. I will...
View ArticleRe: How to get selected Row/Cell value in i5Grid
Hi Shaji, While adding the Selected Item to second grid, Make sure that row index should be incremented before using the method setCellValue(int,int,string) while adding a new item, or else it will...
View ArticleRe: How to get selected Row/Cell value in i5Grid
Sriram, Thanks for you effort again. Yes I am taking care of rowIndex. I just tried to hard code some values to add the grid. The below code is only adding first item to the grid....
View ArticleGrid Applet CVS Export With Double Quotes
Hello experts, We are using an iGrid applet in 12.2 that is populated by an SQL query from Oracle. We have a case where a column value occasionally has an embedded double quote (and we want to allow...
View ArticleHow to make i5Chart clickable
How to make i5Chart clickable and opens up in a pop-up window? Here is one chart code: var i5Chart1 = new com.sap.xmii.chart.hchart.i5Chart("WVLMicrofiber7/Charts/WVLCharts",...
View ArticleRe: How to get selected Row/Cell value in i5Grid
Hi Shaji, I tried this. Grid_Obj.setCellValue(1,1,"Set"); Grid_Obj.setCellValue(2,1,"SetAgain"); Grid_Obj.setCellValue(3,1,"Set 3rd time"); This is the output. I did this in 14.0 SP05. May be...
View ArticleRe: How to make i5Chart clickable
Hi Amr, To make an element clickable you can use the below snippet (with jQuery): $("#chart1").click(function() { window.open('http://www.google.com', '_blank'); }); where chart1 is the div id provided...
View ArticleRe: How to make i5Chart clickable
Hello Ria, Do I write the above snippet in a java script? Like: <script>$("#chart1").click(function() { window.open('http://www.google.com', '_blank'); });</script>
View ArticleRe: How to make i5Chart clickable
Hi Amr,You will have to place this code in the onload event of the page or a place where you are sure that the element already exists in the DOM. For e.g, function load() {$("#div").click(function() {...
View ArticleRe: Need info on building object key for BAPI_DOCUMENT_GETOBJECTDOCS
It's defined in table TCLO (PORDER).It's implemented, for example, in CO_DM_PORDER_OBJECT_KEY_GET
View ArticleRe: SAP MII - Online Help / Wiki
Something like PageDown which can be be run entirely on the client side might be worth taking a look at. You could easily store the markdown in an MDO or database.
View ArticlePassing parameter to QueryTemplate of i5Chart
Hi Friends, I would like to pass a parameter value to the QueryTemplate of my i5Chart object. I am using the below code for this. Please let me know if I am doing the right way. I am facing a...
View ArticleRe: Passing parameter to QueryTemplate of i5Chart
Which version of the UI5 library do you have deployed on your MII instance. This is visible in the NetWeaver System Information -> Components Info Then filter the Name column with UI5Sam
View Article