<?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>topic Re: Insert Production Order Component via interface inbound throws exception (SE24) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572005#M2008594</link>
    <description>&lt;P&gt;HI  &lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; , just saw your comment. &lt;BR /&gt;May I know how to verify whether a FM is released or not by SAP ?&lt;BR /&gt;&lt;BR /&gt;Is it via the attributes of the FM ?&lt;BR /&gt;&lt;BR /&gt;on other note, what will happen if we use FM that is not released by SAP ?&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 01:58:05 GMT</pubDate>
    <dc:creator>jackyhjj_sn28</dc:creator>
    <dc:date>2022-10-18T01:58:05Z</dc:date>
    <item>
      <title>Insert Production Order Component via interface inbound throws exception (SE24)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572001#M2008590</link>
      <description>Hi all, I am creating a services (inbound to SAP) to update production version and updating production order component using a custom class (SE24). Everything works fine until updating production order components. It throws exception 
  &lt;STRONG&gt;"Sending of dynpro SAPLKOBS 0130 not possible: No windows system type specified".&lt;/STRONG&gt; I am using function "CO_XT_COMPONENT_ADD" to add component to the production order. The exception was thrown when calling function "CO_XT_ORDER_PREPARE_COMMIT". I did the same process using program (SE38) and it has no problem and no exception was thrown. I have debugged into function "CO_XT_ORDER_PREPARE_COMMIT" and it turns out that the exception was thrown when call function "POPUP_TO_CONFIRM_WITH_MESSAGE". My initial hyphothesis is that the class doesn't behave like what usually program behaves. Hence there is no handler for popup message. Is there any workaround or any class/interface to be included in my class to avoid this exception ?
  &lt;BR /&gt;</description>
      <pubDate>Mon, 17 Oct 2022 07:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572001#M2008590</guid>
      <dc:creator>jackyhjj_sn28</dc:creator>
      <dc:date>2022-10-17T07:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Production Order Component via interface inbound throws exception (SE24)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572002#M2008591</link>
      <description>&lt;P&gt;If you have a dump you could check the Call stack to identify where SAP would like to call a window. Otherwise you have to put a break point at statement. &lt;/P&gt;&lt;P&gt;This error is not related to class, but how you call the code &lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 07:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572002#M2008591</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-10-17T07:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Production Order Component via interface inbound throws exception (SE24)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572003#M2008592</link>
      <description>&lt;P&gt;thanks  &lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; for the response. &lt;BR /&gt;I have identified it inside the function "CO_XT_ORDER_PREPARE_COMMIT".&lt;BR /&gt;There is no parameter to be sent to suppress the popup window. Any other ideas ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 07:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572003#M2008592</guid>
      <dc:creator>jackyhjj_sn28</dc:creator>
      <dc:date>2022-10-17T07:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Production Order Component via interface inbound throws exception (SE24)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572004#M2008593</link>
      <description>&lt;P&gt;Your FM is not release by SAP, you will have to find another one&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 07:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572004#M2008593</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-10-17T07:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Production Order Component via interface inbound throws exception (SE24)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572005#M2008594</link>
      <description>&lt;P&gt;HI  &lt;SPAN class="mention-scrubbed"&gt;frdric.girod&lt;/SPAN&gt; , just saw your comment. &lt;BR /&gt;May I know how to verify whether a FM is released or not by SAP ?&lt;BR /&gt;&lt;BR /&gt;Is it via the attributes of the FM ?&lt;BR /&gt;&lt;BR /&gt;on other note, what will happen if we use FM that is not released by SAP ?&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 01:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572005#M2008594</guid>
      <dc:creator>jackyhjj_sn28</dc:creator>
      <dc:date>2022-10-18T01:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Insert Production Order Component via interface inbound throws exception (SE24)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572006#M2008595</link>
      <description>&lt;P&gt;The information is in the first screen of the transaction SE37&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 05:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-production-order-component-via-interface-inbound-throws-exception/m-p/12572006#M2008595</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-10-18T05:39:01Z</dc:date>
    </item>
  </channel>
</rss>

