Sending BOM with multiple Items to SAP ME
Hello Everyone, I am using SAP ME PAPI block to send my BOM structure to SAP ME. While mapping the Component list to BOMComponentList node in Request xml, I can map only a single component data. I...
View ArticleRe: How to fetch 2 set of records in MII from SQL procedure
Hi Christian,But above mentioned behaviour is observed in Sp07 as well where nocount is off and it returns no result. Regards,Swaroop
View ArticleRe: Code Refresh in MII (NULL error)
Hi Rajeev,Good! Try degrading to 6_17 version of jre. Regards,Swaroop
View ArticleRe: Error on Add Destination in Plant Connectivity > Notification Management
Hi Sindhu, Thanks, I created a Simulation Destination and now i see values in 'Add Destination'. Now, upon saving, when we click on Activate or Publish button, i get the following message.ERRORCannot...
View ArticleRe: Code Refresh in MII (NULL error)
Hi Swaroop, Will degrading jre version cause any other issues such as opening of workbench, causing java problems etc? Also, other IRPT files are working with JRE 6_33....
View ArticleRe: Error on Add Destination in Plant Connectivity > Notification Management
Hi Shridhar, You have provide Output expression to publish/activate the notification. Since that will be the subscription items created for the remote notifcation. Its a mandatory field for the remote...
View ArticleRe: Code Refresh in MII (NULL error)
No Rajeev,it would not. Infact, workbench has jre compatibility issues, so degrading it will help in proper operation. Thanks,Swaroop
View ArticleRe: Lines of code are not executed in the order they are written... Why?
Hi Tibor, I can suggest a workaround of applying some delay or time lag in order to make the function execute after certain time. Let me know if this works. -Snehal
View ArticleRe: MDO select Query throwing error: The token [ was not expected
Looks like some conditions on source!What is the source of your MDO? Regards,Swaroop
View ArticleRe: MDO select Query throwing error: The token [ was not expected
My MDO has no defined source, that is no transaction/query is given as data source.I defined the MDO columns myself. I wanted to populate MDO using an INSERT MDO Query. Populating seems to work fine,...
View ArticleCan't get anything out of my MII/OData request
Hello everyone, I've created a "FixedQueryWithOutpu" with a simple SELECT query for test reasons. I want to get a valid OData request out of MII.The query is stored in the project examples, in the...
View ArticleRe: Stored Procedure row limit in MII
Artificially increasing RowCount isn't the answer, especially if aspects in the code need to preallocate memory for resultsets, etc. In a sense this is why all queries contain the RowCount parameter -...
View ArticleRe: Can't get anything out of my MII/OData request
Hi Kai, Can you please try to run the URL given below followed by the URL that I provided earlier:http://hostname:10000/XMII/IlluminatorOData/$metadata Regards,Anuvrat
View ArticleRe: Error on Add Destination in Plant Connectivity > Notification Management
Hi Shridhar, You have to enable the Versioned notifications in Plant Connectivity server.Here is the steps:To do so, in the menu for the PCo Management Console, call up the menu path ToolsOptionsGlobal...
View ArticleUpload data from excel file to mii without UDS and PCo
Hi Experts, I am trying to upload data from excel file to mii db without using UDS and PCo. Is there any other ways that we can achieve it. I am thinking one solution , writing stored procedure. any...
View ArticleLDAP server changes
Hi Experts, Our LDAP server configured in SAP Netweaver is Decommissioned and we need to change the LDAP server name in the configuration.But we are not able to log in user Management. How do I change...
View ArticleRe: Transaction timeout error in 14.0
Hi Anushree, Increasing PROCTIMEOUT did help us but the process is taking too much time for the execution and that is why we are now working on connectivity issue with the DB. Thanks for your help....
View ArticleRe: Upload data from excel file to mii without UDS and PCo
Hi Eswaraiah,You can create a data server to connect to your excel utilizing oledb drivers. Easiest way!! Regards,Swaroop
View ArticleRe: Can't get anything out of my MII/OData request
Hi Anuvrat, thanks for your reply.I've used this link http://hostname:10000/XMII/IlluminatorOData/$metadata/QueryTemplate?QueryTemplate=Examples%2FTests%2FTests%2FReports… To generate this output This...
View ArticleRe: Upload data from excel file to mii without UDS and PCo
For this kind of requirement I usually recommend writing a macro in excel to post the data to MII. Do a web search for "excel http post" and you should find a lot of examples of how to do this....
View Article