<?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: Loading Customer Master - the additional fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881428#M51714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the replies, they have been very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see Srinivas's method work but as i will probably use Murugesh's idea of a recording to fill in the additional fields to minimize ABAP development (due to project policy).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2005 09:58:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-26T09:58:00Z</dc:date>
    <item>
      <title>Loading Customer Master - the additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881425#M51711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i am new to SAP so please correct me if im saying something stupid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to load the customer master but i have been having trouble populating some the the fields found in the XD01 transaction e.g. street1, 2 and 3, email address. Methods i have used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. LSMW and program RFBIDE00. This was fine loading the standard customer fields but didnt have the additional fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.I looked in the documentation for the above program and it said use BAPI object BUS4001 (method SAVEREPLICA) to populate the  additional fields which i did passing "KNA1" and the customer number that was created using RFBIDE00. However, rather than overwriting/populating the fields of the customer master that was already loaded, it created another record in table ADRC with a different ADDRNUMBER from the original address data. There was no where in the mapping section of LSMW to allow me to specify ADDRNUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. I also tried IDOC message type DEBMAS in LSMW but out of the 6 versions of the message i still couldnt find the additional fields street1 ,2 ,3 and email address etc  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i guess i have 2 questions. &lt;/P&gt;&lt;P&gt;Q1.Is there a way to specify ADDRNUMBER using method 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q2. If not, what other methods are there to allow me to load these additional fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is very much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2005 11:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881425#M51711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-25T11:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Customer Master - the additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881426#M51712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest a 2 step approach for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Load all the SAP Std available fields in Std structure of the DI program RFBIDE00 and create the record in SAP. This method is an LSMW with DI method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In the second step create a recording in LSMW to fill the additional fields which is needed to be loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Please let me know how this goes about!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2005 14:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881426#M51712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-25T14:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Customer Master - the additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881427#M51713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method SAVEREPLI works as long as your customer number is entered in internal format. I tried a simple test where I used the getdetails method to get the address of the customer, change street 2 and street 3, use the SAVEREPLI method to change it and commit at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program did update the customer master with the new information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2005 16:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881427#M51713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-25T16:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Customer Master - the additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881428#M51714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the replies, they have been very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see Srinivas's method work but as i will probably use Murugesh's idea of a recording to fill in the additional fields to minimize ABAP development (due to project policy).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2005 09:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881428#M51714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-26T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Customer Master - the additional fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881429#M51715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread if you've got an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day ahead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2005 10:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loading-customer-master-the-additional-fields/m-p/881429#M51715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-26T10:37:20Z</dc:date>
    </item>
  </channel>
</rss>

