<?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: Customer Master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380797#M185930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreshta,&lt;/P&gt;&lt;P&gt;          Try using transactions 'wedi' and 'spro'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanuja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jun 2006 06:09:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-26T06:09:59Z</dc:date>
    <item>
      <title>Customer Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380792#M185925</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 am creating a new customer in customer master(XD01) . I have to create i.e replicate the same customer in another R/3 system . How do i do it? I could not find any place where i can directly configure an output type for Idocs . Do i have to write a code to send the data in idoc format  ? Wat is the real time method ? Plz help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx And Regards ,&lt;/P&gt;&lt;P&gt;srestha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 05:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380792#M185925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T05:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380793#M185926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sd  , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just  u have to send all Customer master data into another R/3 systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use BAPI or IDocs to send data .&lt;/P&gt;&lt;P&gt;in that idoc selete the Message type &amp;lt;b&amp;gt;DEBMAS&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 05:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380793#M185926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T05:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380794#M185927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like to suggest few methods.&lt;/P&gt;&lt;P&gt;1) using the Idoc &amp;lt;b&amp;gt;DEBMAS&amp;lt;/b&amp;gt;. I do'nt think code is needed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Using Customer Master creation BAPIs like &amp;lt;b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPI_CUSTOMER_CREATE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&amp;lt;/b&amp;gt; You may need to pick values from the source client by calling this program from dest client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Mann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 05:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380794#M185927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T05:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380795#M185928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srestha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at txn &amp;lt;b&amp;gt;BD12&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Akshay Bhagwat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Some points would be nice if it helps:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Akshay Bhagwat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 05:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380795#M185928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T05:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380796#M185929</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 dont want to use Bapi . I have to use Idocs.I know DEBMAS exixts for Customer master but where do i link the output type with the customer and how do i send it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx and Regards,&lt;/P&gt;&lt;P&gt;Srestha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 05:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380796#M185929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T05:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380797#M185930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreshta,&lt;/P&gt;&lt;P&gt;          Try using transactions 'wedi' and 'spro'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanuja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 06:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380797#M185930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T06:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380798#M185931</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;Cud u tell me how to link an EDI output type to  idoc type and send a vendor  details idoc using dat ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx and Regards ,&lt;/P&gt;&lt;P&gt;Srestha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 06:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master/m-p/1380798#M185931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T06:32:34Z</dc:date>
    </item>
  </channel>
</rss>

