<?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 Classification LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-lsmw/m-p/4583858#M1081264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyboy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using LSMW to upload the classification view (t-code CL20) - batch imput RCCLBI02.&lt;/P&gt;&lt;P&gt;For one line it' working, my problem is whe I have one classe and more than one charactherisitics and it's values.&lt;/P&gt;&lt;P&gt;The archive belows works:&lt;/P&gt;&lt;P&gt;KLART;OBJEK;CLASS;STATU;STDCL;XLINE;OBTAB;LKENZ;ATNAM;ATWRT&lt;/P&gt;&lt;P&gt;001;000000004000000076;Z_BALISTICO;;;;;;Z_CARGA;TEST&lt;/P&gt;&lt;P&gt;But I need to insert for the same material/class(Z_BALISTICO) another characteristic, like Z_ARMA and value 10. If I copy the line again with the same values the batch imput doesn't work.&lt;/P&gt;&lt;P&gt;Someone knows how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ins advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guiza&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Guilherme Digiampietri on Sep 23, 2008 7:52 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Guilherme Digiampietri on Sep 23, 2008 7:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2008 17:52:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-23T17:52:39Z</dc:date>
    <item>
      <title>Classification LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-lsmw/m-p/4583858#M1081264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyboy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using LSMW to upload the classification view (t-code CL20) - batch imput RCCLBI02.&lt;/P&gt;&lt;P&gt;For one line it' working, my problem is whe I have one classe and more than one charactherisitics and it's values.&lt;/P&gt;&lt;P&gt;The archive belows works:&lt;/P&gt;&lt;P&gt;KLART;OBJEK;CLASS;STATU;STDCL;XLINE;OBTAB;LKENZ;ATNAM;ATWRT&lt;/P&gt;&lt;P&gt;001;000000004000000076;Z_BALISTICO;;;;;;Z_CARGA;TEST&lt;/P&gt;&lt;P&gt;But I need to insert for the same material/class(Z_BALISTICO) another characteristic, like Z_ARMA and value 10. If I copy the line again with the same values the batch imput doesn't work.&lt;/P&gt;&lt;P&gt;Someone knows how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ins advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guiza&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Guilherme Digiampietri on Sep 23, 2008 7:52 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Guilherme Digiampietri on Sep 23, 2008 7:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 17:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-lsmw/m-p/4583858#M1081264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T17:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Classification LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-lsmw/m-p/4583859#M1081265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guiza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use hierarchical source structure in LSMW to upload class data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Upper source structure should contain all the data required for that class and lower source structure should contain only characteristics for that class. In this way you will be able to upload multiple characteristic for a particular class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must give &lt;STRONG&gt;field identifier&lt;/STRONG&gt; for this while maintaining fields for source structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While specifing file in step 7, select radio button &lt;STRONG&gt;Data for multiple source structure&lt;/STRONG&gt; and in next step assign your file to both structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your load file will look like this:&lt;/P&gt;&lt;P&gt;H	C_100000030	023	99991231&lt;/P&gt;&lt;P&gt;I	CRP-APPR						&lt;/P&gt;&lt;P&gt;I	CRP-BORON						&lt;/P&gt;&lt;P&gt;I	CRP-CALCM	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brajvir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 05:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-lsmw/m-p/4583859#M1081265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T05:01:09Z</dc:date>
    </item>
  </channel>
</rss>

