Re: SAP MII 15.0 released for all customers?
Hi Rohit, Thank you so much for your information. Kind regards,Pekka
View ArticleIntegration of SAP MII with CAM(Computer Aided Manufacturing) Application
Hi, Has anyone had prior experience with Integrating SAP MII with the CAM application (Computer Aided Manufacturing)? If Yes, Can someone share some thoughts and pointers for the same in terms of what...
View ArticleRe: Integration of SAP MII with CAM(Computer Aided Manufacturing) Application
Hi Anoop, Initial thought which comes to my mind is -Are the neccessary drivers avalaible for that CAM Application/Software which makes that OPC Compliant? Cheers,Muddassar
View ArticleRe: is there a ¿ is number function ? in the link editor
If you use the number() function here are the results you will get: number("300") returns 300number("abcde") returns errornumber("301abcde100") returns 301number("abde300") returns error a better way...
View ArticleEdition type can not be changed
Hello: only appears in the spool type DinA5 edition, what you need to user to view the entire list? or why this happens? The accompanying illustrated as shown (Edition DINA5) Thank You Yeniffer Arismendy
View ArticleRe: is there a ¿ is number function ? in the link editor
thanks, I want the outcome to be like yes or not . Is it possible ¡? Best regards,
View ArticleRe: is there a ¿ is number function ? in the link editor
thanks, I want the outcome to be like yes or not . Is it possible ¡? Best regards,
View ArticleRe: is there a ¿ is number function ? in the link editor
If you want a yes/no result, you will need t build an MII transaction that you can call with the required inputs and outputs for your needs. Withiin the transaction, perform an assignment to a local...
View ArticleRe: is there a ¿ is number function ? in the link editor
Hi You can also use match function.match( stringValue, matchString) in match string you can provide valid regex (regular expression).this will return value as true or false. RegardsAnshul
View ArticleRe: Integration of SAP MII with CAM(Computer Aided Manufacturing) Application
Assuming this application provide you manufacturing data , as Mudadassar said you need to check if CAM you are trying to connect is OPC complaint so you can integrate efficiently. Also you may need to...
View ArticleRe: How can I create an MII Transaction to call BAPI
Hi Azim, Go through below link for creation of MII Transaction through ECC BAPI Step by Step Guides for Creating Transactions in xMII Regards,Praveen Reddy
View ArticleSAP MII SQL Data Source connection Returns backdated (old) data.
Dear Experts, I have a datasource connection in SAP MII to Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 Driver Name : SYSTEM_DRIVERSQL Engine : Vendor SQLIsolation Level : DefaultJDBC...
View ArticleRe: SAP MII SQL Data Source connection Returns backdated (old) data.
Did you trace the query string on the database side? Do you get the same results when requesting the same SQL natively on the Oracle DB side? Unless you have date logic in the select statement, MII...
View ArticleSQLQuery - command called once inserts multiple records in MS SQL database
SAPUI5 application using action SQLQuery - command which insert record in database with timestamp (getdate())Problem is that command used successfully hundreds times a day, occasionally, about once...
View ArticleRe: SAP MII Transaction Error
Hi Azim, It is very difficult to say about the error like this. But from the screenshot is it visible that the exception is coming due to conversion error. So try 2 things: 1) try to put the trace at...
View ArticleRe: MII TRX Create Text File in /WEB while Admin or Regular User
Hi Sam, I updated all my transactions to have writer roles for SAP_XMII_User, and still not working .. Do we need to bounce the MII server so that these settings are read? Regards,Paul.
View ArticleRe: MII: Unable to execute Scheduled Job
In the transaction scheduler, you can specify a "good" user to run the transaction when it's scheduled. Just input an active username and password in the corresponding fields and the transaction will...
View ArticleRe: MII TRX Create Text File in /WEB while Admin or Regular User
There are some errors in the Log Files .. see below: bottombottom -1bottom -2bottom -3 Hopefully it helps. I masked the server name to protect the innocent. I don't have access to the trace-files...
View ArticleRe: MII TRX Create Text File in /WEB while Admin or Regular User
The file system actions don't seem to be documented in the help so I don't know if they still apply but check if one of the roles assigned to your user has the XMII_FileSystem_RW ume action assigned to...
View ArticleRe: MS SQLSERVER 7.0 ( very old ) as a data server service in MII 12.2
thanks Jeremy, I found the jdbc2_0-stdext.jar in the folder "c:\\ServletExec AS\lib . I expect is the one you mentioned above . I will let you know what happens . Best regards,
View Article