<?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 RF Queue information error while creating an inbound WMTORD message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-queue-information-error-while-creating-an-inbound-wmtord-message/m-p/802165#M40992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  For the process control systems custom development at our client we are facing a RF queue error although the plant is not going to be set up for RF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main function : L_IDOC_INPUT_WMTORD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fuction module L_TO_CREATE_SINGLE errors out with sy-subrc equal to 99. However the function module creates a TO while doing a single test using the values from the program. Did anyone face this issue and is there a resolution for this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aveek Ghose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2004 14:58:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-02T14:58:43Z</dc:date>
    <item>
      <title>RF Queue information error while creating an inbound WMTORD message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-queue-information-error-while-creating-an-inbound-wmtord-message/m-p/802165#M40992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  For the process control systems custom development at our client we are facing a RF queue error although the plant is not going to be set up for RF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main function : L_IDOC_INPUT_WMTORD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fuction module L_TO_CREATE_SINGLE errors out with sy-subrc equal to 99. However the function module creates a TO while doing a single test using the values from the program. Did anyone face this issue and is there a resolution for this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aveek Ghose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2004 14:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-queue-information-error-while-creating-an-inbound-wmtord-message/m-p/802165#M40992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-02T14:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: RF Queue information error while creating an inbound WMTORD message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-queue-information-error-while-creating-an-inbound-wmtord-message/m-p/802166#M40993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an update to my posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual error is Queue PCS-IDOC does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message no. LRFMON(502).&lt;/P&gt;&lt;P&gt;call function 'L_RFMON_TO_REASSIGN'&lt;/P&gt;&lt;P&gt;   exporting&lt;/P&gt;&lt;P&gt;     iv_lgnum           = whouse-&amp;gt;lgnum&lt;/P&gt;&lt;P&gt;     iv_tanum           = tanum&lt;/P&gt;&lt;P&gt;     iv_queue           = ir_queue-&amp;gt;queue&lt;/P&gt;&lt;P&gt;   exceptions&lt;/P&gt;&lt;P&gt;     to_complete        = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within this function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Queue&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;read table gt_t346 with key lgnum = iv_lgnum&lt;/P&gt;&lt;P&gt;                            queue = iv_queue into lv_t346.&lt;/P&gt;&lt;P&gt;    if sy-subrc &amp;gt; 0.&lt;/P&gt;&lt;P&gt;      select single * into corresponding fields of lv_t346&lt;/P&gt;&lt;P&gt;        from t346 where lgnum = iv_lgnum&lt;/P&gt;&lt;P&gt;                    and queue = iv_queue.&lt;/P&gt;&lt;P&gt;      if sy-subrc &amp;gt; 0.&lt;/P&gt;&lt;P&gt;        message e502 raising queue_not_existing &lt;/P&gt;&lt;P&gt;                                 with iv_queue.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      insert lv_t346 into table gt_t346.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our case the plant will not be configured for RF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2004 17:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-queue-information-error-while-creating-an-inbound-wmtord-message/m-p/802166#M40993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-02T17:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: RF Queue information error while creating an inbound WMTORD message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-queue-information-error-while-creating-an-inbound-wmtord-message/m-p/802167#M40994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aveek Ghose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read an article on Mobile Data entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have following documentation for RF applications;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Mobile Data Entry Programming Guide and&lt;/P&gt;&lt;P&gt;2) Programming Guidelines for RF Applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, can you provide any documentation that helps development of custom RF transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 17:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-queue-information-error-while-creating-an-inbound-wmtord-message/m-p/802167#M40994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T17:41:46Z</dc:date>
    </item>
  </channel>
</rss>

