<?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: problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018716#M80630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi simon,&lt;/P&gt;&lt;P&gt;        you can do that using transaction BD10.&lt;/P&gt;&lt;P&gt; Here u can specify the material names and make it  send automatically.&lt;/P&gt;&lt;P&gt; Even if u want it to be send automatically without user typing the material name in BD10, u can do that using either call transaction or seession for BD10 and scheduling the BDC program in SM36 to run periodically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else if u want to send only the changes automatically periodically, instead of whole extract, then do the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to transaction BD61 and activate change pointers.&lt;/P&gt;&lt;P&gt;2) Goto transaction BD50 and activate change pointer for message type MATMAS.&lt;/P&gt;&lt;P&gt;3)Perform a BDC program for the transaction BD21 passing the IDOC type (MAtMAS01 or anyotherversions)or IDoc number.&lt;/P&gt;&lt;P&gt;4)Schedule this program to run periodically. (In sm36)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now changes to ur material master is sent as idoc periodically .&lt;/P&gt;&lt;P&gt;here the use of BD21 is to trigger the IDOc generation for the changes of particular IDoc type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will be sufficient for u to do it successfully.&lt;/P&gt;&lt;P&gt;Lemme knwo u solved the problem by awarding points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;praveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Praveen Rajendran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2005 12:32:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-08T12:32:46Z</dc:date>
    <item>
      <title>problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018714#M80628</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;I am trying to send MATMAS data from one R/3 to another.&lt;/P&gt;&lt;P&gt;I have achieved the connection and It is running fine with WE19.&lt;/P&gt;&lt;P&gt;I want to trigger the idocs automatically.&lt;/P&gt;&lt;P&gt;How can I trigger IDOCS automatically.&lt;/P&gt;&lt;P&gt;Can anybody suggest me how to develop code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 12:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018714#M80628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T12:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018715#M80629</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;For information about IDOCS,check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.henrikfrank.dk/abapuk.html" target="test_blank"&gt;http://www.henrikfrank.dk/abapuk.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/idoc_abap.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/idoc_abap.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 12:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018715#M80629</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-08-08T12:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018716#M80630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi simon,&lt;/P&gt;&lt;P&gt;        you can do that using transaction BD10.&lt;/P&gt;&lt;P&gt; Here u can specify the material names and make it  send automatically.&lt;/P&gt;&lt;P&gt; Even if u want it to be send automatically without user typing the material name in BD10, u can do that using either call transaction or seession for BD10 and scheduling the BDC program in SM36 to run periodically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else if u want to send only the changes automatically periodically, instead of whole extract, then do the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to transaction BD61 and activate change pointers.&lt;/P&gt;&lt;P&gt;2) Goto transaction BD50 and activate change pointer for message type MATMAS.&lt;/P&gt;&lt;P&gt;3)Perform a BDC program for the transaction BD21 passing the IDOC type (MAtMAS01 or anyotherversions)or IDoc number.&lt;/P&gt;&lt;P&gt;4)Schedule this program to run periodically. (In sm36)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now changes to ur material master is sent as idoc periodically .&lt;/P&gt;&lt;P&gt;here the use of BD21 is to trigger the IDOc generation for the changes of particular IDoc type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will be sufficient for u to do it successfully.&lt;/P&gt;&lt;P&gt;Lemme knwo u solved the problem by awarding points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;praveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Praveen Rajendran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 12:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018716#M80630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T12:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018717#M80631</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;I am trying to send material data form one R/3 to another. First I am trying to send material data by using bd10 for testing purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I chose the lower limit and upper limit and logical system as receiver R/3.&lt;/P&gt;&lt;P&gt;Two errors are coming up .&lt;/P&gt;&lt;P&gt;1)	161 master idoc&amp;#146;s generated for type matmas.&lt;/P&gt;&lt;P&gt;2)	0 communication idocs generated for message type matmas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 13:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018717#M80631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018718#M80632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create ALE distribution model. Run transaction BD64. Create a model view. Add a message type to that model view. Enter your source and target system. Enter message type MATMAS. Then make sure you create an Idoc port definition(WE21) and partner profile (WE20).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 13:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018718#M80632</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2005-08-09T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018719#M80633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi simon,&lt;/P&gt;&lt;P&gt;          u first have to create port definition (trfc ports), partner profile(LS, logical system) in we21 and we20 respectively.&lt;/P&gt;&lt;P&gt;then u gotto create custom distribution model in bd64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U give sender system, receiver system and store the model.&lt;/P&gt;&lt;P&gt;now u go to the bd64 menus. in a menu, u'll find a option 'generate partner profile'. select it.&lt;/P&gt;&lt;P&gt;then u have to provide all necessary details it ask for, in that screen and execute it. U have to get messge that, sync is genereted and partener found and genertaed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u do all this, u r done with that.&lt;/P&gt;&lt;P&gt;and then do all the change pointer stuff i said in the previous post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me knwo whether u solved it, by giving points.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 14:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018719#M80633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T14:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018720#M80634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Try this link for any information you need on ALE.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an&lt;/A&gt; advanced guide to implementing application link enabling.pdf&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 14:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem/m-p/1018720#M80634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T14:30:49Z</dc:date>
    </item>
  </channel>
</rss>

