https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-Manufacturing-Integration-and-Intelligence-blog-posts.xml SAP Community - SAP Manufacturing Integration and Intelligence 2026-02-25T00:13:10.803745+00:00 python-feedgen SAP Manufacturing Integration and Intelligence blog posts in SAP Community https://community.sap.com/t5/product-lifecycle-management-blog-posts-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-blog-posts-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 GouthamGangineni 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/supply-chain-management-blog-posts-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 <P><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></P><P>You can have a glimpse and experience several aspects of SAP Digital Manufacturing via the Interactive Value Journeys below:<BR /><BR /></P><TABLE border="1"><TBODY><TR><TD><SPAN><A class="" 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="noopener nofollow noreferrer">Discrete within SAP Digital Manufacturing and S/4HANA Cloud</A></SPAN></TD></TR><TR><TD><SPAN><A class="" 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="noopener nofollow noreferrer">Process Industry within SAP Digital Manufacturing and S/4HANA Cloud</A></SPAN></TD></TR><TR><TD><SPAN><A class="" 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="noopener nofollow noreferrer">Tool Management within SAP Digital Manufacturing</A></SPAN></TD></TR><TR><TD><SPAN><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="noopener nofollow noreferrer">Resource Orchestration within SAP Digital Manufacturing (Incl. Shift Planning and Tools)</A></SPAN></TD></TR><TR><TD><A class="" title="Resource Orchestration within SAP Digital Manufacturing (Incl. SuccessFactors)" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/e5b702f6-5c1b-4061-8075-f11df0df26e7/intro" target="_blank" rel="noopener nofollow noreferrer">Resource Orchestration within SAP Digital Manufacturing (Incl. SuccessFactors)</A></TD></TR><TR><TD><SPAN><A class="" 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="noopener nofollow noreferrer">Production Process Design within SAP Digital Manufacturing</A></SPAN></TD></TR><TR><TD><A class="" 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="noopener nofollow noreferrer">Shop Floor Orchestration with SAP Digital Manufacturing</A></TD></TR><TR><TD><A class="" 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="noopener nofollow noreferrer">Time Tracking within SAP Digital Manufacturing</A></TD></TR><TR><TD><A class="" 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></TR><TR><TD><A class="" title="Nonconformances Processes within SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/f11ebeae-2ee2-421c-8432-70ada0029ab8/intro" target="_blank" rel="noopener nofollow noreferrer">Nonconformances Processes within SAP Digital Manufacturing</A></TD></TR><TR><TD><A class="" 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="noopener nofollow noreferrer">Discrete Manufacturing in Private Cloud, powered by SAP</A></TD></TR><TR><TD><A class="" 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="noopener nofollow noreferrer">Discrete Manufacturing in Public Cloud, powered by SAP</A></TD></TR><TR><TD><A class="" 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="noopener nofollow noreferrer">Process Industry Manufacturing with SAP Digital Manufacturing and S/4HANA Cloud, public edition</A></TD></TR><TR><TD><A class="" title="AI-driven Visual Inspection (BETA) powered by SAP" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/ff9ece79-2ce6-4a40-b5f4-98617c0cc661" target="_blank" rel="noopener nofollow noreferrer">AI-driven Visual Inspection powered by SAP</A></TD></TR><TR><TD><A class="" title="Real-Time Operations Monitoring in SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/b655e974-5e20-4647-91bb-31db843d13a6" target="_blank" rel="noopener nofollow noreferrer">Real-Time Operations Monitoring in SAP Digital Manufacturing</A></TD></TR><TR><TD><A class="" title="Installation Points in SAP Digital Manufacturing" href="https://ivj-vx.cfapps.eu10.hana.ondemand.com/public/journey/0b4a60ee-9c77-47af-a051-b319135f00cf" target="_blank" rel="noopener nofollow noreferrer">Installation Points in SAP Digital Manufacturing</A></TD></TR></TBODY></TABLE><P><SPAN>*</SPAN> Better viewed in Desktop or iPad in Landscape mode<BR /><BR /><STRONG><A class="" 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="noopener nofollow noreferrer">Discrete within SAP Digital Manufacturing and S/4HANA Cloud</A></STRONG><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/a0.png" border="0" /><BR /><BR /><STRONG><U><A class="" 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="noopener nofollow noreferrer">Process Industry within SAP Digital Manufacturing and S/4HANA Cloud</A></U></STRONG><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/proc.png" border="0" /><BR /><BR /><STRONG><U><A class="" 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="noopener nofollow noreferrer">Tool Management within SAP Digital Manufacturing</A></U></STRONG><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/tool.png" border="0" /><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="noopener nofollow noreferrer">Resource Orchestration within SAP Digital Manufacturing</A></STRONG><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/a0-1.png" border="0" /><BR /><BR /><STRONG><A class="" 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="noopener nofollow noreferrer">Production Process Design within SAP Digital Manufacturing</A></STRONG><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/a1-2.png" border="0" /><BR /><BR /><STRONG><A class="" 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="noopener nofollow noreferrer">Shop Floor Orchestration with SAP Digital Manufacturing</A></STRONG><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/orch.png" border="0" /><BR /><BR /><STRONG><A class="" 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="noopener nofollow noreferrer">Time Tracking within SAP Digital Manufacturing</A></STRONG><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/time.png" border="0" /><BR /><BR /><STRONG><A class="" 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 src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/insi.png" border="0" /></P><P><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 src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Screenshot-2023-11-10-110228.png" border="0" /></P><P><BR /><STRONG><A class="" 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="noopener nofollow noreferrer">E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA</A></STRONG><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Screenshot-2023-12-26-103222.png" border="0" /><BR /><BR /><STRONG><A class="" 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="noopener nofollow noreferrer">E2E MTS for Discrete with SAP Digital Manufacturing and S/4HANA Cloud</A></STRONG><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Screenshot-2023-12-26-103253.png" border="0" /><BR /><BR /><A class="" 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="noopener nofollow noreferrer"><STRONG>Process Industry Manufacturing with SAP Digital Manufacturing and S/4HANA Cloud, public edition</STRONG></A><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Screenshot-2023-12-26-103436.png" border="0" /><BR /><SPAN>*</SPAN> Better viewed in Desktop or iPad in Landscape mode<BR /><BR />Do you like this post? Please let me know in the comments section what you think. Any feedback is highly appreciated.<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 /><A title="SAP Digital Manufacturing Expert" href="https://manoelcosta.com/" target="_blank" rel="noopener nofollow noreferrer">Manoel Costa</A></P> 2023-08-14T13:41:22+02:00 https://community.sap.com/t5/product-lifecycle-management-blog-posts-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-blog-posts-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/supply-chain-management-blog-posts-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">08/30/2024:</H2><H3 id="toc-hId-923397814">MII_ADMIN 15.5 SP 000 Patch 25:</H3><UL><LI>LogDbRowcount | Added a new MII System Job to log row count for database tables, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3485317" target="_blank" rel="noopener noreferrer">3485317</A></LI></UL><H3 id="toc-hId-726884309">XMII 15.5 SP 000 Patch 41:</H3><UL><LI>LogDbRowcount | Added a new MII System Job to log row count for database tables, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3485317" target="_blank" rel="noopener noreferrer">3485317</A></LI></UL><H2 id="toc-hId-401288085">08/28/2024:</H2><H3 id="toc-hId-333857299">MII_ADMIN 15.4 SP 001 Patch 23:</H3><UL><LI>LogDbRowcount | Added a new MII System Job to log row count for database tables, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3485317" target="_blank" rel="noopener noreferrer">3485317</A></LI></UL><H3 id="toc-hId-137343794">XMII 15.4 SP 001 Patch 51:</H3><UL><LI>Added disable automatic follow redirects option to HTTP Post Action Block, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3493822" target="_blank" rel="noopener noreferrer">3493822</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>LogDbRowcount | Added a new MII System Job to log row count for database tables, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3485317" target="_blank" rel="noopener noreferrer">3485317</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></UL><H2 id="toc-hId--188252430">08/21/2024:</H2><H3 id="toc-hId--255683216">MII_ADMIN 15.5 SP 001 Patch 12:</H3><UL><LI>PCo query fails in summer time skip period, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3503051" target="_blank" rel="noopener noreferrer">3503051</A></LI><LI>LogDbRowcount | Added a new MII System Job to log row count for database tables, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3485317" target="_blank" rel="noopener noreferrer">3485317</A></LI></UL><H3 id="toc-hId--452196721">XMII 15.5 SP 001 Patch 20:</H3><UL><LI>Security roles are not imported along with projects imported in System Management, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3491784" target="_blank" rel="noopener noreferrer">3491784</A></LI><LI>MII Workbench Support using SAP Machine 17/21, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3492652" target="_blank" rel="noopener noreferrer">3492652</A></LI><LI>PCo query fails in summer time skip period, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3503051" target="_blank" rel="noopener noreferrer">3503051</A></LI><LI>LogDbRowcount | Added a new MII System Job to log row count for database tables, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3485317" target="_blank" rel="noopener noreferrer">3485317</A></LI></UL><H2 id="toc-hId--777792945">7/30/2024:</H2><H3 id="toc-hId--920455100">MII_ADMIN 15.3 SP 001 Patch 29:</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>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><H3 id="toc-hId--1116968605">XMII 15.3 SP 001 Patch 58:</H3><UL><LI>MII Schedulers fails after Netweaver SP29 upgrade due to exception in update query on XMII_TRANSACTIONS, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3490586" target="_blank" rel="noopener noreferrer">3490586</A></LI><LI>Added disable automatic follow redirects option to HTTP Post Action Block, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3493822" target="_blank" rel="noopener noreferrer">3493822</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><LI>GetDBTablesRowCount | Added the XMII_DBG* tables to the report, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3486435" target="_blank" rel="noopener noreferrer">3486435</A></LI></UL><H2 id="toc-hId--1020079103">07/29/2024:</H2><H3 id="toc-hId--1509995615">XMII 15.5 SP 000 Patch 40:</H3><UL><LI>XML to JSON Converter Issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3478018" target="_blank" rel="noopener noreferrer">3478018</A></LI><LI>GetDBTablesRowCount | Added the XMII_DBG* tables to the report, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3486435" target="_blank" rel="noopener noreferrer">3486435</A></LI><LI>MII Schedulers fails after Netweaver SP29 upgrade due to exception in update query on XMII_TRANSACTIONS, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3490586" target="_blank" rel="noopener noreferrer">3490586</A></LI><LI>Security roles are not imported along with projects imported in System Management, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3491784" target="_blank" rel="noopener noreferrer">3491784</A></LI><LI>Added disable automatic follow redirects option to HTTP Post Action Block, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3493822" target="_blank" rel="noopener noreferrer">3493822</A></LI></UL><H2 id="toc-hId--1413106113">07/18/2024:</H2><H3 id="toc-hId--1903022625">XMII 15.5 SP 001 Patch 19:</H3><UL><LI>Added disable automatic follow redirects option to HTTP Post Action Block, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3493822" target="_blank" rel="noopener noreferrer">3493822</A></LI></UL><H2 id="toc-hId--1806133123">07/17/2024:</H2><H3 id="toc-hId-1998917661">MII_ADMIN 15.4 SP 001 Patch 22:</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>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><H3 id="toc-hId-1802404156">XMII 15.4 SP 001 Patch 50:</H3><UL><LI>MII Schedulers fails after Netweaver SP29 upgrade due to exception in update query on XMII_TRANSACTIONS, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3490586" target="_blank" rel="noopener noreferrer">3490586</A></LI><LI>Security roles are not imported along with projects imported in System Management, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3491784" target="_blank" rel="noopener noreferrer">3491784</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><LI>XML to JSON Converter Issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3478018" target="_blank" rel="noopener noreferrer">3478018</A></LI><LI>GetDBTablesRowCount | Added the XMII_DBG* tables to the report, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3486435" target="_blank" rel="noopener noreferrer">3486435</A></LI></UL><H2 id="toc-hId-1899293658">07/05/2024:</H2><H3 id="toc-hId-1577560837">XMII 15.5 SP 001 Patch 18:</H3><UL><LI>XMII_TRANSACTIONS | Increasing the length of thread name columns to 1000 characters, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3490586" target="_blank" rel="noopener noreferrer">3490586</A></LI><LI>UIElementRadioButtonM | SSCE UI Element Radio Button bad styling when selected, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3480775" target="_blank" rel="noopener noreferrer">3480775</A></LI><LI>Save destination folder path goes up one level after each folder export, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3481280" target="_blank" rel="noopener noreferrer">3481280</A></LI><LI>New folder cancellation - appropriate message is not displayed, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3483523" target="_blank" rel="noopener noreferrer">3483523</A></LI><LI>GetDBTablesRowCount | Added the XMII_DBG* tables to the report, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3486435" target="_blank" rel="noopener noreferrer">3486435</A></LI></UL><H2 id="toc-hId-1674450339"><BR />6/28/2024:</H2><H3 id="toc-hId-1184533827">XMII 15.3 SP 001 Patch 57:</H3><UL><LI>Scheduler jobs disappearing, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3476306" target="_blank" rel="noopener noreferrer">3476306</A></LI><LI>SAP MII - Processing rules - Export issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3468097" target="_blank" rel="noopener noreferrer">3468097</A></LI><LI>Save destination folder path goes up one level after each folder export, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3481280" target="_blank" rel="noopener noreferrer">3481280</A></LI><LI>New folder cancellation - appropriate message is not displayed, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3483523" target="_blank" rel="noopener noreferrer">3483523</A></LI></UL><H2 id="toc-hId-1281423329">06/26/2024:</H2><H3 id="toc-hId-791506817">XMII 15.4 SP 001 Patch 49:</H3><UL><LI>New folder cancellation - appropriate message is not displayed, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3483523" target="_blank" rel="noopener noreferrer">3483523</A></LI><LI>Scheduler jobs disappearing, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3476306" target="_blank" rel="noopener noreferrer">3476306</A></LI><LI>SAP MII - Processing rules - Export issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3468097" target="_blank" rel="noopener noreferrer">3468097</A></LI><LI>Save destination folder path goes up one level after each folder export, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3481280" target="_blank" rel="noopener noreferrer">3481280</A></LI></UL><H2 id="toc-hId-888396319">06/25/2024:</H2><H3 id="toc-hId-398479807">MII_ADMIN 15.5 SP 000 Patch 23:</H3><UL><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><H3 id="toc-hId-201966302">XMII 15.5 SP 000 Patch 39:</H3><UL><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><LI>Scheduler jobs disappearing, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3476306" target="_blank" rel="noopener noreferrer">3476306</A></LI><LI>SAP MII - Processing rules - Export issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3468097" target="_blank" rel="noopener noreferrer">3468097</A></LI><LI>Save destination folder path goes up one level after each folder export, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3481280" target="_blank" rel="noopener noreferrer">3481280</A></LI><LI>New folder cancellation - appropriate message is not displayed, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3483523" target="_blank" rel="noopener noreferrer">3483523</A></LI></UL><H2 id="toc-hId-298855804">06/14/2024:</H2><H3 id="toc-hId--191060708">XMII 15.5 SP 001 Patch 17:</H3><UL><LI>SAP MII - Processing rules - Export issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3468097" target="_blank" rel="noopener noreferrer">3468097</A></LI><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>Scheduler jobs disappearing, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3476306" target="_blank" rel="noopener noreferrer">3476306</A></LI><LI>XML to JSON Converter Issue, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3478018" target="_blank" rel="noopener noreferrer">3478018</A></LI></UL><H2 id="toc-hId-74012485">06/06/2024:</H2><H3 id="toc-hId--415904027">MII_ADMIN 15.3 SP 001 Patch 27:</H3><UL><LI>Schedule pattern allows saving of invalid values, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3471431" target="_blank" rel="noopener noreferrer">3471431</A></LI></UL><H3 id="toc-hId--612417532">XMII 15.3 SP 001 Patch 56:</H3><UL><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>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>Schedule pattern allows saving of invalid values, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3471431" target="_blank" rel="noopener noreferrer">3471431</A></LI></UL><H2 id="toc-hId--515528030">06/01/2024:</H2><H3 id="toc-hId--1005444542">MII_ADMIN 15.4 SP 001 Patch 20:</H3><UL><LI>Schedule pattern allows saving of invalid values, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3471431" target="_blank" rel="noopener noreferrer">3471431</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></UL><H3 id="toc-hId--1201958047">XMII 15.4 SP 001 Patch 48:</H3><UL><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>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>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>Logs Addition: - 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>History | adding back the columns removed by SAP Note 3442938, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3470060" target="_blank" rel="noopener noreferrer">3470060</A></LI><LI>Schedule pattern allows saving of invalid values, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3471431" target="_blank" rel="noopener noreferrer">3471431</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>Catalog Query with formula does not give correct result, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3324351" target="_blank" rel="noopener noreferrer">3324351</A></LI></UL><H2 id="toc-hId--1105068545">5/30/2024:</H2><H3 id="toc-hId--1594985057">MII_ADMIN 15.5 SP 000 Patch 22:</H3><UL><LI>Schedule pattern allows saving of invalid values, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3471431" target="_blank" rel="noopener noreferrer">3471431</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>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>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></UL><H3 id="toc-hId--1791498562">XMII 15.5 SP 000 Patch 38:</H3><UL><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>Schedule pattern allows saving of invalid values, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3471431" target="_blank" rel="noopener noreferrer">3471431</A></LI><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>History | adding back the columns removed by SAP Note 3442938, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3470060" target="_blank" rel="noopener noreferrer">3470060</A></LI><LI>Logs Addition: - 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>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></UL><H2 id="toc-hId--1694609060">5/23/2024:</H2><H3 id="toc-hId--2016341881">MII_ADMIN 15.5 SP 001 Patch 10:</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></UL><H3 id="toc-hId-2082111910">XMII 15.5 SP 001 Patch 16:</H3><UL><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>Logs Addition: - 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>History | adding back the columns removed by SAP Note 3442938, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3470060" target="_blank" rel="noopener noreferrer">3470060</A></LI><LI>UIElementTextFieldM TextField shows with wrong style on value change, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3470582" target="_blank" rel="noopener noreferrer">3470582</A></LI><LI>Schedule pattern allows saving of invalid values, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3471431" target="_blank" rel="noopener noreferrer">3471431</A></LI><LI>Catalog Query with formula does not give correct result, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3324351" target="_blank" rel="noopener noreferrer">3324351</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></UL><H2 id="toc-hId--2115965884">5/21/2024:</H2><H3 id="toc-hId-1689084900">MII_ADMIN 15.3 SP 001 Patch 26:</H3><UL><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>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></UL><H3 id="toc-hId-1492571395">XMII 15.3 SP 001 Patch 55:</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><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>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>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>Catalog Query with formula does not give correct result, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3324351" target="_blank" rel="noopener noreferrer">3324351</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>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-1589460897">5/7/2024:</H2><H3 id="toc-hId-1099544385">XMII 15.4 SP 001 Patch 47:</H3><UL><LI>Catalog query with production events returns Non-PE for valid data, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3333520" target="_blank" rel="noopener noreferrer">3333520</A></LI><LI>No entities displayed in OData Modeller, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3279995" target="_blank" rel="noopener noreferrer">3279995</A></LI></UL><H2 id="toc-hId-1196433887">5/3/2024:</H2><H3 id="toc-hId-706517375">MII_ADMIN 15.5 SP 001 Patch 9:</H3><UL><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></UL><H3 id="toc-hId-510003870">XMII 15.5 SP 001 Patch 15:</H3><UL><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>Catalog query with production events returns Non-PE for valid data, note <A href="http://service.sap.com/~form/handler?_APP=01100107900000000342&amp;_EVENT=DISPL_TXT&amp;_NNUM=3333520" target="_blank" rel="noopener noreferrer">3333520</A></LI></UL><H2 id="toc-hId-775077063"><BR />4/26/2024:</H2><H3 id="toc-hId-285160551">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-88647046">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-185536548">4/24/2024:</H2><H3 id="toc-hId--304379964">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--207490462">4/19/2024:</H2><H3 id="toc-hId--697406974">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--893920479">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--797030977">4/12/2024:</H2><H3 id="toc-hId--1286947489">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--1315277303">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--1218387801">4/10/2024:</H2><H3 id="toc-hId--1708304313">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--1904817818">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--1807928316"><BR />03/19/2024:</H2><H3 id="toc-hId-1997122468">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-2094011970">03/14/2024:</H2><H3 id="toc-hId-1604095458">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-1407581953">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-1504471455">03/11/2024:</H2><H3 id="toc-hId-1182738634">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-986225129">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-1083114631">03/07/2024:</H2><H3 id="toc-hId-593198119">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-396684614">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-493574116">03/05/2024:</H2><H3 id="toc-hId-3657604">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--192855901">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--95966399">02/16/2024:</H2><H3 id="toc-hId--585882911">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--614212725">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--517323223">02/09/2024:</H2><H3 id="toc-hId--1007239735">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--910350233">02/06/2024:</H2><H3 id="toc-hId--1400266745">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--1596780250">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--1499890748">01/17/2024:</H2><H3 id="toc-hId--1989807260">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--1892917758">01/12/2024:</H2><H3 id="toc-hId-1912133026">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/supply-chain-management-blog-posts-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/supply-chain-management-blog-posts-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 https://community.sap.com/t5/supply-chain-management-blog-posts-by-members/usage-of-mdo-in-sap-mii-amp-sap-ui5-application-development-to-consume-the/ba-p/13694430 Usage of MDO in SAP MII & SAP Ui5 Application Development to consume the MDO Data 2024-05-20T13:57:33.657000+02:00 murali_manohar https://community.sap.com/t5/user/viewprofilepage/user-id/121206 <P>Hello SAPians,</P><P>In this Blog post, I would like to take you through the concept of MDOs in SAP MII where, I would like to provide the step-by-step process to create a MDO object (as a data table) and use the MDO object to perform different types of CRUD operations and also create a SAP Ui5 Application which consumes the MDO queries to manipulate the data using different functions and deploy the application in SAP MII.</P><P>So, let's start with <STRONG>What is a MDO and why should we use an MDO in our applications?</STRONG></P><P>An MDO is a semantic layer and level of abstraction on top of SAP MII data acquisition mechanisms, such as query templates &amp; transactions.</P><P>There are two types of MDOs that can be configured such as:</P><P><STRONG>1. Persistent MDO</STRONG> - when the data provider for the object is executed, the system persists the data that is returned.</P><P><STRONG>2. On-Demand MDO&nbsp;</STRONG>- when the data provider for the object is executed, the data is not persisted. Instead, the data is returned from the data source in the real-time.</P><P><SPAN>MDO is tightly coupled with your MII content and it is even defined inside of the MII Workbench along with the rest of your MII content. It also has a lifecycle tied to it which means that the definition for the management of its data is also part of the object definition which simplifies the complexity of the data management.<BR /></SPAN><SPAN>The MDO object still related one to one with a table in the NetWeaver database and will scale to whatever size the underlying NetWeaver database allows you to but it will not allow you to setup primary &amp; foreign key dependencies, triggers, sequences, or anything else that Open SQL does not support.</SPAN></P><P><SPAN>you can get to more about the SAP MDO from the <A href="https://help.sap.com/docs/SAP_MANUFACTURING_INTEGRATION_AND_INTELLIGENCE/d70c3ac3566b41dd896cd7cecc94e14a/4cf414379bcd7181e10000000a15822d.html?locale=en-US" target="_self" rel="noopener noreferrer">SAP MII help portal</A></SPAN></P><P><SPAN>Now, let's see how to create a MDO object, define the attributes and develop necessary CRUD operation queries using the MDO object.</SPAN></P><P><SPAN><div class="video-embed-center video-embed"><iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FXR4wmEikl1A%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DXR4wmEikl1A&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FXR4wmEikl1A%2Fhqdefault.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="200" height="112" scrolling="no" title="Basic Usage of MDOs in SAP MII" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe></div></SPAN></P><P>Below are the URLs to use the MDO queries as web services and consume them in different places (be it in a SAP Ui5 web applications)</P><P>1. Insert Data:<BR />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<A target="_blank" rel="noopener">http://&lt;server&gt;:&lt;port&gt;/XMII/Illuminator?QueryTemplate=&lt;YourInsertQueryPath&gt;&amp;Param.1=&lt;value&gt;&amp;Param.2=&lt;value&gt;&amp;Param.3=&lt;value&gt;&amp;Param.4=&lt;value&gt;&amp;Param.5=&lt;value&gt;&amp;Param.6=&lt;value&gt;</A></P><P>2. Update Data:&nbsp;<BR />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <A target="_blank" rel="noopener">http://&lt;server&gt;:&lt;port&gt;/XMII/Illuminator?QueryTemplate=&lt;YourUpdateQueryPath&gt;&amp;Param.1=&lt;value&gt;&amp;Param.2=&lt;value&gt;&amp;Param.3=&lt;value&gt;</A></P><P>3. Delete Data:&nbsp;<BR />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <A target="_blank" rel="noopener">http://&lt;server&gt;:&lt;port&gt;/XMII/Illuminator?QueryTemplate=&lt;YourDeleteQueryPath&gt;&amp;Param.1=&lt;value&gt;</A></P><P>4. Retrieve Data:<BR />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <A target="_blank" rel="noopener">http://&lt;server&gt;:&lt;port&gt;/XMII/Illuminator?QueryTemplate=&lt;YourSelectQueryPath&gt;</A></P><P>As we are ready with our requires MDOs queries, let's start creating a SAP Ui5 web application in VS code/BAS Tool(easier in VScode/BAS Tool when compared to Developing a web application in SAP MII workbench)</P><P>As we know, SAP Ui5 application follows MVC architecture, we develop application using Model, View &amp; controller in the application. The project structure would be as follows:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="murali_manohar_2-1715702349619.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/110370i19BE699EEC733E2D/image-size/medium?v=v2&amp;px=400" role="button" title="murali_manohar_2-1715702349619.png" alt="murali_manohar_2-1715702349619.png" /></span></P><P>In this application, we are embedding the model within the controller itself i.e where we are consuming the MDO queries as web services. Hence, there is no Model folder/File here. For full fledged SAP ui5 application, please follow the SAP Ui5 guidelines for developing the web application.</P><P>Now, let's&nbsp;start developing a Web application which consumes the following MDO queries and display the data in the tabular format.</P><P>The below is the ui5 web application demo using MDOs &amp; corresponding MDO queries created in SAP MII as data source for the web application</P><P><div class="video-embed-center video-embed"><iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FaApBEeU9S5A%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DaApBEeU9S5A&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FaApBEeU9S5A%2Fhqdefault.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="200" height="112" scrolling="no" title="Ui5 Application Demo" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe></div></P><P>Below is the code snippet that is responsible for achieving the above web application.</P><P><STRONG>index.html</STRONG></P><P>&nbsp;</P><P>&nbsp;</P><pre class="lia-code-sample language-markup"><code>&lt;html&gt; &lt;head&gt; &lt;script src="https://ui5.sap.com/1.122.0/resources/sap-ui-core.js" data-sap-ui-libs="sap.m" data-sap-ui-theme="sap_belize_plus" data-sap-ui-resourceroots='{ "am":"./" }' data-sap-ui-bindingSyntax="complex"&gt; &lt;/script&gt; &lt;script&gt; var oView=new sap.ui.view({ id:"xmlV", viewName:"am.view.view1", type:"XML" }); oView.placeAt("uiHere"); &lt;/script&gt; &lt;/head&gt; &lt;body class="sapUiBody"&gt; &lt;div id="uiHere"&gt;&lt;/div&gt; &lt;/body&gt; &lt;/html&gt;</code></pre><P>&nbsp;</P><P>&nbsp;</P><P>Here, in the index.html we are performing the bootstrap with SAP Ui5 libraries and creating a view objects which pulls the all the ui elements defined in the view code and places the Ui elements in the division tag of the body.</P><P><STRONG>Main.view.xml</STRONG></P><P>&nbsp;</P><P>&nbsp;</P><pre class="lia-code-sample language-markup"><code>&lt;mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" xmlns:f="sap.ui.layout.form" xmlns:t="sap.ui.table" xmlns:c="sap.ui.core" xmlns:f1="sap.f" controllerName="am.controller.Main"&gt; &lt;Page title="Employee Data"&gt; &lt;f:SimpleForm backgroundDesign="Solid" editable="true" id="simpleForm"&gt; &lt;Label text="Employee Name" labelFor="EmpName" /&gt; &lt;Input id="EmpName" required="true" width="30%" /&gt; &lt;Label text="Employee ID" labelFor="EmpId" /&gt; &lt;Input id="EmpId" required="true" width="30%" /&gt; &lt;Label text="Gender" labelFor="Gen" /&gt; &lt;Input id="Gen" required="true" width="30%" /&gt; &lt;Label text="Age" labelFor="Age" /&gt; &lt;Input id="Age" required="true" width="30%" /&gt; &lt;Label text="Salary" labelFor="sal" /&gt; &lt;Input id="Sal" required="true" width="30%" /&gt; &lt;Label text="Designation" labelFor="Des" /&gt; &lt;Input id="Des" required="true" width="30%" /&gt; &lt;Label text="Location" labelFor="Loc" /&gt; &lt;Input id="Loc" required="true" width="30%" /&gt; &lt;/f:SimpleForm&gt; &lt;Toolbar&gt; &lt;Button text="Insert New Employee" press="insertEmp"&gt;&lt;/Button&gt; &lt;Button text="Update Employee Record" press="updateEmp"&gt;&lt;/Button&gt; &lt;Button text="Delete Employee" press="deleteEmp"&gt;&lt;/Button&gt; &lt;Button icon="sap-icon://synchronize" press="refresh" &gt;&lt;/Button&gt; &lt;Button icon="sap-icon://clear-all" press="clearAllFields" &gt;&lt;/Button&gt; &lt;/Toolbar&gt; &lt;f1:DynamicPage&gt; &lt;f1:content&gt; &lt;t:Table id="emptab" selectionMode="Single" rows="{SEModel&gt;/Rowsets/Rowset/0/Row}"&gt; &lt;t:extension&gt; &lt;OverflowToolbar style="Clear"&gt; &lt;Title text="Employee Records" textAlign="Center"/&gt; &lt;/OverflowToolbar&gt; &lt;/t:extension&gt; &lt;t:columns&gt; &lt;t:Column width="11rem"&gt; &lt;Label text="Employee Name" /&gt; &lt;t:template&gt; &lt;Text text="{SEModel&gt;EmpName}" wrapping="false" /&gt; &lt;/t:template&gt; &lt;/t:Column&gt; &lt;t:Column width="11rem"&gt; &lt;Label text="Employee ID" /&gt; &lt;t:template&gt; &lt;Text text="{SEModel&gt;EmpID}" wrapping="false" /&gt; &lt;/t:template&gt; &lt;/t:Column&gt; &lt;t:Column width="9rem"&gt; &lt;Label text="Gender" /&gt; &lt;t:template&gt; &lt;Text text="{SEModel&gt;Gender}" wrapping="false" /&gt; &lt;/t:template&gt; &lt;/t:Column&gt; &lt;t:Column width="9rem"&gt; &lt;Label text="Age" /&gt; &lt;t:template&gt; &lt;Text text="{SEModel&gt;Age}" wrapping="false" /&gt; &lt;/t:template&gt; &lt;/t:Column&gt; &lt;t:Column width="7rem"&gt; &lt;Label text="Salary" /&gt; &lt;t:template&gt; &lt;Text text="{SEModel&gt;Salary}" wrapping="false" /&gt; &lt;/t:template&gt; &lt;/t:Column&gt; &lt;t:Column width="11rem"&gt; &lt;Label text="Designation" /&gt; &lt;t:template&gt; &lt;Text text="{SEModel&gt;Designation}" wrapping="false" /&gt; &lt;/t:template&gt; &lt;/t:Column&gt; &lt;t:Column width="11rem"&gt; &lt;Label text="Location" /&gt; &lt;t:template&gt; &lt;Text text="{SEModel&gt;Location}" wrapping="false" /&gt; &lt;/t:template&gt; &lt;/t:Column&gt; &lt;/t:columns&gt; &lt;/t:Table&gt; &lt;/f1:content&gt; &lt;/f1:DynamicPage&gt; &lt;/Page&gt; &lt;/mvc:View&gt;</code></pre><P>&nbsp;</P><P>&nbsp;</P><P>In View code, we have we have placed all the necessary input fields and a table to display the data, we can bind the data using different binding modes such as&nbsp;</P><OL><LI>Property Binding</LI><LI>Expression Binding</LI><LI>Aggregation Binding</LI><LI>Element Binding</LI></OL><P>Here, i have used property binding to display the employee details in the table.</P><P><STRONG>Main.controller.js</STRONG></P><P>&nbsp;</P><P>&nbsp;</P><pre class="lia-code-sample language-javascript"><code>sap.ui.define([ 'sap/ui/core/mvc/Controller' , 'sap/ui/model/json/JSONModel' ],function(oCon,JSONModel) { 'use strict'; return oCon.extend("am.controller.Main",{ onInit:function(){ var SEModel=new JSONModel("/XMII/Illuminator?QueryTemplate=&lt;Path&gt;/SelectEmpData&amp;Content-Type=text/json"); this.getView().setModel(SEModel,"SEModel"); }, refresh:function(){ var SEModel=new JSONModel("/XMII/Illuminator?QueryTemplate=&lt;Path&gt;/SelectEmpData&amp;Content-Type=text/json"); var E=this.getView().setModel(SEModel,"SEModel"); return E; sap.m.MessageToast.show("Data Refreshed!",{ duration:2000, width:"55em", }); }, insertEmp:function(){ var empName=this.getView().byId("EmpName").getValue(); var empId=this.getView().byId("EmpId").getValue(); var gen=this.getView().byId("Gen").getValue(); var age=this.getView().byId("Age").getValue(); var sal=this.getView().byId("Sal").getValue(); var des=this.getView().byId("Des").getValue(); var loc=this.getView().byId("Loc").getValue(); if(empName==""||empId==""||gen==""||age==""||sal==""||des==""||loc==""){ sap.m.MessageToast.show("please enter all the fields to create an Employee record!!",{ duration:2000, width:"55em", }); } else{ var IEModel= new JSONModel("/XMII/Illuminator?QueryTemplate=&lt;Path&gt;/InsertEmpData&amp;Param.1="+empName+"&amp;Param.2="+empId+ "&amp;Param.3="+gen+"&amp;Param.4="+age+"&amp;Param.5="+sal+"&amp;Param.6="+des+"&amp;Param.7="+loc); this.getView().setModel(IEModel,"IEModel"); sap.m.MessageToast.show("New Employee record created successfully!!!",{ duration:2000, width:"55em", }); } }, updateEmp:function(){ var empId=this.getView().byId("EmpId").getValue(); var sal=this.getView().byId("Sal").getValue(); var des=this.getView().byId("Des").getValue(); var loc=this.getView().byId("Loc").getValue(); if(empId==""||sal==""||des==""||loc==""){ sap.m.MessageToast.show("please enter Employee ID, Salary, Designation &amp; Location to update a Employee record!!",{ duration:2000, width:"55em", }); } var UEModel= new JSONModel("/XMII/Illuminator?QueryTemplate=&lt;Path&gt;/UpdateEmpData&amp;Param.1="+empId+"&amp;Param.2="+sal+"&amp;Param.3="+des+"&amp;Param.4="+loc); this.getView().setModel(UEModel,"UEModel"); sap.m.MessageToast.show("Employee Record Updated Successfully!!",{ duration:2000, width:"55em", }); }, clearAllFields:function() { this.getView().byId("EmpName").setValue(""); this.getView().byId("EmpId").setValue(""); this.getView().byId("Gen").setValue(""); this.getView().byId("Age").setValue(""); this.getView().byId("Sal").setValue(""); this.getView().byId("Des").setValue(""); this.getView().byId("Loc").setValue(""); }, deleteEmp:function(){ var empId=this.getView().byId("EmpId").getValue(); if(empId==""){ sap.m.MessageToast.show("please enter Employee ID to delete an Employee record!!",{ duration:2000, width:"55em", }); } var UEModel= new JSONModel("/XMII/Illuminator?QueryTemplate=&lt;Path&gt;/DeleteEmpData&amp;Param.1="+empId); this.getView().setModel(UEModel,"UEModel"); sap.m.MessageToast.show("Employee Record deleted Successfully!!",{ duration:2000, width:"55em", }); } }); });</code></pre><P>&nbsp;</P><P>&nbsp;</P><P>In controller code, we have defined the functions to trigger an event whenever a button is clicked and create a named JSON model and loaded the model using the illuminator services of the MDO queries created earlier.</P><P>once the application is developed, we need to create a manifest.json file within the webapp folder, which is an application description file holds the application properties such as application type, id, etc..</P><P><STRONG>Manifest.json</STRONG></P><P>&nbsp;</P><P>&nbsp;</P><pre class="lia-code-sample language-json"><code>{ "sap.app":{ "id":"MDOapp", "type":"application" } }</code></pre><P>&nbsp;</P><P>&nbsp;</P><P>you can find more information on Application descriptor file&nbsp;<A href="https://sapui5.hana.ondemand.com/sdk/#/topic/3a9babace121497abea8f0ea66e156d9" target="_blank" rel="noopener nofollow noreferrer">here</A>&nbsp;</P><P>once all the above files are developed, you can create the ui5 web project by following the below guidelines:&nbsp;</P><P class="lia-indent-padding-left-30px" style="padding-left : 30px;"><STRONG>Note:</STRONG> The following commands has to be executed within the project but outside webapp folder</P><UL><LI>Initiate a node project using&nbsp;<STRONG>npm init&nbsp;</STRONG> in the terminal of VScode/BAS tool - this should create a package.json file in the project folder.</LI><LI>now, we initiate a ui5 project using&nbsp;<STRONG>ui5 init</STRONG> - this should create a ui5.yaml file&nbsp;</LI><LI>you can now test the project by using the command <STRONG>ui5 serve -o index.html</STRONG> which open the ui5 web application in the browser without any errors and your application will be displayed on the browser.</LI></UL><P><STRONG>Deployment of SAP Ui5 App in SAP MII:</STRONG></P><UL><LI>once the ui5 application is built using the above guidelines, export the code from VS Code/BAS Tool to a project specific location.</LI><LI>now open SAP MII workbench and navigate to the&nbsp;Web Tab of SAP MII project where you want to deploy the application.</LI><LI>Right click on the project --&gt; import --&gt; select the Ui5 project folder --&gt; open. Now the application is deployed in the SAP MII.</LI><LI>For Testing, open the project --&gt; web app folder --&gt; right click on index.html(basically landing page of the application) copy url and open it in browser, your sap ui5 application should load without any issue.</LI><LI>or, you can test by opening the index.html file and click on test icon on the top-right of MII Menu bar.</LI></UL><P>I hope, this blog provides you the basic knowledge of creation of MDO objects, queries and its consumption in a SAP Ui5 application. Please do let me know if you have any queries or suggestions.</P><P><FONT color="#3366FF"><STRONG>Note:&nbsp;</STRONG> Please note that this is a basic SAP Ui5 application to demonstrate the usage of MDO objects and queries in SAP MII.</FONT></P><P>Thank You!</P><P>*VSCode - Visual Studio Code<BR />*BAS - Business Application Studio<BR />*MDO - Manufacturing Data Objects</P><P>&nbsp;</P> 2024-05-20T13:57:33.657000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-members/30-day-sap-pp-module-series/ba-p/14083193 📅 30-Day SAP PP Module Series 2025-04-29T16:56:37.245000+02:00 SamiNas https://community.sap.com/t5/user/viewprofilepage/user-id/38642 <P><SPAN>Hello SAP Community!</SPAN></P><P><SPAN>I’m thrilled to share that I’ll be launching a 30-day educational SAP Community series focused entirely on SAP Production Planning (SAP PP) starting May 1, 2025!</SPAN></P><P><SPAN>This series is designed to support:</SPAN></P><UL><LI><SPAN>SAP consultants (functional &amp; technical)</SPAN></LI><LI><SPAN>Production and supply chain professionals</SPAN></LI><LI><SPAN>Newcomers to SAP S/4HANA</SPAN></LI><LI><SPAN>Anyone looking to sharpen their PP knowledge</SPAN></LI></UL><P><STRONG>What You Can Expect</STRONG></P><P><SPAN>Each day, I’ll be sharing concise, visual-rich posts covering:</SPAN></P><UL><LI><SPAN>Core SAP PP concepts (BOM, Routings, MRP)</SPAN></LI><LI><SPAN>Discrete vs. Process vs. Repetitive manufacturing</SPAN></LI><LI><SPAN>Capacity planning, order management, and costing</SPAN></LI><LI><SPAN>Fiori apps, embedded analytics, and S/4HANA innovations</SPAN></LI><LI><SPAN>Integration with MM, SD, QM, CO, and more</SPAN></LI><LI><SPAN>Use cases, pro tips, and real-world examples</SPAN></LI></UL><P><STRONG>How to Join the Series</STRONG></P><UL><LI><SPAN>Follow me on SAP Community</SPAN></LI><LI><SPAN>Invite your team members or peers who might benefit</SPAN></LI><LI><SPAN>Engage with questions and share your own insights</SPAN></LI></UL><P><SPAN>This is a great opportunity to brush up on your SAP PP fundamentals or go deeper into advanced topics like MRP Live, Batch Management, or PP in the Cloud.</SPAN></P><P><SPAN>Looking forward to learning, sharing, and connecting with many of you during this knowledge journey! Here is the curriculum I have prepared:</SPAN></P><H3 id="toc-hId-1838287650"><STRONG><BR />Week 1: Foundations of SAP PP</STRONG></H3><P class=""><A href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/day-1-30-kickoff-what-is-sap-pp/ba-p/14089801?emcs_t=S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufE1BQVRNREo3UEFIOFc4fDE0MDg5ODAxfFNVQlNDUklQVElPTlN8aEs" target="_self"><STRONG>Day 1: Introduction to SAP PP</STRONG></A></P><UL><LI><P class="">Overview of SAP PP and its role in ERP</P></LI><LI><P class="">Brief history and evolution of PP</P></LI><LI><P class="">Common industry applications</P></LI></UL><P class=""><STRONG>Day 2: Organizational Structure in SAP PP</STRONG></P><UL><LI><P class="">Plants, Storage Locations, and Work Centers</P></LI><LI><P class="">Example scenarios with visuals</P></LI><LI><P class="">Best practices for structure optimization</P></LI></UL><P class=""><STRONG>Day 3: Master Data Essentials</STRONG></P><UL><LI><P class="">Material Master</P></LI><LI><P class="">Bill of Materials (BOM)</P></LI><LI><P class="">Work Centers and Routings</P></LI></UL><P class=""><STRONG>Day 4: Detailed Exploration of Bill of Materials (BOM)</STRONG></P><UL><LI><P class="">Types of BOM (Material, Equipment, Functional Location)</P></LI><LI><P class="">Practical example with screenshots</P></LI></UL><P class=""><STRONG>Day 5: Work Center Configuration and Management</STRONG></P><UL><LI><P class="">Purpose and key configurations</P></LI><LI><P class="">Capacity planning integration</P></LI></UL><P class=""><STRONG>Day 6: Routings and Operations Management</STRONG></P><UL><LI><P class="">Detailed explanation with screenshots</P></LI><LI><P class="">How routings influence scheduling</P></LI></UL><P class=""><STRONG>Day 7: Weekly Recap (Carousel Format)</STRONG></P><UL><LI><P class="">Summarize week's learnings with visual highlights</P></LI></UL><HR /><H3 id="toc-hId-1641774145"><STRONG>Week 2: Core Processes and Planning</STRONG></H3><P class=""><STRONG>Day 8: Material Requirements Planning (MRP)</STRONG></P><UL><LI><P class="">MRP concepts and types</P></LI><LI><P class="">Configuration basics</P></LI><LI><P class="">Visual example of MRP run</P></LI></UL><P class=""><STRONG>Day 9: MRP Live in SAP S/4HANA</STRONG></P><UL><LI><P class="">Differences from traditional MRP</P></LI><LI><P class="">Performance improvements and use-cases</P></LI></UL><P class=""><STRONG>Day 10: Demand Management</STRONG></P><UL><LI><P class="">Planned independent requirements (PIR) and customer independent requirements (CIR)</P></LI><LI><P class="">Demand strategies explained</P></LI></UL><P class=""><STRONG>Day 11: Capacity Planning in SAP PP</STRONG></P><UL><LI><P class="">Capacity leveling techniques</P></LI><LI><P class="">Common challenges and solutions</P></LI></UL><P class=""><STRONG>Day 12: Production Order Creation and Management</STRONG></P><UL><LI><P class="">Creating, releasing, and monitoring production orders</P></LI><LI><P class="">Practical tips for order management</P></LI></UL><P class=""><STRONG>Day 13: Discrete vs. Repetitive vs. Process Manufacturing</STRONG></P><UL><LI><P class="">Key differences explained</P></LI><LI><P class="">Industry-specific use-cases</P></LI></UL><P class=""><STRONG>Day 14: Interactive Poll</STRONG></P><UL><LI><P class="">Ask your audience about their biggest challenge in SAP PP</P></LI></UL><HR /><H3 id="toc-hId-1445260640"><STRONG>Week 3: Advanced Features &amp; Integration</STRONG></H3><P class=""><STRONG>Day 15: PP Integration with Other SAP Modules</STRONG></P><UL><LI><P class="">Integration with MM, SD, QM, CO</P></LI><LI><P class="">Practical examples and benefits</P></LI></UL><P class=""><STRONG>Day 16: SAP PP-PI (Production Planning for Process Industries)</STRONG></P><UL><LI><P class="">Special features for pharma, chemicals, and food industries</P></LI></UL><P class=""><STRONG>Day 17: Variant Configuration in SAP PP</STRONG></P><UL><LI><P class="">Benefits, challenges, and implementation steps</P></LI></UL><P class=""><STRONG>Day 18: Shop Floor Control and Execution</STRONG></P><UL><LI><P class="">Overview of shop floor processes</P></LI><LI><P class="">Role of SAP PP in Industry 4.0</P></LI></UL><P class=""><STRONG>Day 19: Batch Management and Traceability</STRONG></P><UL><LI><P class="">Importance of batches in quality control</P></LI><LI><P class="">Integration with SAP QM</P></LI></UL><P class=""><STRONG>Day 20: Reporting and Analytics in SAP PP</STRONG></P><UL><LI><P class="">Standard reports and analytics</P></LI><LI><P class="">Custom report examples</P></LI></UL><P class=""><STRONG>Day 21: Case Study</STRONG></P><UL><LI><P class="">Share a real-world success story (anonymized)</P></LI></UL><HR /><H3 id="toc-hId-1248747135"><STRONG>Week 4: Optimization &amp; Practical Tips</STRONG></H3><P class=""><STRONG>Day 22: Performance Optimization in SAP PP</STRONG></P><UL><LI><P class="">Common performance bottlenecks</P></LI><LI><P class="">Practical solutions</P></LI></UL><P class=""><STRONG>Day 23: Troubleshooting Common Issues</STRONG></P><UL><LI><P class="">Real-life examples of frequent errors and fixes</P></LI></UL><P class=""><STRONG>Day 24: Best Practices for SAP PP Implementation</STRONG></P><UL><LI><P class="">Checklist for successful PP implementations</P></LI></UL><P class=""><STRONG>Day 25: User Training and Adoption Strategies</STRONG></P><UL><LI><P class="">Tips for user training programs</P></LI></UL><P class=""><STRONG>Day 26: SAP PP and Cloud Solutions</STRONG></P><UL><LI><P class="">Using SAP PP with SAP S/4HANA Cloud</P></LI><LI><P class="">Benefits of cloud-based solutions</P></LI></UL><P class=""><STRONG>Day 27: Innovations and Future Trends</STRONG></P><UL><LI><P class="">AI, IoT, and their impact on SAP PP</P></LI></UL><P class=""><STRONG>Day 28: Expert Tips and Tricks</STRONG></P><UL><LI><P class="">Share lesser-known features or shortcuts</P></LI></UL><HR /><H3 id="toc-hId-1052233630"><STRONG>Week 5: Community Engagement &amp; Wrap-Up</STRONG></H3><P class=""><STRONG>Day 29: FAQ Session (Interactive Post)</STRONG></P><UL><LI><P class="">Answer top questions collected over the month</P></LI></UL><P class=""><STRONG>Day 30: Summary and Key Takeaways</STRONG></P><UL><LI><P class="">Recap of series highlights</P></LI><LI><P class="">Invitation to continue conversation and collaboration<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChatGPT Image Apr 22, 2025, 12_00_43 PM.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/253537i132F81C63C605158/image-size/large?v=v2&amp;px=999" role="button" title="ChatGPT Image Apr 22, 2025, 12_00_43 PM.png" alt="ChatGPT Image Apr 22, 2025, 12_00_43 PM.png" /></span></P></LI></UL> 2025-04-29T16:56:37.245000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-members/day-1-30-kickoff-what-is-sap-pp/ba-p/14089801 📅 Day 1/30 – Kickoff: What is SAP PP?🔧🏭📦 2025-05-05T10:30:42.886000+02:00 SamiNas https://community.sap.com/t5/user/viewprofilepage/user-id/38642 <P class=""><span class="lia-unicode-emoji" title=":pushpin:">📌</span> <STRONG>What is SAP PP?</STRONG><BR />SAP PP (Production Planning) is a module designed to <STRONG>plan, schedule, and control</STRONG> manufacturing processes. It plays a <STRONG>critical role</STRONG> in ensuring materials and resources are available for production while aligning production with demand.</P><P class=""><span class="lia-unicode-emoji" title=":rocket:">🚀</span> Whether you're in automotive, pharma, food, or discrete manufacturing, SAP PP helps businesses:<BR /><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> Optimize production processes<BR /><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> Reduce inventory costs<BR /><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> Increase delivery reliability<BR /><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> Align operations with business goals</P><P class="">🧱 <STRONG>Key Components</STRONG> include:</P><UL><LI><P class="">Material Master</P></LI><LI><P class="">Bill of Materials (BOM)</P></LI><LI><P class="">Work Centers &amp; Routings</P></LI><LI><P class="">Production Orders</P></LI><LI><P class="">MRP (Material Requirements Planning)</P></LI></UL><P class=""><span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:">🔍</span> In the next 30 days, I’ll walk you through core concepts, real-world use cases, advanced planning strategies, and tips from field experience <span class="lia-unicode-emoji" title=":tractor:">🚜</span><span class="lia-unicode-emoji" title=":building_construction:">🏗</span>️</P><P class=""><span class="lia-unicode-emoji" title=":ear:">👂</span><STRONG>Let’s start a conversation!</STRONG><BR />What’s your experience with SAP PP? Are you currently using it in your projects? Drop your thoughts or questions below! <span class="lia-unicode-emoji" title=":speech_balloon:">💬</span><span class="lia-unicode-emoji" title=":backhand_index_pointing_down:">👇</span></P><P class=""><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GenAI was used to help generate this content" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/256303iC2B187B850926C67/image-size/large?v=v2&amp;px=999" role="button" title="ChatGPT Image Apr 16, 2025, 07_34_39 PM.png" alt="GenAI was used to help generate this content" /><span class="lia-inline-image-caption" onclick="event.preventDefault();">GenAI was used to help generate this content</span></span></P> 2025-05-05T10:30:42.886000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-members/day-2-30-organizational-structure-in-sap-pp-the-blueprint-behind-the/ba-p/14093145 📅 Day 2/30 – Organizational Structure in SAP PP: The Blueprint Behind the Process 2025-05-06T13:15:56.851000+02:00 SamiNas https://community.sap.com/t5/user/viewprofilepage/user-id/38642 <P>Before you plan production or run MRP, you need to build the <STRONG>framework that everything else relies on</STRONG>: the <STRONG>Organizational Structure</STRONG> in SAP PP.<BR />This structure ensures that every material, machine, and movement happens in the right place, at the right time.</P><H3 id="toc-hId-1839211018"><span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:">🔍</span> <STRONG>Key Elements of SAP PP Organizational Structure</STRONG></H3><P class=""><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>Plant</STRONG><BR />The central unit for planning and execution — it can represent a factory, mill, or any production location.</P><P class=""><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>Storage Location</STRONG><BR />Sub-divides the plant to help track <STRONG>where materials are stored</STRONG> — raw materials, finished goods, etc.</P><P class=""><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>Work Center</STRONG><BR />Represents where operations are performed — machines, production lines, or even labor-based stations.</P><P class=""><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>Routing</STRONG><BR />Defines <STRONG>how</STRONG> the product is made — the sequence of operations assigned to work centers.</P><HR /><H3 id="toc-hId-1642697513">🧩 How It All Connects</H3><P class="">A product is manufactured in a <STRONG>Plant</STRONG>, using a <STRONG>Routing</STRONG> that defines tasks at different <STRONG>Work Centers</STRONG>, and the components come from <STRONG>Storage Locations</STRONG>.<BR />The way you set this up impacts <STRONG>capacity planning</STRONG>, <STRONG>costing</STRONG>, <STRONG>inventory</STRONG>, and even <STRONG>reporting</STRONG>.</P><HR /><P class=""><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> <STRONG>Pro Tip:</STRONG><BR />Avoid future pain by <STRONG>standardizing your naming conventions</STRONG> across plants and work centers. It simplifies data maintenance and makes your reporting far more effective!</P><P class=""><span class="lia-unicode-emoji" title=":speech_balloon:">💬</span> How many plants or work centers are you managing in your current SAP landscape? What challenges have you faced in structuring them effectively?</P><P class=""><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChatGPT Image May 5, 2025, 11_37_15 AM.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/257526iC7DBE1792F580595/image-size/large?v=v2&amp;px=999" role="button" title="ChatGPT Image May 5, 2025, 11_37_15 AM.png" alt="ChatGPT Image May 5, 2025, 11_37_15 AM.png" /></span></P> 2025-05-06T13:15:56.851000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-members/day-3-30-master-data-essentials-in-sap-pp/ba-p/14094547 📅 Day 3/30 – Master Data Essentials in SAP PP 🧩📚🏭 2025-05-07T10:37:50.938000+02:00 SamiNas https://community.sap.com/t5/user/viewprofilepage/user-id/38642 <P>In SAP PP, <STRONG>master data is the foundation</STRONG> upon which all planning, execution, and control processes are built. Just like you can’t build a house without bricks, you can’t run efficient production without properly maintained master data! <span class="lia-unicode-emoji" title=":building_construction:">🏗</span>️<span class="lia-unicode-emoji" title=":light_bulb:">💡</span></P><P class="">Here's a quick overview of the <STRONG>core master data objects</STRONG> in SAP PP:</P><HR /><P class=""><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG><span class="lia-unicode-emoji" title=":package:">📦</span> Material Master</STRONG><BR />The material master contains <STRONG>information on all the materials</STRONG> your company produces, procures, stores, or sells. It impacts everything — from production to purchasing and inventory.</P><P class=""><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG><span class="lia-unicode-emoji" title=":blue_book:">📘</span> Bill of Materials (BOM)</STRONG><BR />The BOM is a structured list of components needed to manufacture a product. Think of it as a <STRONG>recipe for manufacturing</STRONG> — including materials, subassemblies, and quantities.</P><P class=""><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG><span class="lia-unicode-emoji" title=":gear:">⚙️</span> Work Centers</STRONG><BR />These represent the <STRONG>physical locations</STRONG> where production operations are performed (e.g. machines, assembly lines). Work centers include key data such as capacity, scheduling formulas, and cost centers.</P><P class=""><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG><span class="lia-unicode-emoji" title=":clipboard:">📋</span> Routings</STRONG><BR />Routings define <STRONG>the sequence of operations</STRONG> required to produce a material. They are essential for planning lead times, capacity, and costing.</P><HR /><P class=""><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> <STRONG>Pro Tip:</STRONG><BR />Accurate and consistent master data is <STRONG>crucial for successful MRP runs, production orders, and cost calculations</STRONG>. Invest time in setting it up right — your downstream processes will thank you! <span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:">🔍</span><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span></P><P class=""><span class="lia-unicode-emoji" title=":speech_balloon:">💬</span> Do you manage master data in SAP? What’s the most challenging part in your experience — BOM changes, routing accuracy, or material classification?</P><P class=""><span class="lia-unicode-emoji" title=":backhand_index_pointing_down:">👇</span> Let me know in the comments!<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChatGPT Image May 6, 2025, 04_30_58 PM.png" style="width: 666px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/258116i2F81D383A679FC3A/image-size/large?v=v2&amp;px=999" role="button" title="ChatGPT Image May 6, 2025, 04_30_58 PM.png" alt="ChatGPT Image May 6, 2025, 04_30_58 PM.png" /></span></P> 2025-05-07T10:37:50.938000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-members/day-4-30-understanding-the-bill-of-materials-bom-in-sap-pp-%EF%B8%8F/ba-p/14095986 📅 Day 4/30 – Understanding the Bill of Materials (BOM) in SAP PP📘🔩🛠️ 2025-05-08T09:13:13.377000+02:00 SamiNas https://community.sap.com/t5/user/viewprofilepage/user-id/38642 <P><SPAN>Behind every successful product is a well-structured Bill of Materials (BOM) — the blueprint of production! <span class="lia-unicode-emoji" title=":building_construction:">🏗</span>️<span class="lia-unicode-emoji" title=":sparkles:">✨</span></SPAN></P><P><SPAN>In SAP PP, the BOM is an essential piece of master data that defines the components (materials, subassemblies, packaging, etc.) required to manufacture a finished product or semi-finished assembly.<BR /><BR /><span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:">🔍</span> Key Concepts of BOM in SAP PP:<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Multi-level BOMs – Structure your production from raw material to finished product with hierarchical dependencies.<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Alternative BOMs – Use when a product can be manufactured using different materials or methods.<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Variant BOMs – Perfect for handling configurable products with multiple variations (think automotive or electronics).<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Phantom Assemblies – For grouping components logically without creating actual production steps.<BR /><span class="lia-unicode-emoji" title=":gear:">⚙️</span> Use Case Example:<BR />Imagine you're manufacturing a bicycle <span class="lia-unicode-emoji" title=":bicycle:">🚲</span>:<BR />The BOM would include the frame, wheels, handlebars, saddle, brake system, etc.<BR />Each of these might also have its own sub-BOM (like spokes, tires, etc.).<BR /><span class="lia-unicode-emoji" title=":light_bulb:">💡</span> BOMs help ensure the right materials in the right quantities are available during production planning and MRP runs.<BR /><BR /><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> Pro Tip:<BR /><BR />Keep your BOMs version-controlled and collaborate closely with engineering teams to maintain accuracy across changes and releases! <span class="lia-unicode-emoji" title=":wrench:">🔧</span><span class="lia-unicode-emoji" title=":card_index_dividers:">🗂</span>️<BR /><BR /><span class="lia-unicode-emoji" title=":speech_balloon:">💬</span> What’s your biggest BOM challenge — managing complexity, versioning, or integration with CAD/PLM systems? Let's exchange ideas in the comments!<span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChatGPT Image Apr 16, 2025, 07_51_53 PM.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/258645i1467B21DC1CC9A5D/image-size/large?v=v2&amp;px=999" role="button" title="ChatGPT Image Apr 16, 2025, 07_51_53 PM.png" alt="ChatGPT Image Apr 16, 2025, 07_51_53 PM.png" /></span></SPAN></P> 2025-05-08T09:13:13.377000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-members/day-5-30-work-centers-in-sap-pp-the-beating-heart-of-production-%EF%B8%8F/ba-p/14096503 📅 Day 5/30 – Work Centers in SAP PP: The Beating Heart of Production⚙️🏭💡 2025-05-09T18:20:20.650000+02:00 SamiNas https://community.sap.com/t5/user/viewprofilepage/user-id/38642 <P>In SAP PP, Work Centers represent the physical or logical locations where operations are executed — machines, production lines, or even human labor stations. Without them, production is just a plan on paper!<BR /><BR /></P><P><STRONG>What is a Work Center?</STRONG><BR />A Work Center contains all the data required to perform, schedule, and cost an operation, including:<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Resource capacity<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Available time<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Cost center assignment<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Activity types (e.g. machine time, labor time)<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Formulas for scheduling and costing<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> Default control keys for how tasks should be processed</P><P><span class="lia-unicode-emoji" title=":gear:">⚙️</span> <STRONG>Types of Work Centers</STRONG><BR /><span class="lia-unicode-emoji" title=":hammer_and_wrench:">🛠</span>️ Machine – For automated operations (CNC, injection molding, etc.)<BR /><span class="lia-unicode-emoji" title=":man_mechanic:">👨‍🔧</span> Labor/Person – Human operators<BR /><span class="lia-unicode-emoji" title=":factory:">🏭</span> Production Line – Flow-based manufacturing<BR /><span class="lia-unicode-emoji" title=":package:">📦</span> Storage/Packaging – End-of-line handling<BR /><span class="lia-unicode-emoji" title=":chart_increasing:">📈</span> How It All Comes Together:<BR />Work Centers are assigned to Routings, which define the operation steps in production. This enables:<BR /><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> Capacity Planning<BR /><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> Detailed Scheduling<BR /><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> Accurate Costing<BR /><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> Pro Tip:</P><P>Well-maintained Work Centers = better shop floor control, smoother MRP runs, and accurate production lead times! <span class="lia-unicode-emoji" title=":counterclockwise_arrows_button:">🔄</span><span class="lia-unicode-emoji" title=":bar_chart:">📊</span></P><P><span class="lia-unicode-emoji" title=":speech_balloon:">💬</span> What types of Work Centers have you worked with most — manual or automated? Share your experiences below!<span class="lia-unicode-emoji" title=":backhand_index_pointing_down:">👇</span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_5020.jpeg" style="width: 1107px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/258840iD81FEC37E5EF8FFB/image-size/medium?v=v2&amp;px=400" role="button" title="IMG_5020.jpeg" alt="IMG_5020.jpeg" /></span></P><P> </P> 2025-05-09T18:20:20.650000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-members/day-6-30-routings-in-sap-pp-mapping-the-path-to-production/ba-p/14099114 📅 Day 6/30 – Routings in SAP PP: Mapping the Path to Production 2025-05-12T17:46:01.263000+02:00 SamiNas https://community.sap.com/t5/user/viewprofilepage/user-id/38642 <P><SPAN>Once your materials are in place and Work Centers are defined, it’s time to organize the production steps — and that’s where Routings come in!</SPAN></P><P><SPAN>In SAP PP, Routings describe the sequence of operations required to manufacture a product. It’s the production navigation map that tells SAP how and where to make things.</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:">🔍</span><STRONG>What Does a Routing Contain?</STRONG></SPAN></P><P><SPAN>Each routing includes:</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":small_orange_diamond:">🔸</span>Operation steps (e.g., cut, drill, assemble)</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":small_orange_diamond:">🔸</span>Assigned Work Centers</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":small_orange_diamond:">🔸</span>Standard values (e.g., setup time, processing time)</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":small_orange_diamond:">🔸</span>Control keys (influences whether confirmation, printing, or costing is required)</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":small_orange_diamond:">🔸</span>Inspection characteristics (optional integration with QM)</SPAN></P><P><SPAN>🧩 <STRONG>How Are Routings Used in SAP PP?</STRONG></SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span>Basis for Production Order creation</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span>Drives Scheduling and Capacity Planning</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span>Supports Cost Estimation</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span>Enables Process Optimization</SPAN></P><P>&nbsp;</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="F04209C8-A08C-4D1B-A432-7AF7378B63A5.png" style="width: 487px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/260081iB8B75617C280AAA2/image-dimensions/487x731?v=v2" width="487" height="731" role="button" title="F04209C8-A08C-4D1B-A432-7AF7378B63A5.png" alt="F04209C8-A08C-4D1B-A432-7AF7378B63A5.png" /></span></P><P><SPAN><STRONG>Real-Life Example:</STRONG></SPAN></P><P><SPAN>If you’re manufacturing a steel chair:</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":keycap_1:">1️⃣</span>Cut steel sheets</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":keycap_2:">2️⃣</span>Bend into shape</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":keycap_3:">3️⃣</span>Weld joints</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":keycap_4:">4️⃣</span>Paint</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":keycap_5:">5️⃣</span>Final assembly</SPAN></P><P><SPAN>Each of these is an operation in the Routing, with time, tools, and resources assigned.</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span><STRONG>Pro Tip</STRONG>:</SPAN></P><P><SPAN>Use Reference Operation Sets and Routing Groups to reduce duplication and standardize processes across similar materials. This is key in repetitive or discrete manufacturing!</SPAN></P><P><SPAN><span class="lia-unicode-emoji" title=":speech_balloon:">💬</span>Have you built or optimized Routings before? What’s your experience with managing variant-specific Routings or frequent process changes?</SPAN></P> 2025-05-12T17:46:01.263000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-members/day-7-30-weekly-recap-sap-pp-week-1-highlights/ba-p/14099276 📅 Day 7/30 – Weekly Recap: SAP PP Week 1 Highlights! 2025-05-16T09:09:49.714000+02:00 SamiNas https://community.sap.com/t5/user/viewprofilepage/user-id/38642 <P>What a week it's been! We've laid the foundation for a deep dive into <STRONG>SAP Production Planning (PP)</STRONG> with essential master data and core concepts. Here’s a quick recap if you missed any posts — or just want a refresher before we go deeper next week!</P><P class="">🧭 <STRONG>Day 1 – What is SAP PP?</STRONG><BR />The central module for managing manufacturing activities in SAP. It ensures your production processes are aligned with material availability, demand, and execution.</P><P class=""><span class="lia-unicode-emoji" title=":building_construction:">🏗</span>️ <STRONG>Day 2 – Organizational Structure</STRONG><BR />We covered how Plant, Storage Location, Work Center, and Routing form the building blocks of a solid SAP PP framework.</P><P class=""><span class="lia-unicode-emoji" title=":package:">📦</span> <STRONG>Day 3 – Master Data Essentials</STRONG><BR />An introduction to Material Master, BOM, Work Centers, and Routings — the critical records you need to keep production running smoothly.</P><P class=""><span class="lia-unicode-emoji" title=":nut_and_bolt:">🔩</span> <STRONG>Day 4 – Bill of Materials (BOM)</STRONG><BR />Think of it as the recipe for manufacturing — listing all components and quantities needed to make your product.</P><P class=""><span class="lia-unicode-emoji" title=":gear:">⚙️</span> <STRONG>Day 5 – Work Centers</STRONG><BR />Where production operations take place! Machines, people, or lines — each with capacity, cost, and scheduling info.</P><P class=""><span class="lia-unicode-emoji" title=":clipboard:">📋</span> <STRONG>Day 6 – Routings</STRONG><BR />The process blueprint! Defines the sequence of operations, work centers used, and estimated times.</P><P class=""><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> <STRONG>Next Week:</STRONG><BR />We’ll step into the world of <STRONG>MRP, Demand Management, Capacity Planning</STRONG>, and more!</P><P class=""><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChatGPT Image May 12, 2025, 06_52_52 PM.png" style="width: 633px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/260143i53EFBA97395178BC/image-dimensions/633x633?v=v2" width="633" height="633" role="button" title="ChatGPT Image May 12, 2025, 06_52_52 PM.png" alt="ChatGPT Image May 12, 2025, 06_52_52 PM.png" /></span></P> 2025-05-16T09:09:49.714000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blog-posts-by-members/day-8-30-material-requirements-planning-mrp-in-sap-pp/ba-p/14125931 Day 8/30 – Material Requirements Planning (MRP) in SAP PP 2025-06-13T10:15:33.130000+02:00 SamiNas https://community.sap.com/t5/user/viewprofilepage/user-id/38642 <P>Time to step into the <STRONG>engine room of planning</STRONG> — <STRONG>MRP</STRONG>!<BR />Material Requirements Planning is the core function that ensures <STRONG>you have the right materials, in the right quantity, at the right time</STRONG> — without overstocking or risking shortages.</P><HR /><P><span class="lia-unicode-emoji" title=":magnifying_glass_tilted_left:">🔍</span> <STRONG>What is MRP?</STRONG><BR />MRP analyzes demand (planned orders, sales orders, forecasts) and supply (stock, purchase orders, production orders) to <STRONG>create procurement or production proposals</STRONG>.</P><P>It answers:<BR /><span class="lia-unicode-emoji" title=":right_arrow:">➡️</span> What materials are needed?<BR /><span class="lia-unicode-emoji" title=":right_arrow:">➡️</span> How much is needed?<BR /><span class="lia-unicode-emoji" title=":right_arrow:">➡️</span> When is it needed?</P><HR /><P><span class="lia-unicode-emoji" title=":gear:">⚙️</span> <STRONG>Types of MRP in SAP PP:</STRONG><BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>MRP Run (Classic MRP)</STRONG> – Transaction: MD01, MD02, MD03<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>MRP Live (S/4HANA)</STRONG> – Transaction: MD01N (real-time, in-memory)<BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>Net Change vs. Regenerative Planning</STRONG><BR /><span class="lia-unicode-emoji" title=":small_blue_diamond:">🔹</span> <STRONG>Lot sizing, Safety stock, Procurement type</STRONG> — all play a role</P><HR /><P><span class="lia-unicode-emoji" title=":rocket:">🚀</span> <STRONG>What does MRP generate?</STRONG></P><UL><LI><P>Planned Orders (for in-house production)</P></LI><LI><P>Purchase Requisitions (for external procurement)</P></LI><LI><P>Scheduling info for production and procurement</P></LI><LI><P>Exception messages (e.g. rescheduling alerts)</P></LI></UL><HR /><P><span class="lia-unicode-emoji" title=":white_heavy_check_mark:">✅</span> <STRONG>Pro Tip:</STRONG><BR />Fine-tune <STRONG>MRP parameters</STRONG> in the Material Master (MRP1–MRP4 views). A small mistake in lot sizing or procurement type can ripple through your entire planning process!</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Generated by AI with my custom prompt" style="width: 666px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/273429iA55505BCBFE6F9F2/image-size/large?v=v2&amp;px=999" role="button" title="ChatGPT Image Jun 12, 2025, 08_43_06 AM.png" alt="Generated by AI with my custom prompt" /><span class="lia-inline-image-caption" onclick="event.preventDefault();">Generated by AI with my custom prompt</span></span></P><P><span class="lia-unicode-emoji" title=":speech_balloon:">💬</span> Have you transitioned to <STRONG>MRP Live</STRONG> yet? Or are you still running classic batch-based MRP? Drop your insights below!</P><P>#SAP #SAPPP #MRP #MaterialPlanning #ProductionPlanning #ERP #SAPS4HANA #MRPLive #SmartManufacturing #Manufacturing #DigitalTransformation #LinkedInSeries #SupplyChain #InventoryManagement</P> 2025-06-13T10:15:33.130000+02:00 https://community.sap.com/t5/technology-blog-posts-by-members/s-4hana-intelligent-scenario-lifecycle-management-islm-and-situation/ba-p/14249719 S/4HANA Intelligent Scenario Lifecycle Management (ISLM) and Situation Handling Scenarios: Part-1 2025-10-27T13:56:35.980000+01:00 Pardhasaradhi_Reddy_Chelikam https://community.sap.com/t5/user/viewprofilepage/user-id/44949 <P>In this blog, Part-1, I will be primarily focusing on SAP Intelligent Scenario Lifecycle Management (ISLM) through a Supply Chain use case - predicting the forecast delivery date by using regression based predictive model (SAP Standard ISLM Framework). This Model provides predictions based on historical data. I will also touch base on the SAP Situation Handling Scenario for the Stock Transfer Order Process. However, I will walk you through the set-up in more detail in Part-2 of this blog series.</P><P><U><STRONG>My Business Use Case: </STRONG></U></P><P>My organization has to transfer an Asset: 20000000 (Equipment: 10000001-Air Compressor 1250 CFM 8KG/CM2) from our Norco Plant in Louisiana to our Robinson Plant in Illinois. To support this process and predict the forecast delivery date based on historical stock transfers, we have activated the <STRONG>ISLM Scenario:</STRONG> <STRONG>MATERIAL_OVERDUE_SIT</STRONG> (Stock In Transit Material Overdue) and a&nbsp; <STRONG>Situation Handling Scenario: MAN_MATLOVERDUESITSITN</STRONG> (Stock Transport Order Overdue) to monitor exceptions as well.</P><P><STRONG>Let us dive in...</STRONG></P><P><STRONG>What Is ISLM:</STRONG> Intelligent Scenario Lifecycle Management is a standardized framework to build and manage AI use cases within SAP S/4HANA for both embedded and side-by-side scenarios. It can be leveraged to perform lifecycle operations, including Scheduled Training and Retraining, and deployment of the model directly within SAP S/4HANA.</P><P>ISLM framework consists of two Fiori Applications, Intelligent Scenarios (App ID F4469) and Intelligent Scenario Management (App ID F4470). These two applications provide a unified interface for creating, deploying,&nbsp; monitoring, and activation of the model directly within SAP S/4HANA.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_8-1761065210959.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330366iB3CED19121E204D1/image-size/large/is-moderation-mode/true?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_8-1761065210959.png" alt="Pardhasaradhi_Reddy_Chelikam_8-1761065210959.png" /></span></P><P>Based on the ISLM association with business application, the ISLM scenarios can be categorized as Embedded and Side-by-Side.</P><P><STRONG>Embedded:</STRONG> A business application, for example SAP S/4HANA runs in the same stack as its machine learning provider with the analytics libraries SAP HANA Automated Predictive Library (APL) or SAP HANA Predictive Analysis Library (PAL).<span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_0-1761118930356.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330753i40E2E6539D612E2B/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_0-1761118930356.png" alt="Pardhasaradhi_Reddy_Chelikam_0-1761118930356.png" /></span></P><P>&nbsp;<STRONG>Side-by-Side:</STRONG><SPAN> A business application, for example SAP S/4HANA runs in a separate stack than its machine learning infrastructure provider.</SPAN></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_1-1761118950612.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330754i3449B1AE104765F9/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_1-1761118950612.png" alt="Pardhasaradhi_Reddy_Chelikam_1-1761118950612.png" /></span></P><P>&nbsp;<SPAN>To begin with, let us take a look at the architecture of SAP Intelligent Scenario Lifecycle Management.</SPAN></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Architecture of Intelligent Scenario Lifecycle Management" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331007iD3FA695615040FC2/image-size/large/is-moderation-mode/true?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_0-1761139919286.png" alt="Architecture of Intelligent Scenario Lifecycle Management" /><span class="lia-inline-image-caption" onclick="event.preventDefault();">Architecture of Intelligent Scenario Lifecycle Management</span></span></P><UL><LI><STRONG>Business User:</STRONG>&nbsp;The user who Interacts with the business application and uses the predictions from machine learning for the business purpose.</LI><LI><STRONG>Business Administrator:</STRONG> A domain expert who can perform model trainings based on business context, evaluate model quality , and activate a model for production usage.</LI><LI><STRONG>Technical Administrator:</STRONG> A system administrator who can perform the configurations of connectivity between different entities and maintains the technical configurations of the system.</LI><LI><STRONG>ABAP Developer:</STRONG> A developer who can create ABAP artifacts required for Intelligent Scenario registration.</LI><LI><STRONG>Intelligent Scenario Owner:</STRONG> An owner who creates, reviews, and publishes the Intelligent Scenario.</LI></UL><P>For instance, based on our business use case, I will walk you through the standard ISLM scenario that leverages one of the models from SAP HANA Automated Predictive Library (APL) by stepping into the roles of <STRONG>"</STRONG>Business User<STRONG>"</STRONG>, <STRONG>"</STRONG>Business Administrator<STRONG>"</STRONG>, and <STRONG>"</STRONG>Intelligent Scenario Owner<STRONG>"</STRONG>.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_10-1761065265219.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330368i1A5EAC9AE671F2A2/image-size/medium?v=v2&amp;px=400" role="button" title="Pardhasaradhi_Reddy_Chelikam_10-1761065265219.png" alt="Pardhasaradhi_Reddy_Chelikam_10-1761065265219.png" /></span></P><P>The Intelligent Scenarios App is used to create, display, and configure various scenarios tailored to specific business needs. Using this App, we can view a list and activate SAP provided standard scenarios or create Embedded or Side-by-Side scenarios.&nbsp;</P><P><SPAN>Now, let us use the SAP provided ISLM scenario "MATERIAL_OVERDUE_SIT" and take a look at the input and out put fields used by the model, and Fiori App IDs that support the business process.</SPAN></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_11-1761065542425.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330369iB86717B91027FA1F/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_11-1761065542425.png" alt="Pardhasaradhi_Reddy_Chelikam_11-1761065542425.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_18-1761065781094.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330378i9131A03E20FA1A17/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_18-1761065781094.png" alt="Pardhasaradhi_Reddy_Chelikam_18-1761065781094.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_17-1761065753528.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330377iBCB7DF83D6076E7E/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_17-1761065753528.png" alt="Pardhasaradhi_Reddy_Chelikam_17-1761065753528.png" /></span></P><P>The Input fields are the data points to train an ML model and to make new prediction. They represent the historical business data and other relevant information that the ML model can learn from to identify the patterns.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_14-1761065643399.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330374i161FEE83613E08BB/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_14-1761065643399.png" alt="Pardhasaradhi_Reddy_Chelikam_14-1761065643399.png" /></span></P><P>Output fields contain the results generated by the ML model after it is trained. These output fields provide the predictions and related metrics back to the business application.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_15-1761065669765.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330375i40EDF4E6D0EB0225/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_15-1761065669765.png" alt="Pardhasaradhi_Reddy_Chelikam_15-1761065669765.png" /></span></P><P>It`s time to publish the scenario...</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_16-1761065713366.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330376iF7A94C70ABBA21A6/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_16-1761065713366.png" alt="Pardhasaradhi_Reddy_Chelikam_16-1761065713366.png" /></span></P><P>After successfully publishing the ISLM scenario, let us move on to the "Intelligent Scenario Management" application to&nbsp; train the model and schedule it.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_9-1761065249715.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330367i2463D23B84A14A07/image-size/medium/is-moderation-mode/true?v=v2&amp;px=400" role="button" title="Pardhasaradhi_Reddy_Chelikam_9-1761065249715.png" alt="Pardhasaradhi_Reddy_Chelikam_9-1761065249715.png" /></span></P><P>The Intelligent Scenario Management App is used to manage, monitor,&nbsp; and optimize AI driven scenarios throughout their entire lifecycle.&nbsp;We can view the list of App IDs relevant for the ISLM scenario MATERIAL_OVERDUE_SIT.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_4-1761201837735.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331354i444848E28A013F5D/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_4-1761201837735.png" alt="Pardhasaradhi_Reddy_Chelikam_4-1761201837735.png" /></span></P><P>For instance, let us retrain the model with new historical data using new filtering conditions. The system generates a new Model Version ID for every "Retrain".</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_0-1761208682751.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331431iF0B01A83E5BFFFE4/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_0-1761208682751.png" alt="Pardhasaradhi_Reddy_Chelikam_0-1761208682751.png" /></span></P><P>Following the successful training, the system provides a statistical information on variables and performance of the model. The model version report screen provides a summary about a particular model version. The quality information details varies according to the intelligent scenario type and underlying machine learning used.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_1-1761208785852.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331432iACF38D52A85E849F/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_1-1761208785852.png" alt="Pardhasaradhi_Reddy_Chelikam_1-1761208785852.png" /></span></P><P>For Instance, the following filter values are used for training the model.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_2-1761201552921.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331352i6AE35945778AD7A1/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_2-1761201552921.png" alt="Pardhasaradhi_Reddy_Chelikam_2-1761201552921.png" /></span></P><P>The tab <STRONG>"Debrief"</STRONG> in a <STRONG>"Model Version Report"</STRONG> provides a breakdown of the trained machine learning model`s characteristics and its key influencing factors. The "Debrief" helps us understand and evaluate the model by explaining the main drivers behind its prediction.</P><P>Key Influencers and their percentage of contribution in the overall prediction.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_3-1761201600947.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331353iF2BA1383DB97E518/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_3-1761201600947.png" alt="Pardhasaradhi_Reddy_Chelikam_3-1761201600947.png" /></span></P><P>We can schedule a training for our Intelligent Scenarios. When the schedule is created for a training, the system creates a planned task, which can be viewed in "<STRONG>Scheduled Planned Task</STRONG>" tab.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_2-1761208954200.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331435iF0CB68534A8057F4/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_2-1761208954200.png" alt="Pardhasaradhi_Reddy_Chelikam_2-1761208954200.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_3-1761209012509.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331437i643A71454095621B/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_3-1761209012509.png" alt="Pardhasaradhi_Reddy_Chelikam_3-1761209012509.png" /></span></P><P><STRONG>Mini Note:</STRONG> If we try to create a new schedule without deactivating the previous one, the system prompts an error message.<span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_0-1761121692637.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330774iA6FF1192BFEDF6F8/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_0-1761121692637.png" alt="Pardhasaradhi_Reddy_Chelikam_0-1761121692637.png" /></span></P><P>We can monitor the scheduled runs that are created via ISLM in the "<STRONG>Monitor Planned Task Jobs</STRONG>" tile.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_0-1761152786647.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331160i27E7D932F8A2E75E/image-size/medium?v=v2&amp;px=400" role="button" title="Pardhasaradhi_Reddy_Chelikam_0-1761152786647.png" alt="Pardhasaradhi_Reddy_Chelikam_0-1761152786647.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_2-1761152925104.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/331162i4D499CF3A6BDC676/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_2-1761152925104.png" alt="Pardhasaradhi_Reddy_Chelikam_2-1761152925104.png" /></span></P><P>We can copy and cancel the planned task and view the logs associated with each run of the schedule.</P><P>Now, let us move on to <STRONG>"Situation Handling Scenarios"...</STRONG></P><P>As part of our business use case, I have activated the situation handling scenario with the following conditions: "MAN_MATLOVERDUESITSITN" to notify respective business team if the the order gets delayed.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_1-1761122431981.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330776iA5A73321688A1453/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_1-1761122431981.png" alt="Pardhasaradhi_Reddy_Chelikam_1-1761122431981.png" /></span></P><P>Situation Handling Scenario: ZMAN_MATLOVERDUESITSITN conditions to trigger an exception message.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Situation Handling Conditions to trigger an exception notification..." style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332302iD35F8B6F5884EA7D/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_0-1761361160521.png" alt="Situation Handling Conditions to trigger an exception notification..." /><span class="lia-inline-image-caption" onclick="event.preventDefault();">Situation Handling Conditions to trigger an exception notification...</span></span></P><P><SPAN>Following the successful activation and training of ISLM and Situation Handling Scenarios, let us examine the transactional data.</SPAN></P><P>Norco Plant asset/equipment master:</P><P>We have Asset Master and Equipment Master synchronization functionality in place.&nbsp;<span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_29-1761066535520.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330389i048C2B955B8EBC94/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_29-1761066535520.png" alt="Pardhasaradhi_Reddy_Chelikam_29-1761066535520.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_30-1761066554797.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330390i5873ED7619D116A7/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_30-1761066554797.png" alt="Pardhasaradhi_Reddy_Chelikam_30-1761066554797.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_31-1761066578395.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330391iFDA27FEC943BEE47/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_31-1761066578395.png" alt="Pardhasaradhi_Reddy_Chelikam_31-1761066578395.png" /></span></P><P>Following the successful movement of equipment 10000001 from its functional location to Engineering Spares Warehouse, the system updates the stock in the designated storage location, which should be transferred to the Robinson Plant.&nbsp;&nbsp;The stock movement has been completed using a Maintenance Order.<span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_32-1761066689403.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330392i84C1F3A25EC3EED8/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_32-1761066689403.png" alt="Pardhasaradhi_Reddy_Chelikam_32-1761066689403.png" /></span></P><P>Now, let us create a Stock Transfer Order using App ID F1957 - Transfer Stock Cross - Plant</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_23-1761066169319.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330383iCB414BD90E0F17D2/image-size/medium?v=v2&amp;px=400" role="button" title="Pardhasaradhi_Reddy_Chelikam_23-1761066169319.png" alt="Pardhasaradhi_Reddy_Chelikam_23-1761066169319.png" /></span></P><P>With this App, we can make transfer postings from one plant(Issuing Plant) to another plant(Receiving Plant). This app supports warehouse clerk in finding the allowed transfer postings&nbsp; and in personalizing the control settings of storage locations and visible columns.</P><P>For instance, I have chosen the material code "271", which is designated for Equipment 10000001.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_7-1761409160075.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332495iDA32F3C2A2A8A861/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_7-1761409160075.png" alt="Pardhasaradhi_Reddy_Chelikam_7-1761409160075.png" /></span></P><P><STRONG>Mini Note:</STRONG> If the predictive analytics model is active, the system uses the predicted delivery date as forecast delivery date. We can also select the entry <STRONG>"Use Predictive Model for Forecast Delivery Date"</STRONG> in the application settings.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_1-1761407473831.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332489iCB217CF4D5150C3C/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_1-1761407473831.png" alt="Pardhasaradhi_Reddy_Chelikam_1-1761407473831.png" /></span></P><P>I have chosen the storage location 171B , which contains the stock of Equipment 10000001. I have entered the input values in the pop-up screen. The activated ISLM scenario model determines the "Forecast Delivery Date" for the stock transfer order based on the historical data.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_6-1761409059134.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332494i1A12832BE10634D8/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_6-1761409059134.png" alt="Pardhasaradhi_Reddy_Chelikam_6-1761409059134.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_3-1761408072027.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332491i00EDD2D438E218E3/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_3-1761408072027.png" alt="Pardhasaradhi_Reddy_Chelikam_3-1761408072027.png" /></span></P><P>Now, let us create "Stock Transport Order" using the option "Create Stock Transport Order".<span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_1-1761404750354.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332484i98A078DC486BD2F8/image-size/large/is-moderation-mode/true?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_1-1761404750354.png" alt="Pardhasaradhi_Reddy_Chelikam_1-1761404750354.png" /></span></P><P>Following the successful creation of stock transport order,&nbsp; using App ID F2139: Overdue Materials - Stock In Transit, we can view the <STRONG>"Predicted Deviation"</STRONG> values for the stock transport orders.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_22-1761066034701.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330382i62DADAD670802061/image-size/medium?v=v2&amp;px=400" role="button" title="Pardhasaradhi_Reddy_Chelikam_22-1761066034701.png" alt="Pardhasaradhi_Reddy_Chelikam_22-1761066034701.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_0-1761446945038.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332508iF5A9D8854654708F/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_0-1761446945038.png" alt="Pardhasaradhi_Reddy_Chelikam_0-1761446945038.png" /></span></P><P><STRONG>Using this App F2139 (Overdue Materials-Stock In Transit) with an Active Predictive Model:</STRONG></P><UL><LI>If the predictive analytical model is active, the system uses the predicted delivery date as forecast delivery date.</LI><LI>If the predictive analytics model is active, we can select the <STRONG>"Predicted Deviation"</STRONG> field in the view settings for the results list.</LI></UL><P><U><STRONG>Mini Note:</STRONG></U> The predicted deviation field displays the difference between the planned and the predicted delivery date. With this information about the predicted deviation, we get an impression that if a goods receipt can be successfully completed in time.</P><P><STRONG>How to Interpret the predicted Deviation field value:</STRONG></P><UL><LI>In our case, the predicted deviation for the STO 4500000334 is negative, i.e., <STRONG>-1&nbsp;</STRONG> : This means that the forecast delivery date calculated by the predictive model is one day <STRONG>later than</STRONG> the planned delivery date from the purchase order.</LI><LI>If the predicted deviation is <STRONG>0</STRONG> (Zero) : This means that the forecast delivery date and the planned delivery date from the purchase order are the same.</LI><LI>If the predicted deviation is positive, for example <STRONG>2</STRONG> : This means that the forecast delivery date calculated by the predictive model is two days <STRONG>ahead</STRONG> of the planned delivery date from the purchase order.</LI></UL><P><STRONG>Using this App F2139 (Overdue Materials-Stock In Transit) without an Active Predictive Model:&nbsp;</STRONG></P><UL><LI>If the predictive analytics model is not active, we cannot select the <STRONG>"Predicted Deviation"&nbsp;</STRONG>field in the view settings for the results list.</LI><LI>If the predictive analytics model is not active, the micro chart uses the planned delivery date from the purchase order instead.</LI><LI>If the predictive analytics model is not active, the forecast delivery date and the planned delivery date of the purchase order are the same.</LI></UL><P>The shipping duration micro chart illustrates the goods movement process for an Stock Transfer Order item and shows the forecast delivery date in relation to the actual delivery date.&nbsp;</P><P>Since we have activated the "Situation Handling Scenario" with the conditions, the&nbsp;system triggers the exception notification when the stock in transit days are &gt;1.</P><P>In our use case, the STO 4500000334 was delayed and met the conditions that are part of situation handling scenario; hence, the system triggered the exception notification.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_0-1761529808764.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332702iF084A982E65003F2/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_0-1761529808764.png" alt="Pardhasaradhi_Reddy_Chelikam_0-1761529808764.png" /></span></P><P>The situations are displayed at "Bell Icon", which is a gate way to the SAP Fiori notification center.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_1-1761529886627.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332704i65D40D60518FCE2E/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_1-1761529886627.png" alt="Pardhasaradhi_Reddy_Chelikam_1-1761529886627.png" /></span></P><P>or we can use "App ID: F4154 (My Situations app) " to monitor exception notifications.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_2-1761109971297.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/330653i45CD490DC52B1562/image-size/medium?v=v2&amp;px=400" role="button" title="Pardhasaradhi_Reddy_Chelikam_2-1761109971297.png" alt="Pardhasaradhi_Reddy_Chelikam_2-1761109971297.png" /></span></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pardhasaradhi_Reddy_Chelikam_2-1761530076511.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/332707i17A8B3B75604A0D8/image-size/large?v=v2&amp;px=999" role="button" title="Pardhasaradhi_Reddy_Chelikam_2-1761530076511.png" alt="Pardhasaradhi_Reddy_Chelikam_2-1761530076511.png" /></span></P><P>Following the successful completion of the STO 4500000334, the situation can be closed using thee option <STRONG>"Close Situations"</STRONG> in My Situations App.</P><P><span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:">😊</span>&nbsp;This brings me to the end of a detailed walkthrough of the SAP Intelligent Scenario Lifecycle Management process , along with a high-level overview on how the situation handling scenario supports business teams in monitoring exceptions. I hope this blog proves useful to the Inventory Management team to have a nuanced understanding of material movements with enhanced predictive insights and exception notifications during Stock Transfer Order Process.</P><P>A detailed walkthrough of the SAP Situation Handling scenario process flow is covered in Part-2 of this blog series...use the link below to view it.</P><P><A title="S/4HANA Intelligent Scenario Lifecycle Management (ISLM) and Situation Handling Scenarios: Part-2" href="https://community.sap.com/t5/technology-blog-posts-by-members/s-4hana-intelligent-scenario-lifecycle-management-islm-and-situation/ba-p/14253091" target="_blank">S/4HANA Intelligent Scenario Lifecycle Management (ISLM) and Situation Handling Scenarios: Part-2</A>&nbsp;</P><P><STRONG>--</STRONG></P><P><STRONG>Yours Sincerely,</STRONG></P><P><STRONG>Pardhasaradhi Reddy. C</STRONG></P> 2025-10-27T13:56:35.980000+01:00