<?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 ALE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626939#M280046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;My questions are as follows - &lt;/P&gt;&lt;P&gt;1.please tell me about message control and its purpose.&lt;/P&gt;&lt;P&gt;2.please tell me about stand alone program.&lt;/P&gt;&lt;P&gt;3.can we write our own code for sending data?&lt;/P&gt;&lt;P&gt;4.what is idoc programming?&lt;/P&gt;&lt;P&gt;5.what is change pointer method and what is the purpose.&lt;/P&gt;&lt;P&gt;6.what is the use of filter and conversion how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx and Regards,&lt;/P&gt;&lt;P&gt;-Pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2006 10:09:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-12T10:09:29Z</dc:date>
    <item>
      <title>ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626939#M280046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;My questions are as follows - &lt;/P&gt;&lt;P&gt;1.please tell me about message control and its purpose.&lt;/P&gt;&lt;P&gt;2.please tell me about stand alone program.&lt;/P&gt;&lt;P&gt;3.can we write our own code for sending data?&lt;/P&gt;&lt;P&gt;4.what is idoc programming?&lt;/P&gt;&lt;P&gt;5.what is change pointer method and what is the purpose.&lt;/P&gt;&lt;P&gt;6.what is the use of filter and conversion how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx and Regards,&lt;/P&gt;&lt;P&gt;-Pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626939#M280046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T10:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626940#M280047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;message control is one of the method to generate an outbound idoc.Usually transactional data such as purchase orders,sales orders we will go for this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt;Standalone program is nothing but to create an iodc using Function module -&amp;gt;MASTER_IDOC_DISTRIBUTE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3&amp;gt;YES WE CAN WRITE our own code for creating an idoc,this scenario comes if SAP's standard idoc couldn't serve our purpose.here evrything should be customized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5&amp;gt;Change pointer method is also another method to trigger an outbound idoc.this will come if we want to trigger an idoc for a change in some fields of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6&amp;gt;Filtering is nothing but to filter the unwanted infornmation.For example if we use standard idoc it will display all the fields ,but i want to populate only some of the fields ,we can achieve this by segment filtering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626940#M280047</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-09-12T10:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626941#M280048</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; Give me ur mail id, I shall send you a nice document on ALE.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Change pointer method&amp;lt;/b&amp;gt;: Changes done in one system gets reflected in other system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following steps explain about how do the changes reflect in case of two clients ( 800 and 810).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Activating Change Pointers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change pointer generation has to be activated at both the&lt;/P&gt;&lt;P&gt;general level and message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Goto BD61, check the checkbox Change pointers activated - generally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Goto BD50, Choose the row for message type MATMAS, and check mark the corresponding field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Converting change pointers to IDOCs&lt;/P&gt;&lt;P&gt;&amp;#149; Create, change or mark for deletion materials using&lt;/P&gt;&lt;P&gt;transaction MM01, MM02, or MM06.&lt;/P&gt;&lt;P&gt;&amp;#149; Execute transaction BD21&lt;/P&gt;&lt;P&gt;&amp;#149; Enter Message type MATMAS&lt;/P&gt;&lt;P&gt;&amp;#149; Execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see tha changes gets reflected in 810 client that are done in 800 client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 10:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626941#M280048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-12T10:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626942#M280049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sailaja,&lt;/P&gt;&lt;P&gt;Please note down my mail ID&lt;/P&gt;&lt;P&gt;pankajsingh020@hotmail.com&lt;/P&gt;&lt;P&gt;thanx &amp;amp; regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 09:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626942#M280049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T09:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626943#M280050</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 learning ALE/idoc check the foll links,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/whitepapers/ale.htm" target="test_blank"&gt;http://www.sapgenie.com/whitepapers/ale.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/ale/index.htm" target="test_blank"&gt;http://www.sapgenie.com/ale/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap.html" target="test_blank"&gt;http://www.sappoint.com/abap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/ALE_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/ALE_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEHR/CABFAALEHR_ALE_QS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEHR/CABFAALEHR_ALE_QS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/ECPCA/ECPCA_ALE_154.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/ECPCA/ECPCA_ALE_154.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 09:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626943#M280050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T09:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626944#M280051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;kindly send me some information regarding i docs and ALE.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2006 04:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626944#M280051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-23T04:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626945#M280052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Message control - Used for transfering Transaction data like PO etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You can write own code to send data. eg using FM MASTER_IDOC_DISTRIBUTE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. IDOC programming is nothing but programming in ABAP to send IDOC or receive IDOC. Tables used are EDIDC, EDID4 and EDIDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Change pointer is a concept used to record the creation of records or changes to the existing record. The tables used are BDCP and BDCPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Filter is used in the Customer distribution model. Tcode BD64. This is used to filter the records and send the data. Eg. You create Purchase orders. But based on the purchasing group it has to go to different Buyers. Then use the filter concept to send the data. The respective Buyers will get records pertaining to thier purchasing group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2006 05:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626945#M280052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-23T05:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: ALE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626946#M280053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sailaja could u also send the documents to my mail id k_nreddy@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 18:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale/m-p/1626946#M280053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T18:21:43Z</dc:date>
    </item>
  </channel>
</rss>

