File handling
Hi I need to save and read files in a remote server that does not have ftp. Do I need to develop a java custom action to do that ?
View ArticleRe: Don't we have array kind of things in SAP MII?
I should have to use if condition for OTM_Ship. Because i have to send the data based on that only.Also can you please explain how can i use if condition for List or Map.
View ArticleSAP UI5 Overlay Container not working from MII
Hi, I'm unable to use the overlay container control of SAPUI5 from MII Workbench.My code is as below(copied from Demo Kit): <!DOCTYPE HTML><html><HEAD> <TITLE>Overlay Container...
View ArticleRe: SAP UI5 Overlay Container not working from MII
Hi Prashant, Check the error in the browser's developer help i.e. press F12What is the UI5 library version on your server? Regards,Rohit Negi.
View ArticleRe: Don't we have array kind of things in SAP MII?
Hi Raviteja, Once you have stored the values in the List you can use the For Next Loop.Set the 'To' param as size(List_Name)-1 Then you can get the values in the list by:...
View ArticleRe: File handling
Hi Michel, Have a look at the following thread:WriteFile Action, send files to network location Regards,Rohit Negi.
View ArticleRe: SAP UI5 Overlay Container not working from MII
Hi Rohit, Thanks for your quick reply. Browser exception is as below: Failed to load resource: the server responded with a status of 404 (Not Found)...
View ArticleRe: SAP UI5 Overlay Container not working from MII
Hi Prashant, I tried the above code, the first script tag refers to /XMII/JavaScript/bootstrap.js which also loads sap-ui-core.js internally. However it doesn't load ux3 library. Followed by that...
View ArticleSAPME PAPI Interface Action Block error
Hi all, I wasn't sure whether this goes under MII or ME, as it relates to the SAPMEINT component in MII. There is a new action that was delivered with MEINT with ME 6.x called the SAPME PAPI Interface...
View ArticleRe: Error in KPI Monitoring Screen
Hi Experts, Is their any idea to add the column in the default KPI Monitoring screen. I need a column to be added like "current value" in the screen.Let me know how to do it? RegardsR.P
View ArticleRe: How to pass start and end date and time in SAP MII url
I am passing the values through a query template: SET NOCOUNT ONDECLARE @StartDate DateTimeDECLARE @EndDate DateTimeSET @StartDate = DATEADD(minute,60,'[Param.2]') SET @EndDate =...
View ArticleRe: Problem in updating Global Variables (XML Type)
HI Michael, Yes i agree that there are other ways of doing same thing without use of Global Variables. But i am working on 6 years old design where Global Variable is used in 50+ transactions and to...
View ArticleRe: How can i check whether third party data hits our MII transaction or not?
Following are the ways : 1. Use Write File Action Block and map the output data(eg... you can map any other data from the transaction or datetime) and save it in Web.2. Use "Send Mail" action block -...
View ArticleUnable to Pass Parameters to I5Grid - SAP MII 14.0
Hi Experts,I am using SAP MII 14.0 SP04 version. I have a scenario where I am creating a Report using an I5Grid. Based on some selection parameters on my web page, I want I5Grid Data to be refeshed....
View ArticleRe: Unable to Pass Parameters to I5Grid - SAP MII 14.0
HI kirti its a bug in the old patch. Are you having a latest patch. I guess in latest patch this issue got resolved.please deploy the latest patch of XMII.SCA and try. regardsG.partheeban
View ArticleRe: SAP UI5 Overlay Container not working from MII
Thanks Ria. I've resolved it by oModel.getProperty(). Regards,Prashant
View ArticleRe: How to pass start and end date and time in SAP MII url
Welcome back Hari! Haven't seen you posting in a while. Cheers, Mike
View ArticleRe: Unable to Pass Parameters to I5Grid - SAP MII 14.0
Hi G.partheeban,I am using MII 4.0 SP04. Please help me to understand, if which patch has the resolution for this issue and if this issue is resolved in SPO5 or not. Regards,Kirti
View ArticleRe: Reading File from a Desktop/ShareFolder in SAP MII 14.0
Thanks Partha, I used FTP folder to get the files in to MII. Required files were dropped in FTP folder and fetched in MII using GET_FTP* action blocks.
View Article