<?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: How to create a batch for a material, with batch characteristic input? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-batch-for-a-material-with-batch-characteristic-input/m-p/1878835#M369260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to update batch characteristics rather than material characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jan 2007 01:14:54 GMT</pubDate>
    <dc:creator>former_member220801</dc:creator>
    <dc:date>2007-01-27T01:14:54Z</dc:date>
    <item>
      <title>How to create a batch for a material, with batch characteristic input?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-batch-for-a-material-with-batch-characteristic-input/m-p/1878833#M369258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using BAPI_BATCH_CREATE to create batch for materials in my program. However, I find no way to input the batch characteristics. Is there any existing function module responsible for that? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 01:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-batch-for-a-material-with-batch-characteristic-input/m-p/1878833#M369258</guid>
      <dc:creator>former_member220801</dc:creator>
      <dc:date>2007-01-26T01:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a batch for a material, with batch characteristic input?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-batch-for-a-material-with-batch-characteristic-input/m-p/1878834#M369259</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;You can use FMs 'CLVF_INSERT_AUSP' or 'CLVF_INSERT_AUSP' to insert or update characteristics for materials. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the structure INS_AUSP or UPD_AUSP -&lt;/P&gt;&lt;P&gt;OBJEK corresponds to the material number, &lt;/P&gt;&lt;P&gt;ATINN is the characteristic name,&lt;/P&gt;&lt;P&gt;KLART is the class type which is '001' for materials, and &lt;/P&gt;&lt;P&gt;ATWRT is the characteristic value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Populate values into the above fields for the batch of materials and call this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found useful...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 02:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-batch-for-a-material-with-batch-characteristic-input/m-p/1878834#M369259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T02:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a batch for a material, with batch characteristic input?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-batch-for-a-material-with-batch-characteristic-input/m-p/1878835#M369260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to update batch characteristics rather than material characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 01:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-batch-for-a-material-with-batch-characteristic-input/m-p/1878835#M369260</guid>
      <dc:creator>former_member220801</dc:creator>
      <dc:date>2007-01-27T01:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a batch for a material, with batch characteristic input?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-batch-for-a-material-with-batch-characteristic-input/m-p/1878836#M369261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gundam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the fm VB_CHANGE_BATCH followed by BAPI_TRNSACTION_COMMIT for update the batch characteritsics,I have successfully implememted the same,&lt;/P&gt;&lt;P&gt;You all need to populate the structure CLBATCH with characteristics name,value,atinn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 09:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-batch-for-a-material-with-batch-characteristic-input/m-p/1878836#M369261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T09:27:26Z</dc:date>
    </item>
  </channel>
</rss>

