<?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: ALE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2432178#M543804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with Program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RBDIDOCR and below FM returns message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CHECK_CUSTOMER_NAMES'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                OBJECTTYPE            = 'TABU'&lt;/P&gt;&lt;P&gt;                TABLEKEY              = TABLEKEY&lt;/P&gt;&lt;P&gt;                TABLENAME             = 'EDMSG'&lt;/P&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;                KEY_ALLOWED           = KEY_ALLOWED&lt;/P&gt;&lt;P&gt;                SYSTEM_SAP            = SYSTEM_SAP&lt;/P&gt;&lt;P&gt;                TABLE_NOT_FOUND       = TABLE_NOT_FOUND&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                OBJECTTYPE_NOT_FILLED = 01&lt;/P&gt;&lt;P&gt;                TABLENAME_NOT_FILLED  = 02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF KEY_ALLOWED = SPACE.&lt;/P&gt;&lt;P&gt;        IF SYSTEM_SAP IS INITIAL.&lt;/P&gt;&lt;P&gt;          MESSAGE W119 WITH BDI_MESTYP.&lt;/P&gt;&lt;P&gt;        ELSE.&lt;/P&gt;&lt;P&gt;          MESSAGE W155 WITH BDI_MESTYP.&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;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2007 00:36:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-04T00:36:43Z</dc:date>
    <item>
      <title>ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2432177#M543803</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 have configured ALE for outbound processing using a sales order message type. The message type in the sales order has an error B1129 telling me that "According to the ALE distribution customer model, no messages of type ORDRSP are distributed from this system.  I have checked WE24 and the recipient has added correctly and config for message type looks correct (followed the development steps in WEDI).  Is there some other config I am missing?&lt;/P&gt;&lt;P&gt;This has all been tested in the Development system and worked fine, but is not working in the production system and we go live today!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 00:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2432177#M543803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T00:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2432178#M543804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with Program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RBDIDOCR and below FM returns message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CHECK_CUSTOMER_NAMES'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                OBJECTTYPE            = 'TABU'&lt;/P&gt;&lt;P&gt;                TABLEKEY              = TABLEKEY&lt;/P&gt;&lt;P&gt;                TABLENAME             = 'EDMSG'&lt;/P&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;                KEY_ALLOWED           = KEY_ALLOWED&lt;/P&gt;&lt;P&gt;                SYSTEM_SAP            = SYSTEM_SAP&lt;/P&gt;&lt;P&gt;                TABLE_NOT_FOUND       = TABLE_NOT_FOUND&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                OBJECTTYPE_NOT_FILLED = 01&lt;/P&gt;&lt;P&gt;                TABLENAME_NOT_FILLED  = 02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF KEY_ALLOWED = SPACE.&lt;/P&gt;&lt;P&gt;        IF SYSTEM_SAP IS INITIAL.&lt;/P&gt;&lt;P&gt;          MESSAGE W119 WITH BDI_MESTYP.&lt;/P&gt;&lt;P&gt;        ELSE.&lt;/P&gt;&lt;P&gt;          MESSAGE W155 WITH BDI_MESTYP.&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;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 00:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2432178#M543804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T00:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2432179#M543805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had not set up the new message type in the distribution model (BD64)!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 01:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/2432179#M543805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T01:30:12Z</dc:date>
    </item>
  </channel>
</rss>

