Re: Vertical Markers on Area Charts
Hi Corey,Please go ahead. I did not see any inclusions yet. Thanks,Swaroop
View ArticleRe: SAP ECC to MII (Changing IDOC Language Format)
Hi Libich, Have attached the Listener configuration screenshot for that particular Resource Adapter configured. Have declared it as "EN". Should i make any more changes to receive the IDOc fields in...
View ArticleRe: Asynchronous Transactions PENDING for a long time
Have you checked the java traces and logs. It does not appears related to Optimization, improving transaction run time from few seconds to milliseconds seems Optimization but not from hours. Observe...
View ArticleRe: SAP ECC to MII (Changing IDOC Language Format)
If you are still getting idocs in the wrong language then do as Steve suggested and consult with your basis team. I would first check User Profile of the user. Also on rare occasions I have seen that...
View ArticleRe: SAP ECC to MII (Changing IDOC Language Format)
Thanks for your rquick response Libich, I am just planning to change all the field names to the user defined names using SAP MII when the IDOCS come in from SAP ECC through that listener configuration....
View ArticleRe: SAP ECC to MII (Changing IDOC Language Format)
There are a lot of ways you can probably accomplish this but typically when manipulating xml using an xsl transform gets the best performance. XSL Transformation Regards,Christian
View ArticleRe: SAP ECC to MII (Changing IDOC Language Format)
Hi Praveen,Are you referring to the field names are German or the field contents? Regards, MikeSAP Technology RIG
View ArticleRe: SAP ECC to MII (Changing IDOC Language Format)
Hi Libich, Yes i thought of the same XSL Transformation as it provides the best performance. Thanks for your inputs
View ArticleRe: SAP ECC to MII (Changing IDOC Language Format)
Hi Michael, When i receive the IDOC in SAP MII system, i get the IDOC in german format means For OrderNumber am getting the equivalent term as AUFNR. So, I wanted to know how to change the field names...
View ArticleRe: SAP ECC to MII (Changing IDOC Language Format)
Hi Praveen,Christian is correct about XSLT being the fastest method in a transaction. You could alternatively build an MII Document and map the columns, but it will not execute as fast. You are also...
View ArticleCreating a row in a table with empty fields and saving the new data to DB...
I m creating a Table in MII with the fields ID,NAME,AGE,SALARY with some data in that fields .Below the table i m taking ADD and SAVE buttons . when i click Add button then a new row should be created...
View ArticleRe: Plant dash board using MII with PCo link down
Hi Steve.. How are you doing? The latest logs i have seen and found an hex code of server error, description of the same is as: Date Time Level Source...
View ArticleRe: Query on PCo Capabilities
Hi Mahesh, The following PCo Source Agents support Tag Writes (PCoQuery mode in parenthesis)OPC DA (TagStore)OPC UA (TagStore)FileMonitor (TagStore, custom functions via TagFixedQuery)Socket (custom...
View ArticleError in Migrating MII 11.5 to 15
Hi, I am doing a migration of MII 11.5 to 15.0. I see error "Do not start the project name with a slash" There is a similar discussion but it suggest a SP1 upgrade as solution MII 11.5 migration to...
View ArticleRe: Permission Error while adding Destination in PCI notification MII 15
HI Steve, sorry for delay in my reply,!! I have tested the system as you have mentioned and I can retrieve the Destinations through web service action block. version of products integrated are. When...
View ArticleRe: Query on PCo Capabilities
Again thanks a lot Steve for resolving the query and providing the useful documents. It helped me to understand in a better way
View ArticleInvalid variable error
Hello, We are using MII 12.1.9 in a cluster environments. From time to time, we have some BLS transactions failing on some application servers, with error in NW logs like : [Transaction: 572463923]...
View ArticleRe: Error while loading JS libraries for UI5 and I5 Grid together
Thread is now locked to prevent necromancy (look it up or read the Rules of Engagement in the Getting Started link at the top right). Cheers, Mike (Moderator)SAP Technology RIG
View ArticleTranspose ROW Data in Column
Dear All, I have data in XML as given below & I want data as given below://------------------------------------------------<?xml version="1.0" encoding="UTF-8"?><Rowsets...
View ArticleRe: Transpose ROW Data in Column
There are a lot of ways you can probably accomplish this but typically when manipulating xml using an xsl transform gets the best performance. XSL Transformation Regards,Christian
View Article