Re: MDO maintenance using UI5 GUI - how to access MDO?
Hi Marco,Tufale has shared a URL that if you call from ajax method, would run the MDO in the mode specified. This acts as a service that, if run in Select mode, would return you MDO data. Hope it...
View ArticleRe: MDO maintenance using UI5 GUI - how to access MDO?
Hi Marco, If you are using MII 15.0 then you could use Self Service Composition Environment(SSCE) for dashboard creation. Visualization of almost all MII Objects are supported (be it QueryTemplates,...
View ArticleSequencing in MDO
Hi Everyone, Does MDO has any ID property similar to transactionid function in MII that gets incremented after each execution cycle? We are inserting the data in MDO and would like to have one column...
View ArticleRe: MDO maintenance using UI5 GUI - how to access MDO?
Hi Ria, thanks for your reply. I am more worried about returning data to MDO. I am looking for some best practice on how to pass changes back to MDO. I am wondering what is best way to do so? But the...
View ArticleRe: MDO maintenance using UI5 GUI - how to access MDO?
Thanks Swaroop, so I got it right. One can directly access MDO using that call.
View ArticleRe: Sequencing in MDO
Hi Rajeev,You have some default columns with an MDO that records insert timestamp. You can make use of it. Thanks,Swaroop
View ArticleRe: Sequencing in MDO
Hi Swaroop, So you're saying I have one column and use datenow function to insert the record? Can't we implement a sequence in the column? Also, can select MAX sql syntax be used with MDO? RegardsRajeev
View ArticleRe: Sequencing in MDO
No Rajeev,There is a set of columns that gets created automatically for every MDO created for insertion(the one that doesn't have data source). You would be able to see those in your MDO select query...
View ArticleRe: Pco query creation error
Thanks ria,the agents were not active...now i could see the list in the modes. but when i run the query.. i get message : reading tag resulted in status bad can u pls help me with this..thanks and...
View ArticleSAP PCo 15 - ODBC - Deselect Database-Collumn
Hi, Actually I playing around with PCo and OPC-UA, I want to store the Values of an OPC-Tag in a Database-Table. The table has the structure - ID- TAG_ID- TAG_VAL- TIMESTAMP ID is configured as...
View ArticleFiltering a Select MDO Query based on Datetime values
Hi All, I am using SAP MII 14.0 version & working on MDO's I am writing a select MDO query to fetch data from a Custom Persistant MDOThis MDO has five fields out of which 4 are string variables...
View ArticleIs there a way I can hide the gridline in i5SPC charts?
Hi Experts,Is there a way I can hide the grid lines in my i5SPC chart. I have not set a value or color but it defaults to the below color in DOM <line class="v-gridline" stroke="#fcdab0"...
View ArticleRe: PCo 15.03 / MII 15 SP03 Notification error
Just to close this topic and let everyone know what the fix is. This was a program error and was fixed in PCo 15 Patch 8. Thanks to the SAP team for fixing it. Kevin
View ArticleRe: Is there a way I can hide the gridline in i5SPC charts?
Hi Aneesh, Yes, you are right there isn't an option to configure the gird lines in i5SPCChart. However using css you can change/apply the color of the line class "v-gridline" to chart background color...
View ArticleRe: Is there a way I can hide the gridline in i5SPC charts?
Hi Aneesh,As Ria mentioned, use CSS properties to get the intended result. Thanks,Swaroop
View ArticleRe: Filtering a Select MDO Query based on Datetime values
Hi Praveen, Please check if you've enabled the TYPE PARAMETERS- you can check that and set the parameter type as timestamp for both param1 and param2 and then you can test. You need to set the...
View ArticleRe: Filtering a Select MDO Query based on Datetime values
Hi Praveen,What is the type of DB your MII is hosted on? Regards,Swaroop
View ArticleRe: Sequencing in MDO
I believe yes, since the column containing the persistent property is getting updated in sync
View Article