<?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: IDOC: Process order: Message type LOIPRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448532#M212573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baumann,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the BADI WORKORDER_UPDATE&lt;/P&gt;&lt;P&gt;I am using this for releasing Process Orders. I hope this will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Appending the Selection Screen fields.&lt;/P&gt;&lt;P&gt;*Process Order&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam1.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kind.&lt;/P&gt;&lt;P&gt;  s_rspar-sign    = c_sign.&lt;/P&gt;&lt;P&gt;  s_rspar-option  = c_option.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-aufnr.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Material Number&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam2.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kind.&lt;/P&gt;&lt;P&gt;  s_rspar-sign    = c_sign.&lt;/P&gt;&lt;P&gt;  s_rspar-option  = c_option.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-matnr.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Planning plant&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam3.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kind.&lt;/P&gt;&lt;P&gt;  s_rspar-sign    = c_sign.&lt;/P&gt;&lt;P&gt;  s_rspar-option  = c_option.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-werks.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Order category&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam4.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kindp.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-autyp.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*MRP controller&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam5.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kind.&lt;/P&gt;&lt;P&gt;  s_rspar-sign    = c_sign.&lt;/P&gt;&lt;P&gt;  s_rspar-option  = c_option.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-dispo.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Logical System&lt;/P&gt;&lt;P&gt;  SELECT  SINGLE rcvprn INTO v_opt_sys FROM edp13 "#EC *&lt;/P&gt;&lt;P&gt;   WHERE  rcvprt = c_rcvtype AND mestyp = c_messageid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam6.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kindp.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = v_opt_sys.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Message Type&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam7.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kindp.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = c_mesageid.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*This statement will submit the programme RCCLORD using the table RSPARMS&lt;/P&gt;&lt;P&gt;*which holds the fields to be filled in the selection screen for RCCLORD and return&lt;/P&gt;&lt;P&gt;  SUBMIT rcclord USING SELECTION-SCREEN 1000&lt;/P&gt;&lt;P&gt;                 WITH SELECTION-TABLE t_rspar_tab&lt;/P&gt;&lt;P&gt;                 AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2006 19:21:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-23T19:21:04Z</dc:date>
    <item>
      <title>IDOC: Process order: Message type LOIPRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448528#M212569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know here no other way to download LOIPRO idocs as soon as the process order or production order are created/changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i'm using program rcclord and rccltran to create idocs. The problem I see here is that during every execution ALL orders, disregarding of the status (i.e. closed orders as well), will be exported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Giovanni Baumann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 17:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448528#M212569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T17:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC: Process order: Message type LOIPRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448529#M212570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giovanni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need other solution to generate production order IDoc. Use standard program RCCLORD or RCCLTRAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this user exits &amp;lt;b&amp;gt;EXIT_SAPLLOI1_002&amp;lt;/b&amp;gt; to filter the order that you do not want, for example close order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 17:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448529#M212570</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-06-23T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC: Process order: Message type LOIPRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448530#M212571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ferry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about the process order transaction COR1 and COR2.&lt;/P&gt;&lt;P&gt;I want to send an idoc as soon as the process order are created or changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which user-exit should i use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 18:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448530#M212571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T18:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC: Process order: Message type LOIPRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448531#M212572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giovanni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need user exits for process order.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;You can use standard program &amp;lt;b&amp;gt;IREAD_SM_PM_ORDERS&amp;lt;/b&amp;gt; (t/code &amp;lt;b&amp;gt;IORD&amp;lt;/b&amp;gt;). &lt;/P&gt;&lt;P&gt;In this program, there is order status selection screen available for data selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Again, don't forget to reward points if helpful!&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have great weekend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 18:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448531#M212572</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-06-23T18:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC: Process order: Message type LOIPRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448532#M212573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baumann,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the BADI WORKORDER_UPDATE&lt;/P&gt;&lt;P&gt;I am using this for releasing Process Orders. I hope this will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Appending the Selection Screen fields.&lt;/P&gt;&lt;P&gt;*Process Order&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam1.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kind.&lt;/P&gt;&lt;P&gt;  s_rspar-sign    = c_sign.&lt;/P&gt;&lt;P&gt;  s_rspar-option  = c_option.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-aufnr.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Material Number&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam2.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kind.&lt;/P&gt;&lt;P&gt;  s_rspar-sign    = c_sign.&lt;/P&gt;&lt;P&gt;  s_rspar-option  = c_option.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-matnr.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Planning plant&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam3.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kind.&lt;/P&gt;&lt;P&gt;  s_rspar-sign    = c_sign.&lt;/P&gt;&lt;P&gt;  s_rspar-option  = c_option.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-werks.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Order category&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam4.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kindp.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-autyp.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*MRP controller&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam5.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kind.&lt;/P&gt;&lt;P&gt;  s_rspar-sign    = c_sign.&lt;/P&gt;&lt;P&gt;  s_rspar-option  = c_option.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = im_ord_header-dispo.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Logical System&lt;/P&gt;&lt;P&gt;  SELECT  SINGLE rcvprn INTO v_opt_sys FROM edp13 "#EC *&lt;/P&gt;&lt;P&gt;   WHERE  rcvprt = c_rcvtype AND mestyp = c_messageid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam6.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kindp.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = v_opt_sys.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Message Type&lt;/P&gt;&lt;P&gt;  s_rspar-selname = c_selnam7.&lt;/P&gt;&lt;P&gt;  s_rspar-kind    = c_kindp.&lt;/P&gt;&lt;P&gt;  s_rspar-low     = c_mesageid.&lt;/P&gt;&lt;P&gt;  APPEND s_rspar TO t_rspar_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*This statement will submit the programme RCCLORD using the table RSPARMS&lt;/P&gt;&lt;P&gt;*which holds the fields to be filled in the selection screen for RCCLORD and return&lt;/P&gt;&lt;P&gt;  SUBMIT rcclord USING SELECTION-SCREEN 1000&lt;/P&gt;&lt;P&gt;                 WITH SELECTION-TABLE t_rspar_tab&lt;/P&gt;&lt;P&gt;                 AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 19:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448532#M212573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T19:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC: Process order: Message type LOIPRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448533#M212574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prasad &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should i specify the selection screen fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 14:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448533#M212574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T14:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC: Process order: Message type LOIPRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448534#M212575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baumann,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add the selection screen fields in BADI method suitable for you. I am using in AT_RELEASE method.&lt;/P&gt;&lt;P&gt;If you have any questions let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 00:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448534#M212575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T00:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC: Process order: Message type LOIPRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448535#M212576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prasad &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where in the BADI should i add the screen fields. Is it in the Method parameter screen of the AT_RELEASE method or in the program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Giovanni Baumann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 16:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-process-order-message-type-loipro/m-p/1448535#M212576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T16:33:28Z</dc:date>
    </item>
  </channel>
</rss>

