https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-Manufacturing-Integration-and-Intelligence-blog-posts.xml SAP Community - SAP Manufacturing Integration and Intelligence 2024-05-20T11:13:17.521892+00:00 python-feedgen SAP Manufacturing Integration and Intelligence blog posts in SAP Community https://community.sap.com/t5/technology-blogs-by-members/how-to-solve-error-during-sum-execution-quot-the-server-selected-protocol/ba-p/13520650 How to Solve Error during SUM Execution "The server selected protocol version TLS10 is not accepted by client preferences [TLS12]" 2021-06-08T19:14:07+02:00 matthias_hollstein https://community.sap.com/t5/user/viewprofilepage/user-id/260138 The SAP is implementing several Security Updates and Patches into several products to different times. In some circumstances, it may be happen, that too many of this updates and security patches accumulate into one maintenance window with conflicting results.<BR /> <BR /> In our case this has happen on a Windows Server 2012 R2 running NetWeaver 7.5 JAVA on MSSQL Server 2012 DB Service Pack 1.<BR /> The issue is depending to SAP KERNEL, SAPJVM8 and current SUM versions.<BR /> The Problem is, that TLS1.0 is not longer supported by SAP, but it is used on MSSQL Server 2012 SP1.<BR /> <BR /> With <STRONG>SAP KERNEL 7.53 Patch 800</STRONG> the NetWeaver is working, but configtool is failing with error message regarding TLS1.0.<BR /> With <STRONG>SAPJVM 8.1.074 and higher</STRONG>, NetWeaver is not starting anymore, since TLS1.0 is disabled by default (<A href="https://launchpad.support.sap.com/#/notes/2199062" target="_blank" rel="noopener noreferrer">https://launchpad.support.sap.com/#/notes/2199062</A>).<BR /> And finally also at <STRONG>SUM 26 Patch 3 or higher</STRONG> TLS1.0+1.1 is disabled by default.<BR /> <UL><BR /> <LI>/SUM10SP26_2/SUM/jvm/jre/lib/security/java.security &gt; TLS 1+1.1 are not disabled (jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, \)</LI><BR /> <LI>/SUM10SP26_3/SUM/jvm/jre/lib/security/java.security &gt; TLS 1+1.1 are disabled (jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \)</LI><BR /> </UL><BR /> I have developed a routine to solve that issue and migrate the system from TLS1.0 to TLS1.2 (including Service Pack Upgrade for MSSQL Server to SP04 if needed).<BR /> <OL><BR /> <LI><EM>optional: check TLS1.0+1.1 are enabled (use IISCrypto.exe* for example)</EM></LI><BR /> <LI><STRONG>use SUM (Version before 26_3) to update kernel7.53 (800) + sapjvm8 (8.1.075)</STRONG><BR /> <UL><BR /> <LI>java-only start will failing - continue with next step, but let SUM stay at it is! (See picture below)</LI><BR /> </UL><BR /> </LI><BR /> <LI><STRONG>check and update java.security files</STRONG><BR /> <OL><BR /> <LI>"/usr/sap/&lt;SID&gt;/SYS/exe/jvm/NTAMD64/sapjvm_8.1.075/sapjvm_8/jre/lib/security/java.security"</LI><BR /> <LI>"/usr/sap/&lt;SID&gt;/J00/exe/sapjvm_8/jre/lib/security/java.security"<BR /> <UL><BR /> <LI>enable tls1+1.1 temporarily</LI><BR /> <LI>#jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \<BR /> jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, \</LI><BR /> </UL><BR /> </LI><BR /> </OL><BR /> </LI><BR /> <LI><STRONG>Stop and Start NetWeaver</STRONG></LI><BR /> <LI><STRONG>continue SUM (Version before 26_3) to repeat Restart JAVA-Only (successfull)</STRONG></LI><BR /> <LI><STRONG>Stop NetWeaver afterwards</STRONG></LI><BR /> <LI><STRONG>update java.security files</STRONG><BR /> <OL><BR /> <LI>"/usr/sap/&lt;SID&gt;/SYS/exe/jvm/NTAMD64/sapjvm_8.1.075/sapjvm_8/jre/lib/security/java.security"</LI><BR /> <LI>"/usr/sap/&lt;SID&gt;/J00/exe/sapjvm_8/jre/lib/security/java.security"<BR /> <UL><BR /> <LI>disable tls1+1.1 again (default settings)</LI><BR /> <LI>jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \</LI><BR /> </UL><BR /> </LI><BR /> </OL><BR /> </LI><BR /> <LI><STRONG>Backup NetWeaver DB</STRONG></LI><BR /> <LI><STRONG>install sql server 2012 sp4 (KB4018073) - or each other RDBMS supporting TLS1.2</STRONG></LI><BR /> <LI><STRONG>install sql server 2012 sp4 security update (KB4583465) - or each other RDBMS supporting TLS1.2</STRONG></LI><BR /> <LI><EM>optional: disable TLS1.0+1.1 (use IISCrypto.exe* on client and server &lt;Best Practices&gt; for example)</EM></LI><BR /> <LI><STRONG>Reboot System (NetWeaver Auto Start)</STRONG></LI><BR /> <LI><STRONG>update SUM to version 26_3 or higher</STRONG></LI><BR /> <LI><STRONG>use SUM (Version 26_3 or higher) to continue update Maintenance for NetWeaver, ME and MII...</STRONG></LI><BR /> </OL><BR /> *<A href="https://www.nartac.com/Products/IISCrypto/Download" target="_blank" rel="noopener nofollow noreferrer">https://www.nartac.com/Products/IISCrypto/Download</A><BR /> <BR /> MSSQL Server 2012 Service Pack 04 Files: <A href="https://www.catalog.update.microsoft.com/Search.aspx?q=SQL%20Server%202012%20Service%20Pack%204" target="_blank" rel="noopener nofollow noreferrer">https://www.catalog.update.microsoft.com/Search.aspx?q=SQL%20Server%202012%20Service%20Pack%204</A><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/06/SUM_JAVA_TLS-1.png" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic;font-family: 'SAPRegular', 'Helvetica Neue', Arial, sans-serif">SUM Process Execution Error in Restart System for Java-Only Step</P><BR /> &nbsp;<BR /> <BR /> Using this procedure make the update for SAP NetWeaver 7.5 JAVA SP20 with SAP Kernel 7.53 Patch 800 and SAPJVM8 Patch 75 on MSSQL SERVER 2012 SP4 possible. Otherwise it is not possible to update a system running a MSSQLSERVER 2012 with current patch and support packages from SAP.<BR /> <BR /> Without this procedure JAVA Start will failing during update process und the update process is not able to finish properly.<BR /> <BR /> please check also SAP Q &amp; A: <A href="https://answers.sap.com/questions/ask.html?primaryTagId=681405860242501232266070960678260" target="_blank" rel="noopener noreferrer">https://answers.sap.com/questions/ask.html?primaryTagId=681405860242501232266070960678260</A><BR /> <BR /> regards<BR /> <BR /> Matthias 2021-06-08T19:14:07+02:00 https://community.sap.com/t5/supply-chain-management-blogs-by-sap/sapphire-now-china-summit-high-tech-customer-industry-4-0-transformation/ba-p/13510084 SAPPHIRE NOW China Summit - High Tech Customer Industry 4.0 transformation journey 2021-06-29T15:22:11+02:00 former_member403994 https://community.sap.com/t5/user/viewprofilepage/user-id/403994 The post-pandemic world presents challenges to all industry sectors. However, there are a number of factors which are specific, and especially acute for High Tech industry. &nbsp;We have seen the phenomena:<BR /> <UL><BR /> <LI>The pandemic drives popularity of&nbsp;consumer electronic devices including games consoles, laptops and tablets.&nbsp;PlayStations got harder to find in stores; Broadband providers faced months long delays for internet routers.</LI><BR /> <LI>A global shortage of semiconductor computer chips is impacting car production around the globe and continues to disrupt the automotive supply chain. Car makers slashed production.</LI><BR /> </UL><BR /> Electronics Manufacturing in High Tech Industry is a tough and competitive business, and the supply chain is global, which is characterized by:<BR /> <UL><BR /> <LI>Mass-customized production, typically in electronic components, aims at maintaining high-sequence throughput and consistent quality despite increased product variances.</LI><BR /> <LI>High-volume production, such as consumer electronics, semiconductor chips, full automation (lights-out production) drives further productivity increase while changing product mixes require higher flexibility or production line adaptation.</LI><BR /> <LI>A long and complex production process, which relies on a large number of high precision and complex equipment.</LI><BR /> <LI>An intermediated, global, and very complex supply and value chain, which are networked of multiple partners, suppliers, and component manufacturers. A typical electronic product has hundreds of individual components, typically provided by different suppliers, often traveling thousands of miles. (see figure-1)</LI><BR /> <LI>Unpredictable demand, sometimes even unreasonable customer expectations. For example, the stay-at-home era pushed the demand for computers and office equipment to support home workers (and network equipment to supply their connectivity) far beyond levels projected before the pandemic.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/06/Screen-Shot-2021-06-23-at-11.34.45-AM.png" /></P><BR /> <P style="text-align: center"><STRONG>Figure-1&nbsp; High Tech Industry Value Chain</STRONG></P><BR /> <BR /> <DIV><BR /> <BR /> &nbsp;<BR /> <BR /> <B><SPAN lang="EN-GB">SAP Strategy for Industry 4.0</SPAN></B><B></B><BR /> <BR /> </DIV><BR /> <DIV><BR /> <BR /> <SPAN lang="EN-GB">To address these challenges, SAP has introduced the Industry 4.0 scenarios in</SPAN> <SPAN lang="EN-US">“</SPAN><SPAN lang="EN-GB"><A href="https://www.sap.com/documents/2019/12/7eb945d8-777d-0010-87a3-c30de2ffd8ff.html" target="_blank" rel="noopener noreferrer">SAP’s &nbsp;Strategy for Industry 4.0</A>” </SPAN><SPAN lang="EN-GB">(see Figure-2):</SPAN><BR /> <BR /> </DIV><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/06/Screen-Shot-2021-06-22-at-5.04.15-PM.png" /></P><BR /> <P style="text-align: center"><STRONG>Figure-2 Industry 4.0 Scenario Examples Across Industry Clusters</STRONG></P><BR /> &nbsp;<BR /> <BR /> <STRONG>How is the customer Industry 4.0 transformation journey with the help of SAP solutions? </STRONG><BR /> <BR /> Let us look at a customer example - Shenzhen ABSEN Optoelectronic Co. Ltd. &nbsp;ABSEN is a leading LED displays manufacturer and shared their “Industry 4.0 transformation journey” at 2021 SAPPHIRE NOW China Summit.<BR /> <BR /> Since 2016, ABSEN has started with an Industry 4.0 smart factory approach by deploying SAP® Manufacturing Suite and SAP S/4HANA®. Here are some highlights:<BR /> <UL><BR /> <LI>ABSEN has combined automated SMT assembly, manual module assembly and case assembly into one digital process, enabling digitally networked manufacturing.</LI><BR /> <LI>SAP ME is seamless integrated with SAP ERP and SCADA. 139 equipment are connected. 303 data collection points ensure the data accuracy traceability with full transparency across the production lifecycle.</LI><BR /> <LI>ABSEN has simplified user interfaces on the shop floor using mobile devices, which allows shopfloor worker to go paperless, and have implemented active process interlocking and control.</LI><BR /> <LI>ABSEN has connected assembly stations with automated guided vehicles and automated warehouse processing, bringing new levels of flexibility to an already highly automated process. This has resulted in increased throughput, improved uptime, and lower capital expenditure on shop floor equipment while still supporting increased product diversity.</LI><BR /> <LI>SMT equipment is set up automatically with parameters taken from the production order; SMT equipment operating parameters are collected for preventive and even predictive maintenance. The real time process data is collected for automated process control and quality control.</LI><BR /> </UL><BR /> With such a digital backbone: automating processes, digitalizing operations, and leveraging detailed information from the shop floor operations, ABSEN is continuously improving product design, Supplier collaboration, Logistics and after sales service to fulfil varying customer demand and deliver high service levels.<BR /> <BR /> <STRONG>To learn more about it, please visit</STRONG>:<BR /> <BR /> 2021 SAPPHIRE NOW China Summit - <A href="https://live.events.sap.cn/live/watch/general?id=lk2j1nal&amp;key=8761d02bf1fff5671ddc3078619f164f&amp;type=assign" target="_blank" rel="nofollow noopener noreferrer">“Industry 4.0 transformation journey”</A><BR /> <BR /> <A href="https://www.sap.com/documents/2020/07/ac51c829-a67d-0010-87a3-c30de2ffd8ff.html" target="_blank" rel="noopener noreferrer">How Can a Smart Factory Transform Production to Deliver Sustained Competitive Advantage?</A><BR /> <BR /> In this blog, I try to give you an overview:<BR /> <UL><BR /> <LI>What are the major challenges High Tech manufacturers are facing in post-pandemic world?</LI><BR /> <LI>What is SAP’s Point of view for Industry 4.0 scenarios in High Tech industry?</LI><BR /> <LI>How does Industry 4.0 frontrunner response to these challenges?</LI><BR /> </UL><BR /> Looking forward to receiving your feedback and comments! You can also go to <A href="https://answers.sap.com/tags/346083195931624615410618362498977" target="_blank" rel="noopener noreferrer">Ask a Question</A> if you have further questions.<BR /> <BR /> &nbsp; 2021-06-29T15:22:11+02:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/helpful-sap-me-mii-server-troubleshooting-resources-with-hana-database/ba-p/13501208 Helpful SAP ME/MII server Troubleshooting Resources with Hana Database 2021-07-18T09:40:07+02:00 former_member687186 https://community.sap.com/t5/user/viewprofilepage/user-id/687186 <H2 id="toc-hId-957399942">Introduction:</H2><BR /> &nbsp;<BR /> <BR /> In this blog post you will learn how to resolve issues while working in MI/MII server.In that case we can follow some steps that includes:<BR /> <UL><BR /> <LI>validation of correct SQL port (SQL Port mentioned in Landscape tab ) and that is used in Config Tool</LI><BR /> <LI>expired password of Hana database users</LI><BR /> </UL><BR /> We will also go through issues that can be noticed while starting the server and going through log files.<BR /> <BR /> &nbsp;<BR /> <H3 id="toc-hId-889969156"><EM>Different scenarios and their solutions are :</EM></H3><BR /> &nbsp;<BR /> <BR /> <STRONG>Case 1:</STRONG> <STRONG>ERROR =&gt; Node 'bootstrap' failed with exit code 558</STRONG><BR /> <BR /> You can follow snote- <A href="https://launchpad.support.sap.com/#/notes/710663" target="_blank" rel="noopener noreferrer">https://launchpad.support.sap.com/#/notes/710663</A><BR /> <BR /> <STRONG>Case 2: Error -An internal error occurred ; contact technical support</STRONG><BR /> <BR /> URL - <A href="http://&lt;hostname&gt;:&lt;port&gt;/manufacturing" target="test_blank" rel="nofollow noopener noreferrer">http://&lt;hostname&gt;:&lt;port&gt;/manufacturing</A><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/07/tempsnip-1.png" /></P><BR /> &nbsp;<BR /> <BR /> Cause -DB users like WIP, ODS, DM and INT are expired.<BR /> <BR /> <STRONG>Resolution</STRONG> -<BR /> <UL><BR /> <LI>Check user status with below query -</LI><BR /> <LI>select USERNAME,ACCOUNT_STATUS,LOCK_DATE from dba_users where USERNAME=’WIPUSR’;</LI><BR /> <LI>User Status will be expired.</LI><BR /> <LI>Run query to change password for expired users :</LI><BR /> <LI>ALTER USER username IDENTIFIED BY password;</LI><BR /> <LI>Do the same for all users</LI><BR /> <LI>Restart DB and NW</LI><BR /> </UL><BR /> <STRONG>Case 3: The Manufacturing server is still down&nbsp;</STRONG><BR /> <BR /> <STRONG>Resolution -</STRONG><BR /> <BR /> Please do the following which will force all new configurations<BR /> to be realised in the Java system;<BR /> <BR /> 1) Completely stop the system.<BR /> 2) Back up and remove all files from the below directories:<BR /> /usr/sap///work/<BR /> /usr/sap//SCS/work/<BR /> /usr/sap///j2ee/cluster/server/log (For each server node)<BR /> 3) Change the Bootstrap mode to FORCE:&nbsp;<A href="https://launchpad.support.sap.com/#/notes/710663" target="_blank" rel="noopener noreferrer">710663</A>&nbsp;- AS Java Bootstrap Synchronization<BR /> 3) Start the system.<BR /> <BR /> <STRONG>Case 4: Check parameters of config Tool</STRONG><BR /> <BR /> <STRONG>Resolution -</STRONG><BR /> <BR /> Please perform the following changes:<BR /> <BR /> In the&nbsp;/usr/sap/SID/inst_Nr/2ee/cluster/bootstrap/jvm.properties file add the parameter <STRONG>-</STRONG><BR /> <OL><BR /> <LI>Djava.net.preferIPv4Stack=true</LI><BR /> <LI>ClassPath=./bootstrap/sap.com~tc~bl~offline_launcher~impl.jar</LI><BR /> <LI>JavaParameters=-Djava.net.preferIPv4Stack=true</LI><BR /> <LI>MainClass=com.sap.engine.offline.OfflineToolStart</LI><BR /> <LI>Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap</LI><BR /> </OL><BR /> &nbsp;<BR /> <BR /> Also edit the configtool.bat or configtool.sh file, insert the JVM parameter after the line starting with %JAVA_CMD%:<BR /> <BR /> &nbsp;<BR /> <BR /> "%JAVA_CMD%&nbsp;-Duser.language=en -Xmx1024m&nbsp;-Djava.net.preferIPv4Stack=true&nbsp; &nbsp;-classpath .\lib\sap.com~tc~bl~offline_launcher~impl.jar;. com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.visual.ConfigTool ./lib/ "<BR /> <BR /> &nbsp;<BR /> <BR /> Start configtool and set the <STRONG>-Djava.net.preferIPv4Stack=true</STRONG>&nbsp;for the Java server nodes, see SAP KBA &nbsp;&nbsp;&nbsp;<A title="2250890 - IPv6 addresses are used unexpectedly" href="https://i7p.wdf.sap.corp/sap/support/notes/2250890" target="_blank" rel="nofollow noopener noreferrer">2250890 - IPv6 addresses are used unexpectedly</A><BR /> <BR /> &nbsp;<BR /> <H3 id="toc-hId-693455651"><EM>Conclusion</EM></H3><BR /> I hope you have learned about how to handle situation where SAP Manufacturing server is down and contains error messages and log files .I suggest to check the Process list and Instance list during restart of the server .When the server is stopped and if it is not stopped completely and we execute the start command , the server fails to start.<BR /> <BR /> &nbsp;<BR /> <BR /> Please, let us know your comments. If you have any questions, we encourage you to post into the comment section and&nbsp; we will try to answer them as soon as possible.<BR /> <BR /> &nbsp;<BR /> <BR /> &nbsp;<BR /> <BR /> Regards<BR /> <BR /> Pallavi Anand<BR /> <BR /> &nbsp;<BR /> <BR /> &nbsp; 2021-07-18T09:40:07+02:00 https://community.sap.com/t5/supply-chain-management-blogs-by-sap/how-a-leading-commercial-vehicles-manufacturer-embraces-industry-4-0-to/ba-p/13501183 How a Leading Commercial Vehicles Manufacturer Embraces Industry 4.0 to Achieve Smarter and Leaner Operations 2021-11-17T12:06:13+01:00 karin_fent https://community.sap.com/t5/user/viewprofilepage/user-id/198077 Headquartered in Gurugram, a city located about 30 kilometers southwest of the national capital New Delhi, VE Commercial Vehicles Ltd. is regarded as<STRONG> the most successful joint venture in the Indian commercial vehicle (CV) industry. </STRONG><BR /> <BR /> In 2008, two leading players in the commercial vehicle business — Volvo Group and Eicher Motors — joined forces with a common vision of driving modernization in the commercial transport business in India. Volvo Group brought in global expertise, leadership in product technology, well-defined processes, and a brand respected all over the world. Eicher Motors is a leader in the Light and Medium Vehicle segment, and contributed with frugal engineering, considerable after-sales infrastructure, and cost-effective operations.<BR /> <BR /> VE Commercial Vehicles Ltd. (VECV) is comprised of five business verticals: Eicher Trucks and Buses, Volvo Trucks India, Eicher Engineering Components, VE Powertrain, VECV Engine Business, and Volvo Bus India. The company includes the exclusive distribution of Volvo Trucks in India, engine manufacturing and exports for Volvo Group, non-automotive engines, and the Eicher component business. A multi-brand, multi-division company backed by innovative products and services, VECV is today recognized as a leader its industry.<BR /> <H3 id="toc-hId-1086481943"><STRONG>Mastering highly complex Assembly Processes at Minimum Cost</STRONG></H3><BR /> Commercial truck manufacturing involves highly complex assembly operations due to the large number of variants, the thousands of parts being assembled, and the many types of tools and machines that are required.<BR /> <BR /> On top of this, VECV faced several challenges:<BR /> <UL><BR /> <LI>Shortage of skilled manpower made it extremely difficult to maintain quality and high productivity at minimum cost.</LI><BR /> <LI>Inability to track and trace its assembly operations.</LI><BR /> <LI>Considerable training effort was required for new operators as there was no system to guide operators on assembly processes while performing operations.</LI><BR /> <LI>Suboptimal line efficiency, machine utilization and operator productivity resulted in lower quality and higher rework due to lack of process controls and error-proofing.</LI><BR /> <LI>Lack of data connection on the assembly line which did not allow any meaningful insights to improve process quality.</LI><BR /> </UL><BR /> <H3 id="toc-hId-889968438"><STRONG>&nbsp;Paving the Way to Industry 4.0 and Smart Manufacturing</STRONG></H3><BR /> VECV needed a solution that would enable real-time monitoring of its entire manufacturing supply chain processes to:<BR /> <UL><BR /> <LI><STRONG>Gain meaningful insights</STRONG> to increase overall line efficiency, productivity, and quality</LI><BR /> <LI><STRONG>Achieve cost savings</STRONG> by standardizing operational processes and equipment</LI><BR /> <LI><STRONG>Creating standard operating procedures</STRONG> to guide new operators and reduce time for operator deployment on assembly lines</LI><BR /> <LI><STRONG>Reduce operator errors</STRONG> <STRONG>and driving efficiency</STRONG> by making assembly operations 100% traceable</LI><BR /> <LI><STRONG>Decrease costly downtime</STRONG> by implementing predictive maintenance for critical machinery</LI><BR /> </UL><BR /> Embracing Industry 4.0 principles, the vehicles company decided to adopt smart manufacturing processes by implementing <A href="https://www.sap.com/products/iot-data-services.html" target="_blank" rel="noopener noreferrer">Industrial Internet of Things (IIoT)-based solutions from SAP</A> to bring shop-floor visibility to the top floor. That enables faster decision-making and provides meaningful insights to improve overall line efficiency, productivity, and quality.<BR /> <H3 id="toc-hId-693454933"><STRONG>Fostering Smarter and Leaner Operations with Impressive Results</STRONG></H3><BR /> VECV introduced <A href="https://www.sap.com/products/supply-chain-management/manufacturing.html" target="_blank" rel="noopener noreferrer">SAP Manufacturing Suite</A> which is comprised of a number of digital manufacturing solutions that helped them meet their objectives. The solution was deployed on all 10 assembly lines, each comprised of about 150+ assembly stations, where 200+ machines are used to assemble about 3,000 parts.<BR /> <BR /> This means that:<BR /> <UL><BR /> <LI>Assembly operations’ standard operating procedures are now displayed in real time. Assembly machines are connected to capture more than 400 critical process parameters, ensuring tight process controls and error-proofing.</LI><BR /> <LI>Automated part selection guarantees correct selection and traceability for all 3,000 parts. The RFID integration through SAP Plant Connectivity eliminates manual interventions and MES screens on assembly stations optimize efficiency.</LI><BR /> <LI>A defect capturing and feedback system improves product quality and reduces errors.</LI><BR /> <LI>A 100% labor tracking improves operator efficiency.</LI><BR /> <LI>Overall Equipment Efficiency calculations enable predictive maintenance of critical machines. Real-time reports provide meaningful insights and enable faster decision-making. Vibration sensors installed on 6 key critical machines capture data into SAP Manufacturing Integration and Intelligence (SAP MII) solution via SAP Plant Connectivity (PCo) software. Data is analyzed to create an algorithm in SAP MII to predict machine failure.</LI><BR /> </UL><BR /> <A href="https://www.sap.com/products/supply-chain-management/manufacturing.html" target="_blank" rel="noopener noreferrer">SAP Manufacturing&nbsp;Suite</A> enabled the company to standardize operational processes, equipment, and activities, leading to cost savings in operations and faster gains in productivity and quality. With 100% tracking and traceability of all assembly operations, troubleshooting time was significantly reduced. Tight process controls and error-proofing increased overall product quality, reduced mistakes, and improved productivity.<BR /> <BR /> As Sumit Goyal, Senior Manager IT, Digital Manufacturing explained, “SAP Manufacturing Suite has brought many tactical and strategic benefits to VECV. It has helped improve productivity, lower operating costs, and increased quality and compliance. By gaining real-time visibility into the entire manufacturing supply chain, we are able to accelerate root-cause analysis by making fact-based decisions”.<BR /> <BR /> And the numbers speak for themselves. VECV have seen:<BR /> <UL><BR /> <LI>15% productivity improvement</LI><BR /> <LI>30% process quality improvement</LI><BR /> <LI>Reduction in field failures</LI><BR /> <LI>20% improvement in manpower utilization</LI><BR /> <LI>Significant reduction in non value-add activities through automation</LI><BR /> <LI>40% error reduction</LI><BR /> <LI>100% tracking and traceability of critical process parameters and assembled parts</LI><BR /> <LI>Zero compliance issues</LI><BR /> </UL><BR /> And from an IT perspective:<BR /> <UL><BR /> <LI>Single platform capturing data from different sources, eases system maintenance</LI><BR /> <LI>Reduced infrastructure and operational costs by removing standalone, third-party solutions used to capture data from different systems</LI><BR /> <LI>95% of machines connected with line controls, and improved process quality by 20%</LI><BR /> <LI>30% reduction in unplanned downtime</LI><BR /> <LI>15% improvement in OEE (Overall Equipment Effectiveness) OEE Management and OLE (Overhead Line Equipment)</LI><BR /> </UL><BR /> &nbsp;<BR /> <BR /> <EM>Would you like&nbsp;to learn more about how innovative organizations utilize Industry 4.0 to improve manufacturing processes? </EM><EM>Check out the “</EM><A href="https://www.sap.com/cmp/dg/intelligent-factory/index.html" target="_blank" rel="noopener noreferrer"><EM>Building Intelligent Factories with Industry 4.0</EM></A><EM>” report and read the <A href="https://www.sap.com/about/customer-stories.html?sort=latest_desc&amp;search=VECV&amp;pdf-asset=02190a07-057e-0010-bca6-c68f7e60039b&amp;page=1#customer-stories-finder" target="_blank" rel="noopener noreferrer">Business Transformation Study</A>.&nbsp;</EM> 2021-11-17T12:06:13+01:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/sending-mail-via-sap-mii-attachment-or-table-in-mail-body/ba-p/13538961 Sending Mail Via SAP MII Attachment or table in Mail body 2021-12-26T07:08:15+01:00 ankit12 https://community.sap.com/t5/user/viewprofilepage/user-id/455457 In today’s world, habit of reading an E-mail can differ person to person while there is lot of data we must put in mail. As some of people might want to see data as an attachment in mail, but many of us want to have everything paste into the Mail body as content itself. As nobody has time to save endless sheets in their system.<BR /> <BR /> To counter this problem in while sending Mail via MII, it provides both functionality to user to attach data sheet (txt file, csv file, pdf file) into the mail as well as you can create html tables in the Mail to show the data into mail body.<BR /> <BR /> &nbsp;<BR /> <BR /> <STRONG><SPAN style="text-decoration: underline">Prerequisite for this functionality to work.</SPAN></STRONG><BR /> <OL><BR /> <LI>Mail server configuration in MII (please refer to link <A href="https://blogs.sap.com/2021/04/28/mail-server-configuration-sap-mii/" target="_blank" rel="noopener noreferrer">https://blogs.sap.com/2021/04/28/mail-server-configuration-sap-mii/</A>)</LI><BR /> <LI>Basic XSLT language understanding.</LI><BR /> <LI>Pinch of html.</LI><BR /> </OL><BR /> As described in above blog, after configuring the mail server in MII we are ready to proceed with sending data with different approaches.<BR /> <BR /> Let’s check both approaches one by one:<BR /> <BR /> <STRONG><U>Approach-1:</U></STRONG><SPAN style="text-decoration: underline"><STRONG> Send Attachment in mail using SAP MII.</STRONG></SPAN><BR /> <UL><BR /> <LI>Get data from source system. (preferably XML)</LI><BR /> <LI>manipulate the data according to the requirement (format that we want to send) let’s say (.csv file)</LI><BR /> <LI>By using the write file action block save file in the web folder.</LI><BR /> <LI>while sending mail paste E-mail address in To and from parameter and for picking the file please use the attachment parameter from action block as below.</LI><BR /> </UL><BR /> <STRONG><U>Mail Action Block configure links:</U></STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/12/Link_AttachmentViaMail.png" /></P><BR /> <P style="text-align: center"><STRONG><U>Figure:1 Link_attachmentViaMail</U></STRONG></P><BR /> <STRONG><U>Sample BLS in SAP MII:</U></STRONG><BR /> <BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/12/BLS_AttachmentViaMail.png" /></P><BR /> <P style="text-align: center"><STRONG><U>Fig.2 BLS_AttachmentViaMail</U></STRONG></P><BR /> <STRONG><U>Output in MailBox:</U></STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/12/output_attachmentViaMail.png" /></P><BR /> <P style="text-align: center"><STRONG><U>Fig.3 Output_attachmentViaMail</U></STRONG></P><BR /> &nbsp;<BR /> <BR /> <STRONG><U>Approach:2</U></STRONG><SPAN style="text-decoration: underline"><STRONG> Create html table in mail body using SAP MII.</STRONG></SPAN><BR /> <UL><BR /> <LI>Get data from source system (preferably XML)</LI><BR /> <LI>For creating the table, we need to use XSLT. Sample XSLT example (<A href="https://www.w3schools.com/xml/xsl_intro.asp" target="_blank" rel="nofollow noopener noreferrer">https://www.w3schools.com/xml/xsl_intro.asp</A>)</LI><BR /> <LI>Content type will be <STRONG>“text/html”</STRONG></LI><BR /> <LI>Configure mail action block with below parameter.</LI><BR /> </UL><BR /> <STRONG><U>Mail Action Block configure links:</U></STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/12/Link_tableViaMail.png" /></P><BR /> <P style="text-align: center"><STRONG><U>Figure:4 Link_HTMLTableViaMail</U></STRONG></P><BR /> <STRONG><U>Sample BLS in SAP MII:</U></STRONG><BR /> <BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/12/BLS_TableViaMail.png" /></P><BR /> <P style="text-align: center"><STRONG><U>Fig.5 BLS_HTMLTableViaMail</U></STRONG></P><BR /> <SPAN style="text-decoration: underline"><STRONG>Output in Mailbox:</STRONG></SPAN><BR /> <BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2021/12/Output_tableViaMail.png" height="567" width="575" /></P><BR /> <P style="text-align: center"><STRONG><U>Fig.6 Output_HTMLTableViaMail</U></STRONG></P><BR /> <STRONG><U>Conclusion:</U></STRONG><BR /> <BR /> This is how we can use MII mail functionality to send data using Attachment or paste it in mail body.<BR /> <BR /> Hope you have enjoyed this blog while reading. If you have any comments/queries or suggestion, please write those in the comment section.<BR /> <BR /> &nbsp;<BR /> <BR /> Happy Reading. 2021-12-26T07:08:15+01:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/usage-of-checkbox-in-the-meint-workflow/ba-p/13528550 Usage of Checkbox in the MEINT Workflow 2022-04-28T10:32:31+02:00 former_member798715 https://community.sap.com/t5/user/viewprofilepage/user-id/798715 Hi Folks,<BR /> <BR /> My blog post is regarding some newly introduced features of the MEINT workflow. After completing the blog post, you will be able to understand the usage &amp; advantages of those features which can be used in an optimum level to implement any desired functionality.<BR /> <BR /> Recently many of you probably have noticed a checkbox in Standard / partner pre or post XSLT in MEINT workflow. If not yet, then please have a look below. <span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:">😊</span><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic1-1.png" /></P><BR /> These checkboxes were not there earlier. Suddenly these have been introduced by SAP &amp; made them visible in all the 91 no. of available workflows in MEINT. Therefore, without further surprise, following obvious questions came into my mind after seeing the above changes in MEINT.<BR /> <OL><BR /> <LI>The usage or utility of the checkboxes</LI><BR /> <LI>If the checkbox is introduced for <STRONG><U>standard &amp; partner XSLT</U></STRONG>, then why not the same for <STRONG>customer</STRONG> XSLT?</LI><BR /> <LI>It’s well-known that the standard XSLT cannot be modified by partner or customer. If the partner or customer XSLTs aren’t customized, then by default the standard one will be executed. Then what is the point of activating the standard XSLT by checking the checkbox externally?</LI><BR /> </OL><BR /> To find all the answers, me &amp; my colleague <STRONG>Mr. Palavesa Muthu</STRONG> have explored the area in details &amp; found out the following facts.<BR /> <BR /> To test the functionality of the checkboxes, we wrote some custom logic for a workflow &amp; placed the BLS link in different places of the workflow to find out the difference in behavior.<BR /> <H2 id="toc-hId-959458551">Case1: Configured Standard and Partner pre–XSLT Transaction (only standard is activated)</H2><BR /> Standard and partner pre-XSLT transactions are configured, and standard transaction checkbox is selected.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic2-1.png" /></P><BR /> <P style="overflow: hidden;margin-bottom: 0px">Message is Enqueued.</P><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic3.png" /></P><BR /> Both standard and partner transactions got executed.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic3-1.png" /></P><BR /> <BR /> <H2 style="overflow: hidden;margin-bottom: 0px" id="toc-hId-762945046">Case2: Configured Standard and Partner pre–XSLT Transaction (only Partner is activated)</H2><BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic5.png" /></P><BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic6.png" /><BR /> <BR /> Only the Partner transaction got executed.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic7.png" /></P><BR /> <BR /> <H2 id="toc-hId-566431541"><SPAN lang="EN-IN">Case3: Configured Standard and Partner pre–XSLT Transaction (nothing is activated)</SPAN></H2><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic8.png" /></P><BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic9.png" /><BR /> Only Partner transaction got executed.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic10.png" /></P><BR /> <BR /> <H2 id="toc-hId-369918036"><SPAN lang="EN-IN">Case4: Configured Standard, Partner and Customer pre–XSLT Transaction (Both Standard &amp; Partner are activated)</SPAN></H2><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic11.png" /></P><BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic12.png" /><BR /> <BR /> All three transactions got executed.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic13.png" /></P><BR /> <BR /> <H2 id="toc-hId-173404531"><SPAN lang="EN-IN">Case5: Configured Standard, Partner and Customer pre–XSLT Transaction (only Standard is activated)</SPAN></H2><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic14.png" /></P><BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic15.png" /><BR /> <BR /> Standard and customer transactions got executed.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic16.png" /></P><BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic17.png" /></P><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic18.png" /></P><BR /> <BR /> <H2 id="toc-hId--23108974"><SPAN lang="EN-IN">Case6: Configured Standard, Partner and Customer pre–XSLT Transaction (only Partner is activated)</SPAN></H2><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic19.png" /></P><BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic20.png" /><BR /> Partner and customer transactions got executed.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_pic21-1.png" /></P><BR /> &nbsp;<BR /> <BR /> Now what?? The head started spinning after seeing so many screenshots??<BR /> <BR /> Don’t worry. We have summarized the whole investigation &amp; the learning from it in a nutshell below for a quick reference.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/04/blog_excel-1.png" /></P><BR /> Hope the above analysis has given a detail picture of the newly introduced checkboxes, its utility &amp; advantages.<BR /> <BR /> Please feel free to provide your valuable comments &amp; feedback. Don't forget to like it if it enhances your knowledge. I'll be happy to answer your questions &amp; clear your doubts in comment section.<BR /> <P style="overflow: hidden;margin-bottom: 0px">With Best Regards,</P><BR /> <P style="overflow: hidden;margin-bottom: 0px">Puspita Dutta</P> 2022-04-28T10:32:31+02:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/papi-services-call-failed-in-sap-me/ba-p/13551885 PAPI Services call failed in SAP ME. 2022-11-21T14:17:26+01:00 NNaik3 https://community.sap.com/t5/user/viewprofilepage/user-id/44106 <STRONG>Introduction:</STRONG><BR /> <BR /> PAPI (Public API) is a set of ME web services that enable services to communicate with one another and leverage one another's data and functionality via a documented interface. Developers aren't required to understand how a PAPI works; they simply use the PAPI interface to communicate.<BR /> <BR /> Each PAPI service is made up of one or more operations (methods) that can be used to invoke business functions in SAP ME.<BR /> <BR /> These operations (methods) can be used to implement font-end UIs, integrate with manufacturing equipment and business systems, or extend the SAP ME solution to meet your organization's needs.<BR /> <BR /> This blog tells you what you should do if the PAPI web services fail and what solutions you can implement.<BR /> <BR /> &nbsp;<BR /> <BR /> <STRONG>Reason:</STRONG><BR /> <BR /> If SAP ME goes down (either intentionally or because the application crashed) and is then restarted, the references to the SAP ME libraries are not reloaded and PAPI calls made to SAP ME fail with the error “<STRONG>Exception: [com/sap/me/integration/util/MEPAPIHelper : cannot initialize class because prior initialization attempt failed]</STRONG>”<BR /> <BR /> &nbsp;<BR /> <BR /> <STRONG>Solution:</STRONG><BR /> <BR /> Anytime SAP ME goes down or is taken down and is restarted, SAP MII should also be restarted so that the referenced libraries are also reloaded correctly.<BR /> <BR /> Use the following steps to restart SAP MII:<BR /> <UL><BR /> <LI>Log on to the SAP NetWeaver Administrator console using the following URL (replace host and port with appropriate values for your system) <A href="http://&lt;host&gt;:&lt;port&gt;/nwa" target="test_blank" rel="nofollow noopener noreferrer">http://&lt;host&gt;:&lt;port&gt;/nwa</A></LI><BR /> <LI>Choose the Operations tab and click on the Start &amp; Stop link.</LI><BR /> <LI>Choose the Java Applications tab.</LI><BR /> <LI>In the Application list, select xapps~xmii~ear application and stop it.</LI><BR /> <LI>Select xapps~xmii~jraapp application and stop it.</LI><BR /> <LI>Refresh the list and check that xapps~xmii~ear, xapps~xmii~jraapp, xapps~me~integration~ear and xapps~me~integration~ui are fully stopped.</LI><BR /> <LI>Select xapps~xmii~jraapp application and start it.</LI><BR /> <LI>Select xapps~xmii~ear application and start it.</LI><BR /> <LI>Refresh the list and check that xapps~xmii~ear, xapps~xmii~jraapp, xapps~me~integration~ear and xapps~me~integration~ui are up and running.</LI><BR /> </UL><BR /> &nbsp;<BR /> <BR /> <STRONG>Conclusion</STRONG><BR /> <BR /> I would also recommend that you follow the SAP Manufacturing Execution community so that you can receive notifications about upcoming content from myself and other community members.<BR /> <BR /> <A href="https://blogs.sap.com/tags/01200615320800000731" target="_blank" rel="noopener noreferrer">SAP Manufacturing Execution</A><BR /> <BR /> You can also look at the Q&amp;A in communities and ask questions.<BR /> <BR /> <A href="https://answers.sap.com/tags/01200615320800000731" target="_blank" rel="noopener noreferrer">Q&amp;A Platform</A><BR /> <BR /> Finally, I'd like to request and encourage you to follow my profile so that you can be the first to learn about any new and exciting technical or functional information regarding SAP Manufacturing Execution.<BR /> <BR /> Thank you for reading my blog post, and if you have any thoughts or suggestions, please let me know so I can make it better. 2022-11-21T14:17:26+01:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/web-based-ui5-code-editor-for-mii/ba-p/13557765 Web based UI5 code editor for MII 2023-01-04T11:31:06+01:00 subrahmanyam-pampana https://community.sap.com/t5/user/viewprofilepage/user-id/757067 Hello MII Developers,<BR /> <BR /> <SPAN data-preserver-spaces="true">In this blog post, I want to demonstrate the web-based UI5 editor for SAP MII. I noticed most of the MII developers use external editors to write the code and copy-pasting it into the workbench. So I taught of avoiding this process by developing the web-based UI5 code editor.</SPAN><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2022/12/miiCodeEditor.png" /></P><BR /> <SPAN data-preserver-spaces="true">By using this editor we can directly edit MII web files in the browser and on save it saves the files straight into MII Workbench. Below are the few features of this web IDE.</SPAN><BR /> <UL><BR /> <LI><SPAN data-preserver-spaces="true">It gives the auto code suggestions and errors if any while typing the code. We can also perform all the other actions like creating a file, creating a folder, copying and pasting the files, etc.&nbsp;</SPAN></LI><BR /> <LI><SPAN data-preserver-spaces="true">We can create a complete UI5 app from the template with a few clicks.</SPAN></LI><BR /> <LI><SPAN data-preserver-spaces="true">One more add-on feature is creating and maintaining versions for a file. at any point, we can commit the code and it stores the code to MDO. This helps to prevent losing previous code.</SPAN></LI><BR /> <LI><SPAN data-preserver-spaces="true">We can Split the tab into two and work on multiple files simultaneously side by side. This feature is useful when we work with multiple files at a time or with large files.</SPAN></LI><BR /> <LI><SPAN data-preserver-spaces="true">We can also view the API reference directly from the editor without going to another tab. This helps focus on the code and logic.</SPAN></LI><BR /> </UL><BR /> <SPAN data-preserver-spaces="true">Below is a short video demonstrating all the features of this code editor. also, get this Open source Project in </SPAN><A class="editor-rtfLink" href="https://github.com/subrahmanyam-pampana/MII-code-Editor#readme" target="_blank" rel="noopener nofollow noreferrer"><SPAN data-preserver-spaces="true">GitHub&nbsp;</SPAN></A><BR /> <BR /> <IFRAME width="560" height="315" src="https://www.youtube.com/embed/_eDtsOzC4wQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></IFRAME><BR /> <BR /> This the extension to the editor developed by <SPAN class="mention-scrubbed">christian.libich5</SPAN><BR /> <H3 id="toc-hId-1091284000"><EM>Conclusion</EM></H3><BR /> I hope you have got how to set up and use the MII code editor to improve the UI5 application development in SAP MII.<BR /> <BR /> Please, let me know your comments. If you have any questions, I encourage you to post in the comment section and I will try to answer them as soon as possible. Please follow me for more useful content. 2023-01-04T11:31:06+01:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/custom-archiving-setup/ba-p/13550701 Custom Archiving Setup 2023-01-25T15:34:41+01:00 former_member791734 https://community.sap.com/t5/user/viewprofilepage/user-id/791734 <H2 id="toc-hId-961992554"><STRONG>Hello Everyone,</STRONG></H2><BR /> <STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG>I would like to share the subject related to the Archiving setup in SAP MES. We are all familiar with the Standard Archiving setup in the SAP ME system. But sometimes based on the business requirement, we have to archive the custom tables.<BR /> <BR /> From this blog, you will get the business logic to archive the custom tables in SAP ME.<BR /> <BR /> &nbsp;<BR /> <H2 id="toc-hId-765479049"><STRONG>Standard Archiving in ME</STRONG></H2><BR /> The number of records in the WIP (Work In Progress) database becomes quite large after a certain period of time. When the system searches through a large number of records, it slows down the retrieval process. So, the performance of the system will be poor. To achieve good performance, we must archive closed SFC or shop orders. Once we archive the shop orders or SFC, the DB performance will improve.<BR /> <BR /> &nbsp;<BR /> <H2 id="toc-hId-568965544"><STRONG>Why do we need Custom Archiving?</STRONG></H2><BR /> The Standard Archiving setup in SAP ME allows you to archive the standard tables in ME. The Shop Order and SFC tables can be archived with this configuration.<BR /> <BR /> In some cases, based on the project need, we have mapped and stored the shop order and SFC details in custom tables in SAP ME. Here, the standard archiving setup ignores the custom table archiving, and the archived Shop Orders and SFCs were not archived from the custom tables.<BR /> <BR /> In this case, the custom table details must be archived. So, we have to follow the steps to archive the Custom tables in SAP ME.<BR /> <BR /> &nbsp;<BR /> <H2 id="toc-hId-372452039"><STRONG>High-level Steps</STRONG></H2><BR /> <STRONG>Step 1.</STRONG> Create an archive table for <STRONG>“Z_ID”</STRONG> (Custom Table).<BR /> <BR /> <STRONG>Step 2.</STRONG> Develop a transaction for archiving.<BR /> <BR /> <STRONG>Step 3.</STRONG> Create a scheduler to execute the transaction every night (say, at 1:30 am).<BR /> <H2 id="toc-hId-175938534"><STRONG>Detailed Steps:</STRONG></H2><BR /> <H2 id="toc-hId--20574971"><STRONG>Step 1. Create an archive table for “Z _ID”.</STRONG></H2><BR /> <OL><BR /> <LI>In the WIP database, create the archive table <STRONG>"Z_AR_ID"</STRONG> for <STRONG>"Z_ ID"</STRONG>.</LI><BR /> <LI>The new table should contain all columns belonging to the <STRONG>“Z _ID”</STRONG></LI><BR /> <LI>Make sure the column names for the new table have the same naming convention as the <STRONG>“Z _ID”</STRONG></LI><BR /> </OL><BR /> <H2 id="toc-hId--217088476"><STRONG>Step 2. Develop a Transaction for archiving.</STRONG></H2><BR /> <OL><BR /> <LI>Write an SQL query to get the newly archived shop order list from the last scheduler run and validate that the records are not in <STRONG>“Z_AR_ID”</STRONG> but present in the <STRONG>“Z_ID”</STRONG> table.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/1-27.jpg" /></LI><BR /> <LI>For each shop order from the list, insert into the custom archive table <STRONG>“Z_AR_ID”</STRONG>.</LI><BR /> <LI>Write the query to delete the archived shop order (<STRONG style="font-size: 1rem">Z_AR_ID</STRONG><SPAN style="font-size: 1rem">) from the custom table </SPAN><STRONG style="font-size: 1rem">“Z_ID”</STRONG><SPAN style="font-size: 1rem">.</SPAN></LI><BR /> </OL><BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/2-21.jpg" height="433" width="173" /><BR /> <H2 id="toc-hId--413601981"><STRONG>Step 3. Create a scheduler to execute the transaction Every day at 1:30 AM.</STRONG></H2><BR /> <OL><BR /> <LI>Create a scheduler <STRONG>“Archive_Z_ID_Table”</STRONG> in <STRONG>MII Menu -&gt; System Management</STRONG> <STRONG>-&gt;</STRONG> <STRONG>Scheduler.</STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/3-18.jpg" /></LI><BR /> <LI>Set Scheduler time as <STRONG>“0 30 1 * * *”</STRONG> for <STRONG>1:30:00am every Day</STRONG>.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/4-17.jpg" /></LI><BR /> </OL><BR /> <H3 id="toc-hId--481032767"><STRONG>Conclusion:</STRONG></H3><BR /> I hope you have got how to set up the MII schedulers and use the MII transactions to improve the application development in SAP MII. Please, let me know your comments. If you have any questions, I encourage you to post in the comment section and I will try to answer them as soon as possible. Please follow me for more useful content. 2023-01-25T15:34:41+01:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/me-data-collection-from-external-system-using-soap-web-service/ba-p/13555664 ME Data collection from External System using SOAP Web Service 2023-01-31T16:57:35+01:00 Venkatesan1997 https://community.sap.com/t5/user/viewprofilepage/user-id/121365 <H3 id="toc-hId-1091223456"><STRONG>Hello Everyone,</STRONG></H3><BR /> SAP ME (Manufacturing Execution) and MII (Manufacturing Integration and Intelligence) are niche tools given by SAP to connect shop floor systems like PLCs, / SCADA / Historians / Third-party systems to ERP (SAP ECC / SAP S/4 HANA).<BR /> <BR /> Here, in this article, I am describing the steps involved in connecting such a third-party shop floor system with SAP MII using SOAP Web service methods instead of the traditional OPC integration methods.<BR /> <H3 id="toc-hId-894709951"><STRONG>Prerequisites:</STRONG></H3><BR /> <OL><BR /> <LI>ME data collection parameters setup completed as required</LI><BR /> <LI>To make the Web service call, create a ME/MII UME service user.</LI><BR /> </OL><BR /> <H3 id="toc-hId-698196446"><STRONG>High-Level Overview:</STRONG></H3><BR /> <OL><BR /> <LI>Expose the MII BLS transaction as a WSDL service to send Machine parameter values.</LI><BR /> <LI>Create a Custom workflow.</LI><BR /> <LI>Built BLS transaction to receive Machine values and record them in ME data collection.</LI><BR /> </OL><BR /> <H4 id="toc-hId-630765660"><STRONG>1.&nbsp;&nbsp;&nbsp; </STRONG><STRONG>MII BLS transaction as WSDL service</STRONG></H4><BR /> <UL><BR /> <LI>Developed a BLS transaction in the MII workbench with an input XML parameter.</LI><BR /> <LI>XML structure should be enveloped by the message name and enlist required parameter names as nodes containing respective values, as shown below.<BR /> <PRE class="language-markup"><CODE>&lt;Message_Name&gt;<BR /> &lt;Param_Name1&gt;Value&lt;/Param_Name1&gt;<BR /> :<BR /> &lt;/Message_Name&gt;</CODE></PRE><BR /> </LI><BR /> <LI>Validate and assign the input XML parameter to the Message Enqueuer action block to call the Custom Workflow configurations.</LI><BR /> <LI>Provide the MII WSDL URL for the third-party system to call and pass external system Machine parameter values.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/image-16-1.png" height="368" width="169" /></LI><BR /> </UL><BR /> <H4 id="toc-hId-434252155"><STRONG>2.&nbsp; &nbsp;Create a Custom Workflow</STRONG></H4><BR /> <UL><BR /> <LI>Create a Custom workflow for Message type processing, as shown below.</LI><BR /> <LI>Message name should start with Z to identify as Custom Workflow.</LI><BR /> <LI>Map a new MII BLS transaction as a service transaction to receive the input XML and proceed further.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/image-18-1.png" /></LI><BR /> </UL><BR /> <STRONG style="font-size: 1rem">Note:</STRONG><SPAN style="font-size: 1rem"> Using a custom MII Workflow Configuration, the triggered messages can be traced for any failure and can be re-run from the SAP MII Queue monitor.</SPAN><BR /> <H4 id="toc-hId-237738650"><STRONG>3.&nbsp; </STRONG><STRONG>BLS Service transaction to receive and record ME data collection values.</STRONG></H4><BR /> <UL><BR /> <LI>Within the mapped MII BLS service transaction, repeat through the XML nodes to validate the required conditions for the DC data type and value received.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/image-17-2.png" height="461" width="307" /></LI><BR /> <LI>Then call the PAPI (logDCGroup) to initiate the ME Data collection. Catch and handle any exceptions thrown from PAPI as needed.</LI><BR /> </UL><BR /> Frame the MII BLS transaction WSDL path with parameter name(s) for the Third-party system developer to call and pass the ME Data collection parameters &amp; values.<BR /> <H3 id="toc-hId--87857574"><STRONG>Syntax options:</STRONG></H3><BR /> <OL><BR /> <LI>For SOAP Webservice call, MII WSDLGen shall be used as shown below after assigning proper reference documents,</LI><BR /> </OL><BR /> <A href="http://&lt;Hostname&gt;:&lt;Port&gt;/XMII/WSDLGen/&lt;TransactionPath&gt;?wsdl" target="_blank" rel="nofollow noopener noreferrer">http://&lt;Hostname&gt;:&lt;Port&gt;/XMII/WSDLGen/&lt;TransactionPath&gt;?wsdl</A><BR /> <OL start="2"><BR /> <LI>Or you can encapsulate the MII transaction into a XACUTE query to have session parameters properly binded and expose the web service call URL as below,</LI><BR /> </OL><BR /> <A href="http://&lt;Hostname&gt;:&lt;Port&gt;/XMII/Illuminator?QueryTemplate=&lt;XacutePath&gt;&amp;&lt;InputParams&gt;" target="_blank" rel="nofollow noopener noreferrer">http://&lt;Hostname&gt;:&lt;Port&gt;/XMII/Illuminator?QueryTemplate=&lt;XacutePath&gt;&amp;&lt;InputParams&gt;</A><BR /> <OL start="3"><BR /> <LI>Directly use the Runner based URL to call the transaction,</LI><BR /> </OL><BR /> <A href="http://&lt;Hostname&gt;:&lt;Port&gt;/XMII/Runner?Transaction=&lt;TransactionPath&gt;&amp;&lt;InputParam&gt;=&lt;&lt;InputXML&gt;&gt;" target="_blank" rel="nofollow noopener noreferrer">http://&lt;Hostname&gt;:&lt;Port&gt;/XMII/Runner?Transaction=&lt;TransactionPath&gt;&amp;&lt;InputParam&gt;=&lt;&lt;InputXML&gt;&gt;</A><BR /> <H3 id="toc-hId--284371079"><STRONG>Conclusion &amp; Merits:</STRONG></H3><BR /> Usually, for shop floor integration scenarios, where Machine data is captured from PLC / SCADA / Other Third-party systems, MII will use PCo (Plant Connectivity) based OPC or ODBC connections to drive the interface.<BR /> <BR /> In cases like this where a Third-party system doesn’t expose data through OPC or ODBC frameworks but can call a simple web service to pass data over for further SAP processing above demonstrated the interface works seamlessly.<BR /> <BR /> This also eliminates an additional integration point/software i.e., PCo which needs to be maintained.<BR /> <BR /> &nbsp;<BR /> <BR /> I believe, this article will help you how to set up the Machine Integration and use the MII transactions to improve the application development in SAP MII. I encourage you to post your comment and I will try to answer them as soon as possible. Please follow me for more useful content. 2023-01-31T16:57:35+01:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/transfer-of-bom-with-phantom-items-to-external-system-via-sap-mii/ba-p/13555015 Transfer of BOM with phantom items to external system via SAP MII 2023-02-02T22:12:14+01:00 Abinaesh08 https://community.sap.com/t5/user/viewprofilepage/user-id/121056 Hello Everyone,<BR /> <BR /> SAP MII (Manufacturing Integration and Intelligence) is a powerful tool provided by SAP to connect shop floor systems (PLC / SCADA / Historians) to ERP (SAP ECC / SAP S/4 HANA).<BR /> <BR /> There may be cases where you need to transfer the BOM with phantom items to external system. Using MII we can achieve this.<BR /> <H3 id="toc-hId-1091217536">Why we need this?</H3><BR /> To display the BOM details with Phantom components to the External System.<BR /> <H2 id="toc-hId-765621312"><STRONG>Prerequisites:</STRONG></H2><BR /> <OL><BR /> <LI>MEINT Configuration</LI><BR /> <LI>IDOC Configuration for BOMMAT S4 to MII</LI><BR /> <LI>External system URL to Post BOM Component from MII</LI><BR /> </OL><BR /> <STRONG>High-Level Overview</STRONG><BR /> <OL><BR /> <LI>MII workflow configuration</LI><BR /> <LI>Built BLS transaction for pass handler of BOMMAT05.</LI><BR /> <LI>Built BLS transaction to transfer BOM with Phantom items to external system (Service Transaction)</LI><BR /> <LI>Transfer of BOM Details to External system</LI><BR /> <LI>Conclusion</LI><BR /> </OL><BR /> <H3 id="toc-hId-698190526"><STRONG>1.&nbsp;&nbsp;&nbsp;&nbsp; </STRONG><STRONG>MII workflow configuration</STRONG></H3><BR /> <UL><BR /> <LI>Go to SAP ME ERP Integration--&gt;SAPMEINT Configuration--&gt;Workflow Configuration standard workflow of BOM BOMMAT05 in SAPMEINT workflow configuration. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture1-45.png" /> <EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fig: 1.1</EM></LI><BR /> </UL><BR /> &nbsp;<BR /> <UL><BR /> <LI>To the BOMMAT05 workflow, add the pass handler transaction.</LI><BR /> <LI>Pass handler transaction should trigger the new workflow after BOM is updated to ME standard tables. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture2-29.png" /><EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Fig: 1.2</EM></LI><BR /> </UL><BR /> &nbsp;<BR /> <UL><BR /> <LI>Create a new workflow message type name <STRONG>Z_SEND_BOM</STRONG> to transfer BOM to external system and attach trigger point in <STRONG>BOMMAT05 pass handler</STRONG>.</LI><BR /> <LI>So that whenever BOM updated in Standard ME tables. <STRONG>Z_SEND_BOM</STRONG> workflow will be triggered and BOM will send to external system.</LI><BR /> <LI>In <STRONG>Z_SEND_BOM</STRONG> workflow add service transaction and request XSLT.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture3-20.png" /><EM style="font-size: 1rem">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fig: 1.3</EM></LI><BR /> </UL><BR /> &nbsp;<BR /> <UL><BR /> <LI>Whenever BOM is pushed from S4 in MII BOMMAT05 workflow triggered and update in standard ME tables and after updating <STRONG>Z_SEND_BOM</STRONG> workflow trigger.</LI><BR /> <LI>It will initiate the transfer of BOM to external system.</LI><BR /> <LI>The triggered message to external system can be noticed on the MII Queue.</LI><BR /> </UL><BR /> <H3 id="toc-hId-501677021"><STRONG>2.&nbsp;&nbsp;&nbsp;&nbsp; </STRONG><STRONG>Built BLS transaction for pass handler of BOMMAT05</STRONG></H3><BR /> <UL><BR /> <LI>Create a BLS Pass handler transaction.</LI><BR /> <LI>In pass handler check the Modified data of BOM.</LI><BR /> <LI>Assign the Date to local property of data type date. Irrespective of date format we should be able to check the date.</LI><BR /> <LI>Figure 2.1 shows condition to check Modified date of BOM value from BOM Component Table which is assigned in local property.<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture4-21.png" height="112" width="382" /><EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fig: 2.1</EM></LI><BR /> </UL><BR /> &nbsp;<BR /> <UL><BR /> <LI>So that whenever there is a change in BOM or BOM component. The new BOM is allowed to transfer to external system. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture5-20.png" height="496" width="124" /><EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fig: 2.2</EM></LI><BR /> </UL><BR /> &nbsp;<BR /> <H3 id="toc-hId-305163516"><STRONG>3.&nbsp;&nbsp;&nbsp;&nbsp; </STRONG><STRONG>Built BLS transaction to transfer BOM with Phantom items to external&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; system (Service Transaction)</STRONG></H3><BR /> <UL><BR /> <LI>Create two local properties BOM header and BOM components as shown in below figure 3.1 &amp; 3.2.</LI><BR /> <LI>Based on the requirement change the local properties accordingly<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture6-15.png" /><EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fig: 3.1</EM></LI><BR /> </UL><BR /> &nbsp;<BR /> <BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture7-17.png" /><BR /> <BR /> <EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fig: 3.2</EM><BR /> <BR /> &nbsp;<BR /> <UL><BR /> <LI>Using SQL query get the BOM details and</LI><BR /> <LI>check phantom indicator is active. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture8-12.png" height="511" width="125" /><EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fig: 3.3</EM></LI><BR /> </UL><BR /> &nbsp;<BR /> <UL><BR /> <LI>If component indicator is active append the components in BOM component local property</LI><BR /> <LI>External system only accepts JSON format. So, I have built an XML and converted into JSON format before transferring to external system.</LI><BR /> <LI>Using for next loop checked every Components which have phantom indicator and get the phantom components and added it with the parent BOM xml structure.</LI><BR /> <LI>In Configure for next loop set loop count FROM 0 and TO 25 (TO represents how many times the loop should run). Based on requirement varies.</LI><BR /> <LI>As of now twenty-five levels Phantom’s can be achieved by <STRONG>for next loop</STRONG> action block. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture9-13.png" height="398" width="135" /><EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Fig: 3.4</EM></LI><BR /> </UL><BR /> &nbsp;<BR /> <UL><BR /> <LI>Assign the BOM details from repeater to BOM component local property.</LI><BR /> <LI>Using condition block separated assignment of BOM header and Append BOM components. We can avoid append BOM header details repeatedly assigning in XML structure.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture10-14.png" /><EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Fig: 3.5</EM></LI><BR /> </UL><BR /> &nbsp;<BR /> <H3 id="toc-hId-108650011"><STRONG>4.&nbsp;&nbsp;&nbsp;&nbsp; </STRONG><STRONG>Transfer of BOM Details to External System</STRONG></H3><BR /> <UL><BR /> <LI>Converted the BOM details to JSON using XML to JSON converter action block because the external system only accepts JSON format.</LI><BR /> <LI>External system team have provided Posting URL.</LI><BR /> <LI>Using HTTP Post action block linked the converted JSON BOM details in post data and external system URL. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/Picture11-10.png" /><EM>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fig: 4.1</EM></LI><BR /> </UL><BR /> <H3 id="toc-hId--87863494"><STRONG>5.&nbsp;&nbsp;&nbsp;&nbsp; </STRONG><STRONG>Conclusion</STRONG></H3><BR /> I would also recommend that you follow the SAP Manufacturing Integration and Intelligence community so that you can receive notifications about upcoming content from myself and other community members.<BR /> <BR /> <A href="https://help.sap.com/docs/SAP_MANUFACTURING_INTEGRATION_AND_INTELLIGENCE" target="_blank" rel="noopener noreferrer">SAP Manufacturing Integration and Intelligence</A><BR /> <BR /> You can also look at the Q&amp;A in communities and ask questions.<BR /> <BR /> <A href="https://answers.sap.com/index.html" target="_blank" rel="noopener noreferrer">Q&amp;A Platform</A><BR /> <BR /> Finally, I’d like to request and encourage you to follow my profile so that you can be the first to learn about any new and exciting technical or functional information regarding SAP Manufacturing Integration and Intelligence.<BR /> <BR /> Thank you for reading my blog post, and if you have any thoughts or suggestions, please let me know. 2023-02-02T22:12:14+01:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/start-and-complete-operation-from-external-system-using-web-service/ba-p/13557983 Start and Complete operation from external system using web service 2023-02-02T22:45:45+01:00 kalaivani_21 https://community.sap.com/t5/user/viewprofilepage/user-id/836846 <H3 id="toc-hId-1091285982"><STRONG>Hello everyone,</STRONG></H3><BR /> In this blog, let us see how to trigger the MII transaction for the start and completion of an operation from an external system to MES.<BR /> <BR /> Here, in this article, I am describing the steps involved in connecting such an external system with SAP MII using SOAP Web service URL to get external data and automatically start and complete operation in SAP MII.<BR /> <BR /> Instead of PCO, I have used WDSL URL. For this, I created a custom workflow to monitor the operation start and complete message status (pass/fail) in the SAP MII Queue.<BR /> <H3 id="toc-hId-894772477"><STRONG>High-level Steps:</STRONG></H3><BR /> Step 1. Create MII transaction<BR /> <BR /> Step 2. Create custom workflow<BR /> <UL><BR /> <LI>Attach the Request XSLT</LI><BR /> <LI>Configure service transaction (to auto-start and complete the operation)</LI><BR /> </UL><BR /> Step 3. Build WSDL URL to pass the external data<BR /> <H3 id="toc-hId-698258972"><STRONG>Detailed Steps:</STRONG></H3><BR /> <H4 id="toc-hId-630828186"><STRONG>Step 1. Create MII transaction</STRONG></H4><BR /> <UL><BR /> <LI>Create a MII transaction to read input from external system. Inside the transaction use Enqueuer action block to call the workflow.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/1-92.png" height="653" width="286" /></LI><BR /> </UL><BR /> <H4 id="toc-hId-434314681"><STRONG>Step 2. Create workflow and attached Request XSLT &amp; Service Transaction</STRONG> <STRONG>to auto start and complete the operation</STRONG></H4><BR /> <UL><BR /> <LI>Create a custom workflow. Configure the request XSLT for getting external data.</LI><BR /> <LI>Configure service transaction to start and complete the operation.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/2-51.png" height="423" width="506" /></LI><BR /> <LI>Create a service transaction for start and complete the operation. Pass the request payload as input parameter to this transaction.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/3-39.png" height="502" width="330" /></LI><BR /> <LI>Define the input and output transaction parameters as shown below.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/4-31.png" height="358" width="447" /></LI><BR /> <LI>Inside the inputXML, pass the request payload as input parameter to this transaction properties.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/5-30.png" height="523" width="457" /></LI><BR /> <LI>In the Start &amp; complete PAPI, map these input variables to start and complete the operation.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/6-27.png" height="405" width="632" /></LI><BR /> <LI>To get a response message, we required Success Message variable. So, we have created the variables in Local properties and map to the assignment action block.</LI><BR /> <LI>Define the SuccessMessage given below as a local property.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/7-25.png" height="479" width="421" /></LI><BR /> <LI>When the data come from external system, the transaction will be triggered.</LI><BR /> <LI>The transaction will call the Workflow, the workflow will trigger the service transaction.</LI><BR /> <LI>The service transaction will get called to start and complete the operation in ME and the message will be shown in the SAP MII Queue monitor.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/9-17.png" height="170" width="622" /></LI><BR /> </UL><BR /> <H4 id="toc-hId-237801176"><STRONG>Step 3. Build WSDL URL</STRONG> <STRONG>to pass the external data</STRONG></H4><BR /> <UL><BR /> <LI>Build a WSDL URL using MII portal path with transaction path<STRONG>. </STRONG></LI><BR /> <LI><STRONG>URL:</STRONG><STRONG><A href="http://&lt;Hostname&gt;&lt;Port&gt;/XMII/WSDLGen/&lt;TrasactionPath&gt;?wsdl" target="test_blank" rel="nofollow noopener noreferrer">http://&lt;Hostname&gt;&lt;Port&gt;/XMII/WSDLGen/&lt;TrasactionPath&gt;?wsdl</A></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/01/8-25.png" height="369" width="705" /></LI><BR /> </UL><BR /> <H3 id="toc-hId--87795048"><STRONG>Conclusion</STRONG></H3><BR /> Normally, for shop floor integration scenarios, where Machine data is captured from PLC / Other Third-party systems, Mostly MII will use PCo (Plant Connectivity).<BR /> <BR /> This eliminates an additional integration. i.e., PCo which needs more configuration.<BR /> <BR /> I hope, this article will help you how to set up the external system integration and use the MII transactions to improve the application development in SAP MII. Thank you for reading this blog post. For further questions related to the blog, please check the Q&amp;A area and feel free to post your questions.<BR /> <BR /> &nbsp; 2023-02-02T22:45:45+01:00 https://community.sap.com/t5/technology-blogs-by-members/steps-to-configure-nwds-for-sap-mii/ba-p/13577645 Steps to Configure NWDS for SAP MII 2023-08-12T02:11:26+02:00 Goutham_G https://community.sap.com/t5/user/viewprofilepage/user-id/180955 <TABLE width="100%"><BR /> <TBODY><BR /> <TR><BR /> <TD style="text-align: center"><BR /> <H2 id="toc-hId-964047300"><EM><STRONG>Configuration Steps</STRONG></EM></H2><BR /> </TD><BR /> </TR><BR /> </TBODY><BR /> </TABLE><BR /> <H2 style="text-align: center" id="toc-hId-767533795"></H2><BR /> Following setup files to be downloaded for NWDS configuration. The setup files mentioned in below are versions which used while writing this blog.<BR /> <OL><BR /> <LI>NWDS (NWCEIDE23P_3-80002366)</LI><BR /> <LI>SAPCAR (SAPCAR_1115-70006231)</LI><BR /> <LI>SAPJVM(SAPJVM8_31-80000211)</LI><BR /> <LI>7ZIP setup(not required if 7ZIP is already installed in the system)</LI><BR /> </OL><BR /> <STRONG>STEP 1:</STRONG> Place all downloaded files from 1 to 3 in single folder and install the 7ZIP if not installed in system. 7ZIP was used as standard windows unzip extracted folder had errors or missing files.<BR /> <BR /> <STRONG>STEP 2:</STRONG> Extract the NWDS (NWCEIDE23P_3-80002366) using 7ZIP into the same folder where all downloaded files were placed from STEP 1 and a folder name eclipse will be the output of extraction.<BR /> <BR /> <STRONG>STEP 3:</STRONG> Open command prompt. Use command CD (your folder path where download was placed)<BR /> <BR /> Example: CD C:\Users\documents\NWDS (for example if all downloaded files are placed in NWDS folder in some system path)<BR /> <BR /> <STRONG>STEP 4:</STRONG> Now the below command to extract SAPJVM(SAPJVM8_31-80000211) in same command prompt session of step 3.<BR /> <BR /> SAPCAR.exe -xvf SAPJVM.SAR -R./SAPJVM<BR /> <BR /> Below is the example as per the versions downloaded in Step 1 and wait till extraction completes.<BR /> <BR /> SAPCAR_1115-70006231.exe -xvf SAPJVM8_31-80000211.SAR -R ./SAPJVM<BR /> <BR /> <STRONG>STEP 5:</STRONG> Find the javaw.exe file in extracted JVM folder from Step 4 and copy the path. Replace all backward slash’s to forward slash’s<BR /> <BR /> Example: C:\Users\ documents\NWDS\SAPJVM\sapjvm_8\bin\javaw.exe<BR /> <BR /> <STRONG>STEP 6:</STRONG> Now open eclipse folder which was extracted from Step 2 and look for eclipse configuration file.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture1-19.png" /><BR /> <P style="overflow: hidden;margin-bottom: 0px">Paste the below command as shown in screenshot and Replace all backward slash’s (\) to forward slash’s (/) of the copied javaw path.</P><BR /> &nbsp;<BR /> <BR /> openFile<BR /> <BR /> -vm<BR /> <BR /> C:/Users/ documents/NWDS/SAPJVM/sapjvm_8/bin/javaw.exe<BR /> <BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture2-13.png" /></P><BR /> <STRONG>STEP 7:</STRONG> &nbsp;Now open (double click) eclipse application from eclipse folder.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture3-8.png" /></P><BR /> <STRONG>STEP 8:</STRONG> When the Sap Netweaver Developer Studio is open, go to <STRONG>Window / Preferences</STRONG>. Now you’ll add the system which you want to connect with.<BR /> <BR /> In the Preferences screen open <STRONG>Development Infrastructure</STRONG> and go to <STRONG>System Landscape Directory</STRONG>:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture4-10.png" /></P><BR /> &nbsp;<BR /> <BR /> Enter after URL a SLD link and click on Ping to test the connection.<BR /> <BR /> <STRONG>STEP 9:</STRONG> Go to <STRONG>Web Services / Enterprise Service Browser</STRONG>, and fill in the connection settings:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture5-8.png" /></P><BR /> <STRONG>STEP 10:</STRONG> Go to <STRONG>File/Import</STRONG>. Then select <STRONG>Development Configuration </STRONG>as shown below and press<STRONG> Next</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture6-7.png" /></P><BR /> &nbsp;<BR /> <BR /> Select <STRONG>Import from System Landscape Directory(SLD)</STRONG> and Press <STRONG>Next</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture7-7.png" /></P><BR /> &nbsp;<BR /> <BR /> Enter the credentials for the Development Infrastructure and Press Log On.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture8-8.png" /></P><BR /> &nbsp;<BR /> <BR /> <STRONG>STEP 11:</STRONG> Go to<STRONG> Window/Show View/Component Browser</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture9-7.png" /></P><BR /> Select the SLD system which was added.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture10-6.png" /></P><BR /> Go to<STRONG> Window/Show View/Transport View</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture11-6.png" /></P><BR /> Transport View will be open which we will use in future steps for releasing the transport requests<BR /> <BR /> &nbsp;<BR /> <TABLE width="100%"><BR /> <TBODY><BR /> <TR><BR /> <TD style="text-align: center"><BR /> <H2 id="toc-hId-571020290"><EM><STRONG>Steps in SAP MII Workbench&nbsp;</STRONG></EM></H2><BR /> </TD><BR /> </TR><BR /> </TBODY><BR /> </TABLE><BR /> <H2 style="text-align: center" id="toc-hId-374506785"></H2><BR /> <STRONG>STEP 1</STRONG><STRONG>: </STRONG>Go MII Workbench and Login to Source Control<BR /> <BR /> <STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture12-7.png" /></STRONG><BR /> <BR /> &nbsp;<BR /> <BR /> <STRONG>&nbsp;</STRONG><BR /> <BR /> &nbsp;<BR /> <BR /> &nbsp;<BR /> <BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture13-5.png" /></P><BR /> Right click on Project go to<STRONG> Source Control/Share</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture14-6.png" /></P><BR /> <STRONG>&nbsp;</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture15-7.png" /></P><BR /> <STRONG>&nbsp;</STRONG><BR /> <BR /> <STRONG>STEP 2:</STRONG> Any object now must be edited needs to <STRONG>Check Out </STRONG>with<STRONG> Activity Creation</STRONG> and <STRONG>Activity Creation</STRONG> is required to add new Objects as well to the shared project.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture16-5.png" /></P><BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture17-5.png" /></P><BR /> <STRONG>STEP 3:</STRONG><STRONG>&nbsp; </STRONG>After completing changes in objects. Goto<STRONG> Source Control/Show Open Activities</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><STRONG> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture18-7.png" /></STRONG></P><BR /> Select the activity and check<STRONG> Activate </STRONG>check box then press<STRONG> Check In</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture19-8.png" /></P><BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture20-5.png" /></P><BR /> <STRONG>STEP 4:</STRONG> &nbsp;Create a TR in Solman and assign it specific user and then go to NWDS Transport View all waiting and released activities will be visible in Transport View.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><STRONG> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture21-6.png" /></STRONG></P><BR /> <STRONG>&nbsp;</STRONG><BR /> <BR /> Right click on any waiting activity and select<STRONG> Release</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><STRONG> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture22-5.png" /></STRONG></P><BR /> TR created will be displayed in popup window, same to be verified and Press <STRONG>Release rebuilt deployable DCs</STRONG><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture23-7.png" /></P> 2023-08-12T02:11:26+02:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-sap/experience-sap-digital-manufacturing-via-interactive-value-journeys/ba-p/13578731 Experience SAP Digital Manufacturing via Interactive Value Journeys 2023-08-14T13:41:22+02:00 ManoelCosta https://community.sap.com/t5/user/viewprofilepage/user-id/175657 <STRONG>Introduction</STRONG><BR /> <BR /> SAP Digital Manufacturing is an enterprise-level, scalable, manufacturing solution that enables global manufacturers to manage and control manufacturing and shop floor operations and realize Industry 4.0 scenarios.<BR /> <BR /> It's a cloud-based Manufacturing Execution System (MES) that supports sustainable, risk-resilient manufacturing operations through a resource-efficient Industry 4.0 approach, enabling companies to integrate and embed intelligence in manufacturing processes.<BR /> <BR /> It provides coordination of planning and execution processes, covering all aspects of the manufacturing cycle from planning to the shop floor and beyond.<BR /> <BR /> <STRONG>Experiencing SAP Digital Manufacturing</STRONG><BR /> <BR /> You can have a glimpse and experience several aspects of SAP Digital Manufacturing via the Interactive Value Journeys below:<BR /> <TABLE class="b1805" style="height: 112px;width: 684px" border="0"><BR /> <TBODY><BR /> <TR style="height: 14px"><BR /> <TD style="height: 14px;width: 817px"><A class="wiki_link" title="Discrete within SAP Digital Manufacturing and S/4HANA Cloud" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/e433f50b-6402-41ac-b803-523f59282260" target="_blank" rel="nofollow noopener noreferrer">Discrete</A><A class="wiki_link" title="Discrete within SAP Digital Manufacturing and S/4HANA Cloud" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/e433f50b-6402-41ac-b803-523f59282260" target="_blank" rel="nofollow noopener noreferrer"> within SAP Digital Manufacturing and S/4HANA Cloud</A></TD><BR /> </TR><BR /> <TR style="height: 14px"><BR /> <TD style="height: 14px;width: 817px"><A class="wiki_link" title="Process Industry within SAP Digital Manufacturing and S/4HANA Cloud" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/523afc3d-cfe9-4bed-adeb-89efba486a80/intro" target="_blank" rel="nofollow noopener noreferrer">Process Industry within SAP Digital Manufacturing and S/4HANA Cloud</A></TD><BR /> </TR><BR /> <TR style="height: 14px"><BR /> <TD style="height: 14px;width: 817px"><A class="wiki_link" title="Tool Management within SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/9f015924-3b78-4404-9249-8ea0e8f05936" target="_blank" rel="nofollow noopener noreferrer">Tool Management within SAP Digital Manufacturing</A></TD><BR /> </TR><BR /> <TR style="height: 14px"><BR /> <TD style="height: 14px;width: 817px"><A title="Resource Orchestration within SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/aa6db653-c870-4582-ba1c-74e0e9280522/intro" target="_blank" rel="nofollow noopener noreferrer">Resource Orchestration within SAP Digital Manufacturing</A></TD><BR /> </TR><BR /> <TR style="height: 14px"><BR /> <TD style="height: 14px;width: 817px"><A class="wiki_link" title="Production Process Design within SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/8b477647-41a8-4d95-b9d4-f4cd4f8ce1fc" target="_blank" rel="nofollow noopener noreferrer">Production Process Design within SAP Digital Manufacturing</A></TD><BR /> </TR><BR /> <TR style="height: 14px"><BR /> <TD style="height: 14px;width: 817px"><A class="wiki_link" title="Shop Floor Orchestration with SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/97e4a3a2-efb7-47ce-8293-1672b769b0fd" target="_blank" rel="nofollow noopener noreferrer">Shop Floor Orchestration with SAP Digital Manufacturing</A></TD><BR /> </TR><BR /> <TR style="height: 14px"><BR /> <TD style="height: 14px;width: 817px"><A class="wiki_link" title="Time Tracking within SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/253bf1b2-07c8-4754-abb7-28e17fbde102" target="_blank" rel="nofollow noopener noreferrer">Time Tracking within SAP Digital Manufacturing</A></TD><BR /> </TR><BR /> <TR style="height: 14px"><BR /> <TD style="height: 14px;width: 817px"><A class="wiki_link" title="SAP Digital Manufacturing for Insights" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/1205f922-ef65-4f2f-a6fe-a5bdd3219c6e" target="_blank" rel="noopener nofollow noreferrer">SAP Digital Manufacturing for Insights</A></TD><BR /> </TR><BR /> <TR style="height: 14px"><BR /> <TD style="width: 817px;height: 14px"><A href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/f11ebeae-2ee2-421c-8432-70ada0029ab8/intro" target="_blank" rel="nofollow noopener noreferrer">Nonconformances Processes within SAP Digital Manufacturing</A></TD><BR /> </TR><BR /> <TR><BR /> <TD style="width: 817px"><A class="wiki_link" title="E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA (Demo #17166)" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/21a3e56a-a7a9-462c-bc3d-155e2c85e1fe" target="_blank" rel="nofollow noopener noreferrer">E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA</A></TD><BR /> </TR><BR /> <TR><BR /> <TD style="width: 817px"><A class="wiki_link" title="E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA Cloud" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/6ad31acc-439a-46cb-aae6-b3110588fbb5" target="_blank" rel="nofollow noopener noreferrer">E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA Cloud</A></TD><BR /> </TR><BR /> <TR><BR /> <TD style="width: 817px"><A class="wiki_link" title="Process Industry Manufacturing with SAP Digital Manufacturing and S/4HANA Cloud, public edition" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/80d312c1-54db-49c1-a066-10ee5963608d" target="_blank" rel="nofollow noopener noreferrer">Process Industry Manufacturing with SAP Digital Manufacturing and S/4HANA Cloud, public edition</A></TD><BR /> </TR><BR /> </TBODY><BR /> </TABLE><BR /> <SPAN style="color: #ff0000">*</SPAN> Better viewed in Desktop or iPad in Landscape mode<BR /> <BR /> <STRONG><A class="wiki_link" title="Discrete within SAP Digital Manufacturing and S/4HANA Cloud" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/e433f50b-6402-41ac-b803-523f59282260" target="_blank" rel="nofollow noopener noreferrer">Discrete within SAP Digital Manufacturing and S/4HANA Cloud</A></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/a0.png" /><BR /> <BR /> <STRONG><U><A class="wiki_link" title="Process Industry within SAP Digital Manufacturing and S/4HANA Cloud" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/523afc3d-cfe9-4bed-adeb-89efba486a80/intro" target="_blank" rel="nofollow noopener noreferrer">Process Industry within SAP Digital Manufacturing and S/4HANA Cloud</A></U></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/proc.png" /><BR /> <BR /> <STRONG><U><A class="wiki_link" title="Tool Management within SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/9f015924-3b78-4404-9249-8ea0e8f05936" target="_blank" rel="nofollow noopener noreferrer">Tool Management within SAP Digital Manufacturing</A></U></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/tool.png" /><BR /> <BR /> <STRONG><A title="Resource Orchestration within SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/aa6db653-c870-4582-ba1c-74e0e9280522/intro" target="_blank" rel="nofollow noopener noreferrer">Resource Orchestration within SAP Digital Manufacturing</A></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/a0-1.png" /><BR /> <BR /> <STRONG><A class="wiki_link" title="Production Process Design within SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/8b477647-41a8-4d95-b9d4-f4cd4f8ce1fc" target="_blank" rel="nofollow noopener noreferrer">Production Process Design within SAP Digital Manufacturing</A></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/a1-2.png" /><BR /> <BR /> <STRONG><A class="wiki_link" title="Shop Floor Orchestration with SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/97e4a3a2-efb7-47ce-8293-1672b769b0fd" target="_blank" rel="nofollow noopener noreferrer">Shop Floor Orchestration with SAP Digital Manufacturing</A></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/orch.png" /><BR /> <BR /> <STRONG><A class="wiki_link" title="Time Tracking within SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/253bf1b2-07c8-4754-abb7-28e17fbde102" target="_blank" rel="nofollow noopener noreferrer">Time Tracking within SAP Digital Manufacturing</A></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/time.png" /><BR /> <BR /> <STRONG><A class="wiki_link" title="SAP Digital Manufacturing for Insights" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/1205f922-ef65-4f2f-a6fe-a5bdd3219c6e" target="_blank" rel="noopener nofollow noreferrer">SAP Digital Manufacturing for Insights</A></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/insi.png" /><BR /> <P style="overflow: hidden;margin-bottom: 0px"><A href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/f11ebeae-2ee2-421c-8432-70ada0029ab8/intro" target="_blank" rel="noopener nofollow noreferrer"><STRONG>Nonconformances Processes within SAP Digital Manufacturing</STRONG></A><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Screenshot-2023-11-10-110228.png" /></P><BR /> <STRONG><A class="wiki_link" title="E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA (Demo #17166)" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/21a3e56a-a7a9-462c-bc3d-155e2c85e1fe" target="_blank" rel="nofollow noopener noreferrer">E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA</A></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Screenshot-2023-12-26-103222.png" /><BR /> <BR /> <STRONG><A class="wiki_link" title="E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA Cloud" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/6ad31acc-439a-46cb-aae6-b3110588fbb5" target="_blank" rel="nofollow noopener noreferrer">E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA Cloud</A></STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Screenshot-2023-12-26-103253.png" /><BR /> <BR /> <A class="wiki_link" title="Process Industry Manufacturing with SAP Digital Manufacturing and S/4HANA Cloud, public edition" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/80d312c1-54db-49c1-a066-10ee5963608d" target="_blank" rel="nofollow noopener noreferrer"><STRONG>Process Industry Manufacturing with SAP Digital Manufacturing and S/4HANA Cloud, public edition</STRONG></A><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Screenshot-2023-12-26-103436.png" /><BR /> <BR /> <SPAN style="color: #ff0000">*</SPAN> Better viewed in Desktop or iPad in Landscape mode<BR /> <BR /> &nbsp;<BR /> <BR /> Do you like this post? Please let me know in the comments section what you think. Any feedback is highly appreciated.<BR /> <BR /> Or, if you have any questions, please check&nbsp;<A href="https://blogs.sap.com/tags/73555000100800001492/" target="_blank" rel="noopener noreferrer">SAP Community Q&amp;A Area</A>, or comment down below.<BR /> <BR /> Thanks,<BR /> <BR /> Manoel Costa 2023-08-14T13:41:22+02:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-members/external-api-web-service-integration-with-sap-digital-manufacturing/ba-p/13573720 External API / Web Service integration with SAP Digital Manufacturing - Demystified! 2023-10-26T20:23:49+02:00 swaroop_anasane https://community.sap.com/t5/user/viewprofilepage/user-id/184277 Hello Everyone,<BR /> <BR /> Recently I learnt few things about SAP DM integration so thought of sharing what little I learnt.<BR /> <BR /> This blog is about utilizing any third party API in SAP DM, to read data and post it against SFC using standard methods and SAP DM LCNC(Low-Code No-Code) options.<BR /> <BR /> We have seen a few blogs around this in past but those were quite heavy and were using different technologies and tools. Here we would be checking this example without any external language knowledge or tool requirement. Let's talk about the pre-requisites first:<BR /> <OL><BR /> <LI>Data collection group with parameters maintained for data collection at relevant Operation.</LI><BR /> <LI>Released order running on a POD with active SFC</LI><BR /> <LI>&nbsp;External API to be used to capture data, in this case we would be using a simple weather API, URL example: <A href="https://api.open-meteo.com/v1/forecast?latitude=73.8567&amp;longitude=18.5204&amp;current=temperature_2m,windspeed_10m&amp;hourly=temperature_2m,relativehumidity_2m,windspeed_10m" target="test_blank" rel="nofollow noopener noreferrer">https://api.open-meteo.com/v1/forecast?latitude=73.8567&amp;longitude=18.5204&amp;current=temperature_2m,windspeed_10m&amp;hourly=temperature_2m,relativehumidity_2m,windspeed_10m</A></LI><BR /> </OL><BR /> Having the system ready with above pre's, below are the steps that will guide you to complete this use case.<BR /> <BR /> <STRONG>STEP 1</STRONG>: Creating a Destination in SAP DM tenant:<BR /> <BR /> Go to accounts.hana.ondemand.com and open subaccount for your DM tenant. Create a destination of Type HTTP in SAP DM tenant, it should look like as shown below.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/DM_Weather_Destination.png" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Destination created on DM Tenant for service API</P><BR /> <SPAN style="text-decoration: underline">Note:</SPAN> Here we are using "NoAuthentication" as it is not required for this open service, but you can use appropriate Authentiation depending on the service your are using. Please refer SAP DM help documentation for more on Authentication.<BR /> <BR /> <STRONG>STEP 2</STRONG>: Create a webserver in SAP DM.<BR /> <BR /> Open SAP DM and search for "Manage Web Server" app, click on create and provide name, description and URL ("<A href="https://api.open-meteo.com" target="_blank" rel="nofollow noopener noreferrer">https://api.open-meteo.com</A>" in our case), click on save. Ref picture below:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/DM_Weather_WebServer.png" /></P><BR /> Once webserver is created, you would see 4 tabs:<BR /> <BR /> a. Server Details - Having basic server connection configuration<BR /> <BR /> b. Consumed by - Showing which webserver is connected to this, it would initially show 0.<BR /> <BR /> c. Destinations - Select the destination created in DM tenant here for weather api. "DM_WEATHER_SRV"<BR /> <BR /> d. Services - Shows the service using this webserver, currently this section would also be blank.<BR /> <BR /> <STRONG>STEP 3</STRONG>: Linking "DMC_Cloud" to the Webserver created in step 2,<BR /> <BR /> Click on "DMC_Cloud" webserver from the list of web servers under "Manage Web Server", go to connection panel, click on "Create" and select <STRONG>DM_WEATHER_SRV</STRONG> (Note: this should be the name of web server, dont confuse it to Destination name as here we are using same name at both the places which need not be the case in usual scenario).<BR /> <BR /> <STRONG>STEP 4</STRONG>: Create a Service Registry using "Manage Service Registry".<BR /> <BR /> Open SAP DM and search for "Manage Service Registry" app, click on create under API Services tab and provide name, ID, existing group or new group name you are willing you create, and other details for HTTP type, REST protocol and GET method.<BR /> <BR /> Provide the URL suffix that is the remaining part from API url between domain.com and parameters( "/v1/forecast" in our example).<BR /> Provide parameters in parameters panel by getting the parameter query string, select the web server from value helper and provide the one created in previous step. Check the "<STRONG>Availability</STRONG>" check box and save. Ref picture below.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/Weather_WebService.png" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Service registry for Weather API.</P><BR /> After this step, your DMC tenant can connect to external API(weather API in our case).<BR /> <BR /> <STRONG>STEP 5</STRONG>: Create a production process design by going to <STRONG>Production Process Designer</STRONG> App in SAP DM. The production process should have start, end, a service call and a script task.<BR /> <BR /> Before you can add web service call to production process, you need to add the service by clicking on "Select Services" button on the left panel, find the Web Server you created in STEP 2 and select the service under that webservice, picture below for ref.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/DM_Select_Service.png" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Adding service to production process.</P><BR /> Create the production process as shown below:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/Weather_ProductionProcessDesign.png" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Production process design frame</P><BR /> Input to Service call could be automatically included due to parameters maintained while creating service, though this can be modified and parameters can be passed. We are keeping it as it is for simplicity.<BR /> <BR /> Under <STRONG>Script Task</STRONG>, create input/output parameters as input: srv_result (String), Output: srv_result (String), you don't have to assign any value here.<BR /> <BR /> Also, map service response('Service_Weather#httpResponse') to input parameter.<BR /> <BR /> Under script, add below code:<BR /> <BR /> =========================<BR /> <BR /> $output.temprature=JSON.parse($input.srv_result).current.temperature_2m;<BR /> <BR /> =========================<BR /> <BR /> This code reads temperature value from service response JSON and assigns it to output of the script task.<BR /> <BR /> Map input of Log DC control as shown below:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/DC_LOG_Input-1.png" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Input parameter mapping for DC</P><BR /> It is obvious the hardcoded values here can be modified with input parameter linking for dynamic values. I have kept it like this for brevity.<BR /> <BR /> No output parameter mapping is required as we can see results in POD directly. Click on "Save All" and "Quick Deploy". Test the production process by clicking on Debug--&gt; Run, check the logs of the flow completing successfully.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/processSuccessDCCollect-1.png" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">DC Collection successfully completed.</P><BR /> <STRONG>Verification</STRONG>: Open Work Center POD, select SFC/Operation and go to data collection panel, you would see the data collected by this process.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/DC_Collection_List.png" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">DC Collection list on POD.</P><BR /> The above process describes integration and utilization of external web service in SAP DM with the use of Production Process Designer. The flow you created using Production Process Designer can then be linked to Automatic Triggers or POD actions there by using data from external APIs.<BR /> <BR /> The blog grew long but hope this helps you understand the use case in a simple way!!<BR /> <BR /> Do like the blog if you like it.<BR /> <BR /> &nbsp;<BR /> <BR /> Nice time!<BR /> <BR /> &nbsp;<BR /> <BR /> Best Regards,<BR /> <BR /> Swaroop 2023-10-26T20:23:49+02:00 https://community.sap.com/t5/supply-chain-management-blogs-by-sap/revolutionize-your-manufacturing-kinexon-and-sap/ba-p/13611583 Revolutionize Your Manufacturing: KINEXON and SAP 2024-02-20T11:44:13.305000+01:00 steventhorne https://community.sap.com/t5/user/viewprofilepage/user-id/271494 <P><EM>Co-authored by Lana Lee and&nbsp;Hrishi&nbsp;Joshi of SAP.</EM></P><P>In today’s Industry 4.0 world, where connectivity and automation are redefining our manufacturing landscape, the partnership between SAP and KINEXON stands out as an example of true innovation. This collaboration, highlighted in a recent <A href="https://hs.kinexon.com/ind-case-study-idc-sap?utm_source=kinexon.com&amp;utm_medium=site" target="_blank" rel="noopener nofollow noreferrer">IDC case study</A> and to be featured in a <A href="https://app.livestorm.co/kinexon-industries/webinar-idc-sap-connected-automated-automotive-operations?type=detailed" target="_blank" rel="noopener nofollow noreferrer">March 7 webinar</A>, leverages connected and automated operations to enrich SAP's Digital Supply Chain portfolio for Manufacturing and Logistics. Kinexon and SAP are focused on improving how businesses like yours approach both efficiency and sustainability.</P><P><STRONG>Unlocking Efficiency through Collaboration</STRONG></P><P>The goal of this partnership is to continually improve supply chain and production operations, delivering business process innovation and intelligent enterprise development outlined in <A href="https://www.sap.com/products/erp/rise.html" target="_blank" rel="noopener noreferrer">RISE with SAP</A>. This synergy leverages KINEXON's prowess in automation and IoT, significantly bolstering the SAP Digital Supply Chain portfolio with an enriched suite of tools. With <A href="https://store.sap.com/dcp/en/product/display-2001013991_live_v1/kinexon-os" target="_blank" rel="noopener noreferrer">Kinexon OS&nbsp; certified as an SAP Endorsed App</A> and in the SAP Store, this collaboration is a significant leap towards accelerating the efficiency of your manufacturing operations.</P><P>The strategic benefits of this integration are profound, including a marked decrease in manual data entries, enhanced productivity, and considerable annual savings attributed to reduced cycle times. Insights from the <A href="https://hs.kinexon.com/ind-case-study-idc-sap?utm_source=kinexon.com&amp;utm_medium=site" target="_blank" rel="noopener nofollow noreferrer">IDC case study</A> highlight these gains as essential for maintaining a competitive edge in the dynamic manufacturing sector.</P><P><STRONG>Elevating Value Chains</STRONG></P><P>This initiative is set to transform value chains, especially within the automotive, manufacturing, and aerospace sectors, by not only adopting but redefining the use of technology. Enhanced visibility and the link between early demand feedback and accelerated production underscore a shift towards more agile and responsive industry practices.</P><P><STRONG>Embracing Industry 4.0 Innovations</STRONG></P><P>Embodying the essence of Industry 4.0, this collaborative effort seamlessly merges IT and OT, enhancing data utilization to drive your business resilience and innovation. A key component of this transformation is the real-time tracking of assets and efficient management of logistics and production orders, which can provide you a competitive edge through increased automation and visibility.</P><P><STRONG>Revolutionizing Shop Floor Operations</STRONG></P><P>With Kinexon and SAP creating significant improvements to the shop floor, you can now integrate real-time location data, digital visualization, and advanced process management. This approach not only streamlines your operations but also promotes sustainability by transitioning your business towards a paperless production environment, while contributing to broader environmental goals.</P><P><STRONG>Join the Movement: Watch our Smart Automotive Manufacturing Webinar</STRONG></P><P>As we explore these groundbreaking advancements, the shift towards smart automotive manufacturing, highlighted by IDC analysts, becomes clear. <A href="https://app.livestorm.co/kinexon-industries/webinar-idc-sap-connected-automated-automotive-operations?type=detailed" target="_blank" rel="noopener nofollow noreferrer">'Realizing the Promise of Smart Automotive Manufacturing,' the webinar on March 7th</A>, offers a deep dive into this transformative era. Featuring insights from IDC and showcasing the SAP and KINEXON collaboration, this session explores the innovation forefront in automotive manufacturing. Secure your spot to discover how this synergy is revolutionizing the industry, and connect with the ideas driving the next wave of manufacturing excellence.</P><P><A href="https://app.livestorm.co/kinexon-industries/webinar-idc-sap-connected-automated-automotive-operations?type=detailed" target="_blank" rel="noopener nofollow noreferrer"><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="steventhorne_0-1708426033676.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/68171i0472C6A0A647EABA/image-size/medium?v=v2&amp;px=400" role="button" title="steventhorne_0-1708426033676.png" alt="steventhorne_0-1708426033676.png" /></span></A></P><P>&nbsp;</P> 2024-02-20T11:44:13.305000+01:00 https://community.sap.com/t5/sap-for-high-tech-blogs/the-race-for-semiconductor-manufacturing-how-ai-is-revolutionizing-the/ba-p/13640772 The Race for Semiconductor Manufacturing: How AI is Revolutionizing the Industry 2024-03-19T13:31:24.833000+01:00 Mr_HT https://community.sap.com/t5/user/viewprofilepage/user-id/1419488 <P><SPAN>In today's high-tech world, semiconductors are the lifeblood of the global economy. They power everything from electric vehicles to defense systems, making semiconductor fabs the new oil fields of our time. However, the dispersed and specialized nature of the global supply chain has raised concerns about potential threats to this crucial industry. As a result, major powers around the world are now embarking on a multidecadal effort to bring semiconductor manufacturing back onshore.<BR /><BR />But this shift isn't just about relocating factories. It's also about embracing the power of artificial intelligence (AI) in revolutionizing the industry. Over the years, the semiconductor industry has made significant advancements in design automation and digital transformation, but never before has AI been able to learn and adapt based on best practices for new device design and manufacturing.<BR /><BR />Enter SAP, IBM, and PDF Solutions. These industry leaders have joined forces to develop innovative solutions that leverage the Internet of Things (IoT), manufacturing solutions, and AI technologies to address the pain points of the semiconductor industry. Their collaborative efforts have resulted in a seamlessly integrated manufacturing solution that offers real-time monitoring, automated reporting, quality inspection, cognitive worker guidance, and predictive analytics.<BR /><BR />One of the key benefits of these AI technologies is their ability to provide predictive and generative capabilities. With the help of conversational chatbots embedded with large language models and internal knowledge graphs, manufacturers can track real-time operations, identify equipment issues before they ruin batches, and trigger predictive maintenance. This level of insight and intelligence is invaluable in a complex industry where broken links in the manufacturing process can have significant impacts, such as lack of visibility, difficulty in decision-making, and safety concerns for workers.<BR /><BR />By leveraging SAP's Conversational AI, Visual Inspection with AI, and Generative AI solutions, manufacturers can achieve real-time manufacturing execution planning, automated reporting, quality inspection, cognitive worker guidance, and end-to-end predictive analytics. These AI-powered solutions provide a comprehensive view of the production process, from planning to execution, enabling management to make informed decisions and optimize operations.<BR /><BR />The collaboration between SAP, IBM, and PDF Solutions represents a major step forward in the race for semiconductor manufacturing dominance. With AI technology driving the industry's evolution, manufacturers can overcome the challenges of a dispersed supply chain and stay ahead in the global race for semiconductor supremacy.</SPAN></P><P><SPAN><BR />To learn more about SAP's AI solutions for the semiconductor industry, visit the following pages:<BR /></SPAN></P><UL><LI><SPAN>SAP Conversational AI: </SPAN><A href="https://pages.community.sap.com/topics/conversational-ai" target="_blank" rel="noopener noreferrer"><SPAN>SAP Conversational AI | SAP Community</SPAN></A><SPAN>&nbsp;</SPAN></LI><LI><SPAN>SAP Visual Inspection with AI: </SPAN><A href="https://www.sap.com/assetdetail/2023/04/34239b78-6b7e-0010-bca6-c68f7e60039b.html" target="_blank" rel="noopener noreferrer"><SPAN>Visual Inspection with AI - Detect product defects faster on the shop floor (sap.com)</SPAN></A><SPAN>&nbsp;</SPAN></LI><LI><SPAN>SAP Generative AI: </SPAN><A href="https://www.sap.com/products/technology-platform/cloud-analytics/features/generative-ai.html" target="_blank" rel="noopener noreferrer"><SPAN>Generative AI for analytics and planning (sap.com)</SPAN></A><SPAN>&nbsp;</SPAN></LI></UL> 2024-03-19T13:31:24.833000+01:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-sap/2024-patches-fixes-for-sap-mii/ba-p/13657592 2024 - Patches/fixes for SAP MII 2024-04-03T16:22:31.221000+02:00 janos_fekete2 https://community.sap.com/t5/user/viewprofilepage/user-id/185389 <H2 id="toc-hId-990828600">4/26/2024:</H2><H3 id="toc-hId-923397814">MII_ADMIN 15.5 SP 000 Patch 21:</H3><UL><LI>Unused system property "Monitoring Retention Duration", note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449627" target="_blank" rel="noopener noreferrer">3449627</A></LI><LI>System Management - Projects screen assigned roles editing Issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3294426" target="_blank" rel="noopener noreferrer">3294426</A></LI></UL><H3 id="toc-hId-726884309">XMII 15.5 SP 000 Patch 37:</H3><UL><LI>Unused system property "Monitoring Retention Duration", note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449627" target="_blank" rel="noopener noreferrer">3449627</A></LI><LI>File size not updated leading to possible Out Of Memory during blowout, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3453485" target="_blank" rel="noopener noreferrer">3453485</A></LI><LI>PE Job inserts multiple rows when job is run several times, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3412798" target="_blank" rel="noopener noreferrer">3412798</A></LI><LI>Additional Logging in XMII-Module, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3340019" target="_blank" rel="noopener noreferrer">3340019</A></LI><LI>Enhancing the logs for MII Start and Stop services, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3438776" target="_blank" rel="noopener noreferrer">3438776</A></LI><LI>GetDBTablesRowCountOEE | Get the total row count of all the key tables based on OEE, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3443901" target="_blank" rel="noopener noreferrer">3443901</A></LI><LI>Query Number format is not working as expected, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3443976" target="_blank" rel="noopener noreferrer">3443976</A></LI><LI>MII show more details for PCo Connector data server creation errors, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449609" target="_blank" rel="noopener noreferrer">3449609</A></LI></UL><H2 id="toc-hId-401288085">4/24/2024:</H2><H3 id="toc-hId-333857299">XMII 15.5 SP 001 Patch 14:</H3><UL><LI>File size not updated leading to possible Out Of Memory during blowout, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3453485" target="_blank" rel="noopener noreferrer">3453485</A></LI></UL><H2 id="toc-hId-8261075">4/19/2024:</H2><H3 id="toc-hId--59169711">MII_ADMIN 15.4 SP 001 Patch 19:</H3><UL><LI>System Management - Projects screen assigned roles editing Issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3294426" target="_blank" rel="noopener noreferrer">3294426</A></LI><LI>Shared Memory is in read only mode even though user has all access related to Shared memory, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3447829" target="_blank" rel="noopener noreferrer">3447829</A></LI><LI>Unused system property "Monitoring Retention Duration", note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449627" target="_blank" rel="noopener noreferrer">3449627</A></LI></UL><H3 id="toc-hId--255683216">XMII 15.4 SP 001 Patch 46:</H3><UL><LI>Additional Logging in XMII-Module, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3340019" target="_blank" rel="noopener noreferrer">3340019</A></LI><LI>Enhancing the logs for MII Start and Stop services, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3438776" target="_blank" rel="noopener noreferrer">3438776</A></LI><LI>Query Number format is not working as expected, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3443976" target="_blank" rel="noopener noreferrer">3443976</A></LI><LI>Shared Memory is in read only mode even though user has all access related to Shared memory, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3447829" target="_blank" rel="noopener noreferrer">3447829</A></LI><LI>MII show more details for PCo Connector data server creation errors, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449609" target="_blank" rel="noopener noreferrer">3449609</A></LI><LI>Unused system property "Monitoring Retention Duration", note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449627" target="_blank" rel="noopener noreferrer">3449627</A></LI><LI>File size not updated leading to possible Out Of Memory during blowout, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3453485" target="_blank" rel="noopener noreferrer">3453485</A></LI></UL><H2 id="toc-hId--581279440">4/12/2024:</H2><H3 id="toc-hId--648710226">MII_ADMIN 15.5 SP 001 Patch 8:</H3><UL><LI>Unused system property "Monitoring Retention Duration", note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449627" target="_blank" rel="noopener noreferrer">3449627</A></LI></UL><H3 id="toc-hId--920455100">XMII 15.5 SP 001 Patch 13:</H3><UL><LI>Adding Transaction Persistence as parameter in case of transaction called via SOAPRunner interface, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3445523" target="_blank" rel="noopener noreferrer">3445523</A></LI><LI>MII show more details for PCo Connector data server creation errors, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449609" target="_blank" rel="noopener noreferrer">3449609</A></LI><LI>Unused system property "Monitoring Retention Duration", note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449627" target="_blank" rel="noopener noreferrer">3449627</A></LI><LI>Event data from onChange event not propagated, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449926" target="_blank" rel="noopener noreferrer">3449926</A></LI><LI>Event Parameters do not get updated, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449959" target="_blank" rel="noopener noreferrer">3449959</A></LI><LI>UIElementCheckBoxM | SSCE UI Element CheckBox bad styling when unchecking, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3453122" target="_blank" rel="noopener noreferrer">3453122</A></LI><LI>PE Job inserts multiple rows when job is run several times, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3412798" target="_blank" rel="noopener noreferrer">3412798</A></LI><LI>History | Improved History Mode for the Scheduler Service, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3442938" target="_blank" rel="noopener noreferrer">3442938</A></LI></UL><H2 id="toc-hId--823565598">4/10/2024:</H2><H3 id="toc-hId--1313482110">MII_ADMIN 15.3 SP 001 Patch 25:</H3><UL><LI>Unused system property "Monitoring Retention Duration", note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449627" target="_blank" rel="noopener noreferrer">3449627</A></LI><LI>System Management - Projects screen assigned roles editing Issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3294426" target="_blank" rel="noopener noreferrer">3294426</A></LI></UL><H3 id="toc-hId--1509995615">XMII 15.3 SP 001 Patch 54:</H3><UL><LI>Unused system property "Monitoring Retention Duration", note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449627" target="_blank" rel="noopener noreferrer">3449627</A></LI><LI>Missing Order in MII due to Duplicate Message ID creation for XMII_JCOMESSAGES, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3448342" target="_blank" rel="noopener noreferrer">3448342</A></LI><LI>Incorrect Search result for fields with "_" character, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3227452" target="_blank" rel="noopener noreferrer">3227452</A></LI><LI>PE Job inserts multiple rows when job is run several times, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3412798" target="_blank" rel="noopener noreferrer">3412798</A></LI><LI>Enhancing the logs for MII Start and Stop services, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3438776" target="_blank" rel="noopener noreferrer">3438776</A></LI><LI>MII more details for PCo Connector data server creation errors, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3449609" target="_blank" rel="noopener noreferrer">3449609</A></LI></UL><H2 id="toc-hId--1413106113"><BR />03/19/2024:</H2><H3 id="toc-hId--1903022625">XMII 15.5 SP 000 Patch 36:</H3><UL><LI>Conditional | Added Conditional Action Block log entries in transaction debug output, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3440246" target="_blank" rel="noopener noreferrer">3440246</A></LI><LI>History | Improved History Mode for the Scheduler Service, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3442938" target="_blank" rel="noopener noreferrer">3442938</A></LI><LI>Query Number format is not working as expected, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3443976" target="_blank" rel="noopener noreferrer">3443976</A></LI><LI>Adding Transaction Persistence as parameter in case of transaction called via SOAPRunner interface, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3445523" target="_blank" rel="noopener noreferrer">3445523</A></LI></UL><H2 id="toc-hId--1806133123">03/14/2024:</H2><H3 id="toc-hId-1998917661">MII_ADMIN 15.3 SP 001 Patch 24:</H3><UL><LI>Job status shows as scheduled in the Scheduler screen, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=2031689" target="_blank" rel="noopener noreferrer">2031689</A></LI></UL><H3 id="toc-hId-1802404156">XMII 15.3 SP 001 Patch 53:</H3><UL><LI>DB Object is closed error is thrown in case of sql transaction, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3364376" target="_blank" rel="noopener noreferrer">3364376</A></LI><LI>Unable to read DataBufferActionInstance parameter using databuffer service, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3395994" target="_blank" rel="noopener noreferrer">3395994</A></LI><LI>Usage Status Monitoring for DataServer with wrong date, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3429629" target="_blank" rel="noopener noreferrer">3429629</A></LI><LI>Workbench file export generates the wrong cemd file for SSCE Dashboards, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3430755" target="_blank" rel="noopener noreferrer">3430755</A></LI><LI>Additional logs for transaction action failure due to timeoutException, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3407507" target="_blank" rel="noopener noreferrer">3407507</A></LI><LI>MII transaction fails with SAP DBTech JDBC: Object is closed error, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3416130" target="_blank" rel="noopener noreferrer">3416130</A></LI></UL><H2 id="toc-hId-1899293658">03/11/2024:</H2><H3 id="toc-hId-1577560837">MII_ADMIN 15.5 SP 001 Patch 7:</H3><UL><LI>System Management - Projects screen assigned roles editing Issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3294426" target="_blank" rel="noopener noreferrer">3294426</A></LI><LI>Details header not changing after selecting any tag in simulator services under data services, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3264633" target="_blank" rel="noopener noreferrer">3264633</A></LI><LI>Open activities with checked-out files are still visible after disabling and enabling the NWDI configuration, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3433017" target="_blank" rel="noopener noreferrer">3433017</A></LI><LI>Job status shows as scheduled in the Scheduler screen, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=2031689" target="_blank" rel="noopener noreferrer">2031689</A></LI></UL><H3 id="toc-hId-1381047332">XMII 15.5 SP 001 Patch 12:</H3><UL><LI>Enhancing the logs for MII Start and Stop services, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3438776" target="_blank" rel="noopener noreferrer">3438776</A></LI><LI>Conditional | Added Conditional Action Block log entries in transaction debug output, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3440246" target="_blank" rel="noopener noreferrer">3440246</A></LI><LI>Details header not changing after selecting any tag in simulator services under data services, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3264633" target="_blank" rel="noopener noreferrer">3264633</A></LI><LI>Version history missing in MII workbench, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3418076" target="_blank" rel="noopener noreferrer">3418076</A></LI><LI>Additional logs and traces in message processing module of MII, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3426125" target="_blank" rel="noopener noreferrer">3426125</A></LI><LI>Usage Status Monitoring for DataServer with wrong date, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3429629" target="_blank" rel="noopener noreferrer">3429629</A></LI><LI>NWDI version history displays limited number of activities, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3432814" target="_blank" rel="noopener noreferrer">3432814</A></LI><LI>Open activities with checked-out files are still visible after disabling and enabling the NWDI configuration, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3433017" target="_blank" rel="noopener noreferrer">3433017</A></LI><LI>DependencyManager | Added dependency check for the MII_ADMIN component version, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3308632" target="_blank" rel="noopener noreferrer">3308632</A></LI><LI>Additional Logging in XMII-Module, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3340019" target="_blank" rel="noopener noreferrer">3340019</A></LI><LI>System Warning window on MII home page for component incompatibility, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3399037" target="_blank" rel="noopener noreferrer">3399037</A></LI></UL><H2 id="toc-hId-1477936834">03/07/2024:</H2><H3 id="toc-hId-988020322">MII_ADMIN 15.4 SP 001 Patch 18:</H3><UL><LI>Job status shows as scheduled in the Scheduler screen, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=2031689" target="_blank" rel="noopener noreferrer">2031689</A></LI></UL><H3 id="toc-hId-791506817">XMII 15.4 SP 001 Patch 45:</H3><UL><LI>Conditional | Added Conditional Action Block log entries in transaction debug output, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3440246" target="_blank" rel="noopener noreferrer">3440246</A></LI><LI>DB Object is closed error is thrown in case of sql transaction, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3364376" target="_blank" rel="noopener noreferrer">3364376</A></LI><LI>Job status shows as scheduled in the Scheduler screen, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=2031689" target="_blank" rel="noopener noreferrer">2031689</A></LI><LI>MII transaction fails with SAP DBTech JDBC: Object is closed error, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3416130" target="_blank" rel="noopener noreferrer">3416130</A></LI></UL><H2 id="toc-hId-888396319">03/05/2024:</H2><H3 id="toc-hId-398479807">MII_ADMIN 15.5 SP 000 Patch 20:</H3><UL><LI>Job status shows as scheduled in the Scheduler screen, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=2031689" target="_blank" rel="noopener noreferrer">2031689</A></LI></UL><H3 id="toc-hId-201966302">XMII 15.5 SP 000 Patch 35:</H3><UL><LI>DB Object is closed error is thrown in case of sql transaction, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3364376" target="_blank" rel="noopener noreferrer">3364376</A></LI><LI>Job status shows as scheduled in the Scheduler screen, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=2031689" target="_blank" rel="noopener noreferrer">2031689</A></LI><LI>JMS updates causing scheduler breakdown, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3360558" target="_blank" rel="noopener noreferrer">3360558</A></LI><LI>Usage Status Monitoring for DataServer with wrong date, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3429629" target="_blank" rel="noopener noreferrer">3429629</A></LI><LI>Workbench file export generates the wrong cemd file for SSCE Dashboards, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3430755" target="_blank" rel="noopener noreferrer">3430755</A></LI><LI>Additional logs for transaction action failure due to timeoutException, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3407507" target="_blank" rel="noopener noreferrer">3407507</A></LI><LI>MII transaction fails with SAP DBTech JDBC: Object is closed error, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3416130" target="_blank" rel="noopener noreferrer">3416130</A></LI></UL><H2 id="toc-hId-298855804">02/16/2024:</H2><H3 id="toc-hId--191060708">MII_ADMIN 15.4 SP 001 Patch 17:</H3><UL><LI>NWDI configuration gives null pointer exception on save, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3342267" target="_blank" rel="noopener noreferrer">3342267</A></LI></UL><H3 id="toc-hId--219390522">XMII 15.4 SP 001 Patch 44:</H3><UL><LI>Support for X-CSRF-Token in MII HTTP POST action block, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3429523" target="_blank" rel="noopener noreferrer">3429523</A></LI><LI>Usage Status Monitoring for DataServer with wrong date, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3429629" target="_blank" rel="noopener noreferrer">3429629</A></LI><LI>Workbench file export generates the wrong cemd file for SSCE Dashboards, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3430755" target="_blank" rel="noopener noreferrer">3430755</A></LI><LI>SSO cookie logged and displayed in MII Log Viewer, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3410041" target="_blank" rel="noopener noreferrer">3410041</A></LI><LI>Get Jar Signing related information which gets checked while opening workbench., note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3346027" target="_blank" rel="noopener noreferrer">3346027</A></LI><LI>NWDI configuration gives null pointer exception on save, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3342267" target="_blank" rel="noopener noreferrer">3342267</A></LI><LI>Scheduler history cleanup default value changed from 24 hours to 72 hours, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3394218" target="_blank" rel="noopener noreferrer">3394218</A></LI><LI>Unable to read DataBufferActionInstance parameter using databuffer service, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3395994" target="_blank" rel="noopener noreferrer">3395994</A></LI><LI>Scheduler history comes blank when job is stuck or not executed in last hour, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3396099" target="_blank" rel="noopener noreferrer">3396099</A></LI><LI>JMS updates causing scheduler breakdown, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3360558" target="_blank" rel="noopener noreferrer">3360558</A></LI></UL><H2 id="toc-hId--122501020">02/09/2024:</H2><H3 id="toc-hId--612417532">XMII 15.5 SP 001 Patch 11:</H3><UL><LI>Running remote workbench with proxy for jar based workbench, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3369660" target="_blank" rel="noopener noreferrer">3369660</A></LI><LI>Unable to read DataBufferActionInstance parameter using databuffer service, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3395994" target="_blank" rel="noopener noreferrer">3395994</A></LI><LI>Source table is missing inside the Global setting on SSCE, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3424542" target="_blank" rel="noopener noreferrer">3424542</A></LI><LI>Settings.view | Event Parameters table headers not visible, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3426391" target="_blank" rel="noopener noreferrer">3426391</A></LI><LI>MII PortalContent.zip file not found under Tools and Archives, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3427393" target="_blank" rel="noopener noreferrer">3427393</A></LI><LI>i5Grid getRowCount() error, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3428910" target="_blank" rel="noopener noreferrer">3428910</A></LI><LI>UIElementTextFieldM | Text Field UI Element size, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3429413" target="_blank" rel="noopener noreferrer">3429413</A></LI><LI>Workbench file export generates the wrong cemd file for SSCE Dashboards, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3430755" target="_blank" rel="noopener noreferrer">3430755</A></LI><LI>Additional logs for transaction action failure due to timeoutException, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3407507" target="_blank" rel="noopener noreferrer">3407507</A></LI></UL><H2 id="toc-hId--515528030">02/06/2024:</H2><H3 id="toc-hId--1005444542">MII_ADMIN 15.3 SP 001 Patch 23:</H3><UL><LI>NWDI configuration gives null pointer exception on save, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3342267" target="_blank" rel="noopener noreferrer">3342267</A></LI></UL><H3 id="toc-hId--1201958047">XMII 15.3 SP 001 Patch 52:</H3><UL><LI>SSO cookie logged and displayed in MII Log Viewer, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3410041" target="_blank" rel="noopener noreferrer">3410041</A></LI><LI>Cannot view changelist details or process a changelist, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3336846" target="_blank" rel="noopener noreferrer">3336846</A></LI><LI>Get Jar Signing related information which gets checked while opening workbench., note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3346027" target="_blank" rel="noopener noreferrer">3346027</A></LI><LI>MII workbench login with x.509 certificate based SSO login, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3370246" target="_blank" rel="noopener noreferrer">3370246</A></LI><LI>NWDI configuration gives null pointer exception on save, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3342267" target="_blank" rel="noopener noreferrer">3342267</A></LI><LI>Running remote workbench with proxy for jar based workbench, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3369660" target="_blank" rel="noopener noreferrer">3369660</A></LI><LI>Scheduler history cleanup default value changed from 24 hours to 72 hours, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3394218" target="_blank" rel="noopener noreferrer">3394218</A></LI><LI>New Workbench launcher can not open the workbench if server url has '-' in it, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3394368" target="_blank" rel="noopener noreferrer">3394368</A></LI><LI>Scheduler history comes blank when job is stuck or not executed in last hour, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3396099" target="_blank" rel="noopener noreferrer">3396099</A></LI><LI>JMS updates causing scheduler breakdown, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3360558" target="_blank" rel="noopener noreferrer">3360558</A></LI></UL><H2 id="toc-hId--1105068545">01/17/2024:</H2><H3 id="toc-hId--1594985057">XMII 15.4 SP 001 Patch 43:</H3><UL><LI>Cannot view changelist details or process a changelist, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3336846" target="_blank" rel="noopener noreferrer">3336846</A></LI><LI>Catalog query with production events is returning Non-PE when there are records in PE table, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3338596" target="_blank" rel="noopener noreferrer">3338596</A></LI><LI>Duplicate Rows inserted in PE table due to duplicate shift rows in MPM_TC37T table, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3345988" target="_blank" rel="noopener noreferrer">3345988</A></LI><LI>PIC Analysis Query - Production events displaying incorrect data, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3219251" target="_blank" rel="noopener noreferrer">3219251</A></LI><LI>Duplicate rows inserted in production table when PE job is run again, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3333504" target="_blank" rel="noopener noreferrer">3333504</A></LI><LI>i5Chart (Gauge Chart Type) is starting from zero value for any change in Value., note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3404399" target="_blank" rel="noopener noreferrer">3404399</A></LI></UL><H2 id="toc-hId--1498095555">01/12/2024:</H2><H3 id="toc-hId--1988012067">XMII 15.5 SP 001 Patch 10:</H3><UL><LI>Catalog query with production events is returning Non-PE when there are records in PE table, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3338596" target="_blank" rel="noopener noreferrer">3338596</A></LI><LI>Additional Logging in XMII-Module, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3340019" target="_blank" rel="noopener noreferrer">3340019</A></LI><LI>MII workbench login with x.509 certificate based SSO login, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3370246" target="_blank" rel="noopener noreferrer">3370246</A></LI><LI>Duplicate Rows inserted in PE table due to duplicate shift rows in MPM_TC37T table, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3345988" target="_blank" rel="noopener noreferrer">3345988</A></LI><LI>Scheduler history cleanup default value changed from 24 hours to 72 hours, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3394218" target="_blank" rel="noopener noreferrer">3394218</A></LI><LI>Production events job creates duplicate records in Production Events table, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3300655" target="_blank" rel="noopener noreferrer">3300655</A></LI><LI>Duplicate rows inserted in production table when PE job is run again, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3333504" target="_blank" rel="noopener noreferrer">3333504</A></LI><LI>i5Chart (Gauge Chart Type) is starting from zero value for any change in Value., note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3404399" target="_blank" rel="noopener noreferrer">3404399</A></LI><LI>SSO cookie logged and displayed in MII Log Viewer, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3410041" target="_blank" rel="noopener noreferrer">3410041</A></LI><LI>Bug in SSCE text field i5ValueHelp, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3413146" target="_blank" rel="noopener noreferrer">3413146</A></LI></UL><UL><LI>MII transaction fails with SAP DBTech JDBC: Object is closed error, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3416130" target="_blank" rel="noopener noreferrer">3416130</A></LI></UL> 2024-04-03T16:22:31.221000+02:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-sap/mii-configuration-and-content-transport-management/ba-p/13660082 MII configuration and content transport management 2024-04-05T09:49:58.574000+02:00 RajeevKansal https://community.sap.com/t5/user/viewprofilepage/user-id/165713 <H1 id="toc-hId-862456029">1.&nbsp; &nbsp; Introduction</H1><P><SPAN>SAP Manufacturing Integration and Intelligence is a manufacturing platform providing seamless integration from top floor to shop floor and vice versa, shop floor operational visibility and manufacturing performance management. customer/partner does quite of MII configuration and MII content development to cater to specific shop floor requirement customer has which needs to be transported across system e.g., development to quality to production system. This document will share what are the different options for transporting MII configuration and MII content across systems. &nbsp;</SPAN></P><H1 id="toc-hId-665942524">2.&nbsp; &nbsp; &nbsp;MII Configuration transport</H1><P>MII has quite of configuration objects e.g. data servers, credential store etc. which needs to be transported across system for faster implementation. in MII, There are 2 ways of transporting MII configuration i.e., using export/import using Zip files and using CTS+ configuration which will be discussed further.</P><H2 id="toc-hId-598511738">2.1&nbsp; &nbsp; &nbsp;MII Configuration transport using zip file.</H2><P>In order to transport MII configuration data using zip file, please use the following steps.</P><OL><LI>In the source system, Go to <STRONG>MII Menu -&gt; System Management -&gt; Configuration -&gt; Export tab</STRONG>. Choose <STRONG>Export Method as File System</STRONG>, <STRONG>file format as Zip</STRONG>, <STRONG>Encryption Algorithm as one of the option mentioned in the dropdown, provide a pass phrase</STRONG> to protect the file and select the configuration data you would like to transport to other system.</LI></OL><P>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RajeevKansal_6-1712302441203.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/91769i49BC4DB58CFE3CC2/image-size/medium?v=v2&amp;px=400" role="button" title="RajeevKansal_6-1712302441203.png" alt="RajeevKansal_6-1712302441203.png" /></span></P><P>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.&nbsp;<SPAN>It will provide an option to download the file into your file system. Save the file in your machine. </SPAN></P><P>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3. In the target system, Go to <STRONG>MII Menu -&gt; System Management -&gt; Configuration -&gt; Import tab</STRONG>.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Choose the <STRONG>encryption algorithm and pass phrase</STRONG> as what was provided during the export,&nbsp; provide the file location and choose Import button. This will import the content from the Zip file into&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;target system.</P><P>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RajeevKansal_7-1712302469137.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/91770iBDF2AD6B8A6CA0A5/image-size/medium?v=v2&amp;px=400" role="button" title="RajeevKansal_7-1712302469137.png" alt="RajeevKansal_7-1712302469137.png" /></span></P><P><SPAN>&nbsp;</SPAN></P><H2 id="toc-hId-401998233">2.2&nbsp; &nbsp; &nbsp;MII Configuration transport using CTS+.</H2><P><SPAN>Export/Import using the zip file could be quite cumbersome, provide no tracking and approval process hence it is possible to use CTS+ process to transport the MII configuration data across system which internally creates an ABAP transport request, attaches the content file to the transport and on release import into target system as defined in the transport route in ABAP system. This process can be integrated with solution manager also to provide transporting content from different technologies i.e., MII and ABAP. Please check the note <A href="https://me.sap.com/notes/3452468" target="_blank" rel="noopener noreferrer">3452468 - How to transport MII configuration data across system using CTS+ approach</A> for step by step details on how to configure such transport. </SPAN></P><H1 id="toc-hId-76402009">3&nbsp; &nbsp; &nbsp;MII Content transport</H1><P>Customer/Partner creates quite of development objects in MII using MII workbench i.e. Query Template, Display template, transaction. All these objects are stored in MII DB in XML format. This content needs to be transported across system for seamless implementation and also requires proper source code management since multiple people need to work on these development object and for multiple releases. MII supports multiple options for transporting MII content with and without source code management which will be discussed now.</P><H2 id="toc-hId-8971223">3.1&nbsp; &nbsp; &nbsp;MII Content transport using zip file.</H2><P>In order to transport MII content data using zip file, please use the following steps.</P><OL><LI>In the source system, <STRONG>Go to MII Menu -&gt; System Management -&gt; Projects</STRONG> and select a project and choose Export button.</LI></OL><P>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RajeevKansal_8-1712302523100.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/91771i8D9DA699E404B907/image-size/medium?v=v2&amp;px=400" role="button" title="RajeevKansal_8-1712302523100.png" alt="RajeevKansal_8-1712302523100.png" /></span></P><OL><LI>It will download the project content in a zip file and store it in your machine.</LI><LI>In the target system, Go to <STRONG>MII Menu -&gt; System Management -&gt; Projects</STRONG> and select import. Provide the zip file path in the pop up screen and choose Ok. This will import the project in the target system.</LI></OL><P>The transport using the zip file approach doesn’t provide any source code management for MII content and moves the whole project instead of only changed projects hence it is always recommended to use the NWDI based approach which provides central source code management, build process and deployment process.</P><H2 id="toc-hId--187542282">3.2&nbsp; &nbsp; &nbsp;MII Content transport using NWDI integration with CMS.</H2><P><SPAN>MII Content transport using NWDI approach uses SAP NetWeaver Java Development Infrastructure with following components. </SPAN></P><OL><LI><SPAN>Design Time Repository (DTR): DTR is a central storage of design time objects (application source code) that supports distributed versioning. Access to the central storage is through the standard WebDAV and DeltaV protocols. </SPAN></LI><LI><SPAN>&nbsp;Component Build Service (CBS): CBS plays a central role in the realization of the concepts of the NWDI. It offers centralized build services, storage of build results and build tools. </SPAN></LI><LI><SPAN>&nbsp;Change Management Service (CMS): CMS offers services to configuration of the landscape, transport software changes within the landscape and also packaging and delivery of the components being developed using NWDI. &nbsp;</SPAN></LI></OL><P><SPAN>For step-by-step details on how to do this set up, kindly check the following <A href="https://me.sap.com/notes/3452084" target="_blank" rel="noopener noreferrer">note 3452084 - How to setup/configure NWDI in MII for content development</A>. </SPAN></P><H2 id="toc-hId--384055787">3.3&nbsp; &nbsp; &nbsp;MII Content transport using NWDI integration with CM Services</H2><P><SPAN>CM Services is a enhanced version of CMS which provides fine granular transport of the activities. For details please check the <A href="https://me.sap.com/notes/1361909/E" target="_blank" rel="noopener noreferrer">note 1361909 - CM Services in CTS+</A> and following <A href="https://community.sap.com/t5/additional-blogs-by-sap/similarities-and-differences-in-cms-and-cm-services/ba-p/13012934" target="_blank">blog</A>. </SPAN></P><P><SPAN>MII NWDI integration using CMS moves the all the project across system. In case much fine granular transport is needed then use NWDI integration with CM Services. Please find the step-by-step details in following note <A href="https://me.sap.com/notes/2862116" target="_blank" rel="noopener noreferrer">2862116 - CM services integration with SAP MII for build process using NWDI</A>. </SPAN></P><H1 id="toc-hId--709652011">4&nbsp; &nbsp; Conclusion</H1><P><SPAN>SAP MII supports detailed transport management for configuration and MII Content </SPAN></P><P><SPAN>based on above mentioned information. In case, you have different version of MII content </SPAN></P><P><SPAN>development e.g., one deployed on production on which corrections are needed for </SPAN></P><P><SPAN>patch delivery and another version for new development then it is recommended to use </SPAN></P><P><SPAN>different tracks for these scenarios. Please check the following <A href="https://blogs.sap.com/2006/03/30/best-practices-for-nwdi-track-design-for-ongoing-development/" target="_blank" rel="noopener noreferrer">blog</A> for more details.</SPAN></P><P>&nbsp;</P><P>&nbsp;</P> 2024-04-05T09:49:58.574000+02:00 https://community.sap.com/t5/product-lifecycle-management-blogs-by-sap/how-to-configure-nwdi-in-sap-mii-for-content-development/ba-p/13669582 How to configure NWDI in SAP MII for Content Development 2024-04-16T12:44:07.800000+02:00 ShubhamSisodia https://community.sap.com/t5/user/viewprofilepage/user-id/1429812 <P>This post will guide you through all steps necessary for the initial configuration of NetWeaver Development Infrastructure (NWDI) and its integration with SAP MII. After all configuration steps are done, you will be able to enable NWDI feature via SAP MII Home Page and use NWDI powered processes.</P><P>Please check the attached document in SAP Note<SPAN>&nbsp;</SPAN><A href="https://me.sap.com/notes/3452084" target="_self" rel="noopener noreferrer">3452084</A>&nbsp; &nbsp;which guide you through the complete process.</P><P>The document describes two systems:</P><P>1) Source System: where SLD and NWDI server is configured.</P><P>2) Target System: where MII runs.</P><P>&nbsp;</P><P>Once the configuration is completed, you should be able to enable the NWDI and use MII along with NWDI.</P> 2024-04-16T12:44:07.800000+02:00