<?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 using LSMW direct input method - Issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310607#M792953</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;Thanks for the prompt reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when we split into smaller objects and creating LSMW for each KNB1, KNVV etc ...what method we should use for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;different recording for each LSMW or can we use the direct input method  i.e when loading KNB1, just fill the BKNB1 structure and when loading KNVV just fill the BKNVV structrure ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if we are loading multiple files, how to map the records between the header and item file,  in this case, KNA1 and KNVV?&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>Tue, 05 Feb 2008 09:47:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-05T09:47:07Z</dc:date>
    <item>
      <title>customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310605#M792951</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 working on the customer master upload using LSMW Direct Input method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was given 6 files i.e for KNA1, KNVV, KNB1 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how should i proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should i create a structure for each of the files; like KNA1 as a header structure and the remaining structures in the next level to KNA1 structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how the system will map between the 2 files say between KNA1 and KNVV ( which has got multiple records for each customer); what to do for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, we have some custom fields which should be populated.. i guess we can't see the fields in the structure which we get in the direct input method.. what do do in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be highly appreciated and assure you of full points&lt;/P&gt;&lt;P&gt;&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>Tue, 05 Feb 2008 08:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310605#M792951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T08:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310606#M792952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best method is to split everything into smaller objects.&lt;/P&gt;&lt;P&gt;Start with customer master header data (kna1-level) and load this.&lt;/P&gt;&lt;P&gt;Once this is done, create an LSMW for company code data and a separate one for customer sales data.&lt;/P&gt;&lt;P&gt;It will be a lot easier, then to handle this in one big load (especially if you have sevaral KNVV entries for one customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 08:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310606#M792952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T08:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310607#M792953</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;Thanks for the prompt reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when we split into smaller objects and creating LSMW for each KNB1, KNVV etc ...what method we should use for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;different recording for each LSMW or can we use the direct input method  i.e when loading KNB1, just fill the BKNB1 structure and when loading KNVV just fill the BKNVV structrure ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if we are loading multiple files, how to map the records between the header and item file,  in this case, KNA1 and KNVV?&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>Tue, 05 Feb 2008 09:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310607#M792953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310608#M792954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the direct input method for each object.&lt;/P&gt;&lt;P&gt;In case of sales data :&lt;/P&gt;&lt;P&gt;fill &lt;/P&gt;&lt;P&gt;BGR00&lt;/P&gt;&lt;P&gt;BKN00&lt;/P&gt;&lt;P&gt;BKNVV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linking 2 files:&lt;/P&gt;&lt;P&gt;Just make sure that both files contains a field with the same header. LSMW will link the 2 files automatically&lt;/P&gt;&lt;P&gt;( in case of customer master: KUNNR)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310608#M792954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T09:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310609#M792955</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;Linking 2 files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose in file1 we have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KUNNR NAME1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in file 2 we have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KUNNR VKORG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean to say in the above case LSMW will automatically links the 2 files based on the KUNNR field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls confirm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 12:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310609#M792955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T12:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310610#M792956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;In my opinion, You can create a single LSMW for all the 6 files. Provided, in all the files the first column should be cutomer number. &lt;/P&gt;&lt;P&gt;While creating the source structures, maintain the dependencies, I mean hierarchy. and after that accordingly assign the source to target. If you this, LSMW will automatically consider the multiple bank, address, ect records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to next point, i.e. updating the custom fileds. &lt;/P&gt;&lt;P&gt;There are 2 options. One is to enhance the sap standard direct input program ( there are no user exists for doing this,  you have to write to SAP ) or take the access key change all the structures and programs. &lt;/P&gt;&lt;P&gt;Another option is copy all the structures and programs to Z and then change them, after this do not forget to customize these to LSMW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second option is, After creating the customer master data. Develop an ABAP program or LSMW with recording. You can update the custom fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any issues, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR &lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 13:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310610#M792956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T13:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310611#M792957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Confirmed...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 13:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310611#M792957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T13:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310612#M792958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sreekanth &amp;amp; Kris...just one more thing guys...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to handle quantity fields or currency fields in lsmw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we store that as char fields?&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>Tue, 05 Feb 2008 13:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310612#M792958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T13:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310613#M792959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you have to store them as character fields, normally with a point as decimal (but double check this when testing, it could depend on your user settings)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 14:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310613#M792959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T14:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310614#M792960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks srikanth and kris&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>Tue, 12 Feb 2008 15:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310614#M792960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: customer master upload using LSMW direct input method - Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310615#M792961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're welcome...&lt;/P&gt;&lt;P&gt;if your question is answered, please close,&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 15:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-master-upload-using-lsmw-direct-input-method-issues/m-p/3310615#M792961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T15:41:11Z</dc:date>
    </item>
  </channel>
</rss>

