<?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 upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476953#M835808</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'm doing this through LSMW (direct input method).. i was gives files separately for KNVV data KNA1 data ; so basically a file for each table or rather a view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to upload that data... whats the best way to do that in lsmw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you remember some time back i have asked this question, so basically just trying to do what you suggested...&lt;/P&gt;&lt;P&gt;uploading first kna1 data later knb1, knb5 ...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm getting error when i'm trying to do like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 12:45:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-29T12:45:38Z</dc:date>
    <item>
      <title>customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476949#M835804</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 ws trying to upload customer master data via LSMW.&lt;/P&gt;&lt;P&gt;i planned to upload the data part by part. i mean first i planned to upload kna1 data,  later knbk,knvv,knvb etc etc. i thought of developing new object for each upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i'm trying to upload only KNA1 data, its also asking for fields from knvv or knbk i.e mandatory fields. so its not going further giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to upload the data in this scenario like uploading table after table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;full points assured..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 11:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476949#M835804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T11:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476950#M835805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are loading via a script / BDC : what checkboxes did you mark on the first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you fill in company code or sales data even though you were only trying to load the general data screen(s) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 12:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476950#M835805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T12:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476951#M835806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  I dont think that is it posible to upload data table by table when you are using a BDC for a transaction.&lt;/P&gt;&lt;P&gt;In case you want to upload data table by table then better option would be to use a report , but this can result in data inconsistency as the system will not be checking for consistency as it does when you upload data using a transaction.&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>Fri, 29 Feb 2008 12:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476951#M835806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T12:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476952#M835807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not do table by table, indeed. But you can do view by view.&lt;/P&gt;&lt;P&gt;e.g. first general data = related to KNA1,&lt;/P&gt;&lt;P&gt;afterwards sales data = related to KNVV&lt;/P&gt;&lt;P&gt;then bank data, company code data, etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 12:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476952#M835807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T12:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476953#M835808</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'm doing this through LSMW (direct input method).. i was gives files separately for KNVV data KNA1 data ; so basically a file for each table or rather a view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to upload that data... whats the best way to do that in lsmw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you remember some time back i have asked this question, so basically just trying to do what you suggested...&lt;/P&gt;&lt;P&gt;uploading first kna1 data later knb1, knb5 ...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm getting error when i'm trying to do like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 12:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476953#M835808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T12:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476954#M835809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It s all a matter of mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some tips when mapping KNA1 :&lt;/P&gt;&lt;P&gt;- Target structure BGR00 : make sure you enter a / in the nodate field&lt;/P&gt;&lt;P&gt;- Target structure BKN00&lt;/P&gt;&lt;P&gt;STYPE = 1&lt;/P&gt;&lt;P&gt;TCODE = XD01 or XD02 for changing&lt;/P&gt;&lt;P&gt;KUNNR = external number &lt;/P&gt;&lt;P&gt;BUKRS  = '/'&lt;/P&gt;&lt;P&gt;VKORG = '/'&lt;/P&gt;&lt;P&gt;VTWEG = '/'&lt;/P&gt;&lt;P&gt;SPART = '/'&lt;/P&gt;&lt;P&gt;KTOKD = cust group&lt;/P&gt;&lt;P&gt;KKBER = '/'&lt;/P&gt;&lt;P&gt;- Target structure BKNA1 : fill a / in the fields you don t want to update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- All other target structures : no mapping &lt;/P&gt;&lt;P&gt;(make sure these are not present in your converted file)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476954#M835809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476955#M835810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am passing the kna1 data to the kna1 structure; for BKN00 structure, i'm passing the kunnr,vkorg,vtweg,spart and account group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i ran the transaction in foreground mode, i observed that apart from the KNA1 data, its going to the other screens as well i.e screens in which fields are from knb1 or other table and also mandatory fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476955#M835810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476956#M835811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't pass vkorg,vtweg,spart (this is meant for KNVV-fields)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476956#M835811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476957#M835812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i create a customer with the KNA1 data, later when i want to add sales area data to the existing customer via LSMW giving the tcode 'XD02', its not allowing to do so; its giving me the error 'Customer has not been created for the sales org ' ' distri channel ' ' and division ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats the reason, i'm giving the sales area data at the starting itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need your suggestion as to how i should go about uploading the multiple files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476957#M835812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476958#M835813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; when i create a customer with the KNA1 data, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here use XD01 and don t specify sales org, distr ch and division.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; later when i want to add sales area data to the existing customer via LSMW giving the tcode 'XD02', its not allowing to do so; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use XD01 instead XD02 and fill in sales org, distr ch and division&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476958#M835813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476959#M835814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we give XD01, its giving error 'Account already exists....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476959#M835814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476960#M835815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which step?&lt;/P&gt;&lt;P&gt;The kna1 creation (step 1) or the knvv creation (step 2) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible scenarios:&lt;/P&gt;&lt;P&gt;1 ) KNA1 and KNVV exists already.&lt;/P&gt;&lt;P&gt;No create possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 ) KNA1 exists, KNVV does not exist.&lt;/P&gt;&lt;P&gt;Step 1 not possible &lt;/P&gt;&lt;P&gt;Step 2 : use XD01 to create sales view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 ) KNA1 and KNVV does not exist&lt;/P&gt;&lt;P&gt;step 1 : use XD01&lt;/P&gt;&lt;P&gt;step 2 : use XD01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476960#M835815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476961#M835816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i' m talking about the step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;customer already exists : i have uploaded the kna1 data through lsmw;  tcode : XD01&lt;/P&gt;&lt;P&gt;next i tried to upload the knvv data thru lsmw : tcode XD01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here its giving the error which i mentioned earlier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 14:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476961#M835816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T14:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476962#M835817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you create KNVV data during the first step or only KNA1 data? I mean did you fill in sales org during the KNA1 load?&lt;/P&gt;&lt;P&gt;Cause if it says that the customer already exists for the mentioned sales org, then it was already created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you specify a customer number in the second step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 14:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476962#M835817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T14:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476963#M835818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created the kna1 in the first step. i did not give any sales area data when uploading kna1 and the tcode i used in XD01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;later i have tried to upload KNVV data giving sales area data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have checked. customer is there but not assigned to any sales area but still giving the error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 14:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476963#M835818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T14:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476964#M835819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Step 2&lt;/P&gt;&lt;P&gt;When loading KNVV, fill in BKN00 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STYPE = 1&lt;/P&gt;&lt;P&gt;TCODE = XD01&lt;/P&gt;&lt;P&gt;KUNNR = Customer number &lt;/P&gt;&lt;P&gt;BUKRS = '/'&lt;/P&gt;&lt;P&gt;VKORG = Sales org&lt;/P&gt;&lt;P&gt;VTWEG = vtweg&lt;/P&gt;&lt;P&gt;SPART =  spart&lt;/P&gt;&lt;P&gt;KTOKD = '/'&lt;/P&gt;&lt;P&gt;KKBER = '/'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get the error&lt;/P&gt;&lt;P&gt;'Customer has not been created for the sales org ' ' distri channel ' ' and division ' '&lt;/P&gt;&lt;P&gt;then it means that sales org/distr ch and division were not filled in in BKN00.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 14:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload/m-p/3476964#M835819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T14:44:02Z</dc:date>
    </item>
  </channel>
</rss>

