<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Call MII-Transaction via EJB-Call from Router-Script in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaa-p/12741018#M78803</link>
    <description>&lt;P&gt;This is my code snipped from router script:&lt;/P&gt;&lt;P&gt;callEJB("TransactionRunnerBean", "executeTransaction", "zTest/ejb/yEjb_01");&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Error message from POD:&lt;/P&gt;&lt;P&gt;Error calling EJB method "%METHOD%" in the EJB "TransactionRunnerBean"; exception is "%EXCEPTION%" (Message 16030)&lt;/P&gt;&lt;P&gt;Error message from Log Viewer:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2199749-image.png" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2199750-image.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Aug 2023 13:04:28 GMT</pubDate>
    <dc:creator>matthias_kalmlage1</dc:creator>
    <dc:date>2023-08-18T13:04:28Z</dc:date>
    <item>
      <title>Call MII-Transaction via EJB-Call from Router-Script</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaq-p/12741014</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
  &lt;P&gt;I currently have a plan to call a MII (15.3) transaction via router script, as there is no ServiceExtension provided in the respective router for Scrap/Done etc. and I don't want to call that as a global ServiceExtension.&lt;/P&gt;
  &lt;P&gt;I came across the EJB call which I think should make this work, but unfortunately I can't get my example to work in the router. However, the test directly from Netweaver works.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2199620-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2199621-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Unfortunately, the SAP example (&lt;A href="https://help.sap.com/docs/SAP_MANUFACTURING_EXECUTION/e1adc70af32241619335c8768a892edb/efc75c3a5e8946a1bae1747d91f50d62.html?locale=en-US&amp;amp;version=15.3"&gt;https://help.sap.com/docs/SAP_MANUFACTURING_EXECUTION/e1adc70af32241619335c8768a892edb/efc75c3a5e8946a1bae1747d91f50d62.html?locale=en-US&amp;amp;version=15.3&lt;/A&gt;) does not work either.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2199622-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Do you, or one of your colleagues, have any experience with this topic and can give me an example to get my example working?&lt;/P&gt;
  &lt;P&gt;Thank you and best regards&lt;/P&gt;
  &lt;P&gt;Matthias&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 07:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaq-p/12741014</guid>
      <dc:creator>matthias_kalmlage1</dc:creator>
      <dc:date>2023-08-15T07:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Call MII-Transaction via EJB-Call from Router-Script</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaa-p/12741015#M78800</link>
      <description>&lt;P&gt;For more examples of routing scripts, please see SAP Notes 1270322, 1900988, 2679158, 2694290.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 09:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaa-p/12741015#M78800</guid>
      <dc:creator>sergiy_katerinich</dc:creator>
      <dc:date>2023-08-15T09:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Call MII-Transaction via EJB-Call from Router-Script</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaa-p/12741016#M78801</link>
      <description>&lt;P&gt;Hello Sergiy,&lt;/P&gt;&lt;P&gt;thanks for your answer. It is not the creation of a routing script that is my problem but only the execution of the EJB via routing script to call a MII transaction. Unfortunately I have not found an example for this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 12:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaa-p/12741016#M78801</guid>
      <dc:creator>matthias_kalmlage1</dc:creator>
      <dc:date>2023-08-15T12:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Call MII-Transaction via EJB-Call from Router-Script</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaa-p/12741017#M78802</link>
      <description>&lt;P&gt;Maybe if you put your code and results from log here, someone from MII experts could review and advise.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 12:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaa-p/12741017#M78802</guid>
      <dc:creator>sergiy_katerinich</dc:creator>
      <dc:date>2023-08-15T12:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Call MII-Transaction via EJB-Call from Router-Script</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaa-p/12741018#M78803</link>
      <description>&lt;P&gt;This is my code snipped from router script:&lt;/P&gt;&lt;P&gt;callEJB("TransactionRunnerBean", "executeTransaction", "zTest/ejb/yEjb_01");&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Error message from POD:&lt;/P&gt;&lt;P&gt;Error calling EJB method "%METHOD%" in the EJB "TransactionRunnerBean"; exception is "%EXCEPTION%" (Message 16030)&lt;/P&gt;&lt;P&gt;Error message from Log Viewer:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2199749-image.png" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2199750-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 13:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/call-mii-transaction-via-ejb-call-from-router-script/qaa-p/12741018#M78803</guid>
      <dc:creator>matthias_kalmlage1</dc:creator>
      <dc:date>2023-08-18T13:04:28Z</dc:date>
    </item>
  </channel>
</rss>

