<?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 Error in IDOC processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc-processing/m-p/2593607#M593932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes when i try to create an IDOC from a mesage of an inbound delivery, the system trigger the error "El destinatario LS DIARIOS LS no es válido en este IDOC" (B1 120), I've checked the configuration and I can see no problem, if i try to repeat the message the idoc then ends succesfully... Could someone tell me where can be the problem... ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows about a buffer problem in idoc's generation???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2007 16:30:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-30T16:30:25Z</dc:date>
    <item>
      <title>Error in IDOC processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc-processing/m-p/2593607#M593932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes when i try to create an IDOC from a mesage of an inbound delivery, the system trigger the error "El destinatario LS DIARIOS LS no es válido en este IDOC" (B1 120), I've checked the configuration and I can see no problem, if i try to repeat the message the idoc then ends succesfully... Could someone tell me where can be the problem... ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows about a buffer problem in idoc's generation???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 16:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc-processing/m-p/2593607#M593932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T16:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in IDOC processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc-processing/m-p/2593608#M593933</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;If you check the message B1 and message 120 has been used in 3 function modules&lt;/P&gt;&lt;P&gt;here all are pointing to RCVPRT and partner type LS&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1. COMMUNICATION_IDOC_CREATE
  
  if idoc_created is initial and
   idoc_control-rcvprt = partner_type_ls_c.
    message a120(b1) with idoc_control-rcvprt
                    idoc_control-rcvprn
                    idoc_control-rcvpfc
                    idoc_control-mestyp
       raising receiver_not_authorized.
  endif.

2. MASTER_IDOC_DISTRIBUTE
    elseif communication_idoc_control-rcvprt = partner_type_ls_c.
      message a120(b1) with communication_idoc_control-rcvprt
                      communication_idoc_control-rcvprn
                      communication_idoc_control-rcvpfc
                      communication_idoc_control-mestyp
        raising error_in_idoc_control.
    endif.

3. ALE_IDOC_PROCESS_ERROR_OUT
    elseif resulting_idoc_control-rcvprt = partner_type_ls_c.
      message a120(b1) with resulting_idoc_control-rcvprt
                      resulting_idoc_control-rcvprn
                      resulting_idoc_control-rcvpfc
                      resulting_idoc_control-mestyp.
    endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 16:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc-processing/m-p/2593608#M593933</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-07-30T16:42:55Z</dc:date>
    </item>
  </channel>
</rss>

