<?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 batch characteristic validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characteristic-validation/m-p/1494180#M229579</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 have process inbound idocs, where I have to create batch numbers for materials if they do not exist and correspondingly batch characteristics too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used functions BAPI_BATCH_CREATE , BAPI_OBJCL_CREATE and for the existing characteristic values BAPI_OBJCL_CHANGE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;While testing I am able to create new batches for materials. But where do I check ( in terms of tables) whether characteristics are created or updated. I am trying tables CABN and CAWN but i dont see my data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a mistake, kindly tell me what I have to rectify. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Aug 2006 21:44:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-13T21:44:41Z</dc:date>
    <item>
      <title>batch characteristic validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characteristic-validation/m-p/1494180#M229579</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 have process inbound idocs, where I have to create batch numbers for materials if they do not exist and correspondingly batch characteristics too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used functions BAPI_BATCH_CREATE , BAPI_OBJCL_CREATE and for the existing characteristic values BAPI_OBJCL_CHANGE.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;While testing I am able to create new batches for materials. But where do I check ( in terms of tables) whether characteristics are created or updated. I am trying tables CABN and CAWN but i dont see my data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a mistake, kindly tell me what I have to rectify. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Aug 2006 21:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characteristic-validation/m-p/1494180#M229579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-13T21:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: batch characteristic validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characteristic-validation/m-p/1494181#M229580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you have done a COMMIT work after using the BAPI. if not then you will not see the batch information in SAP. &lt;/P&gt;&lt;P&gt; After the BAPI is called you must call BAPI_TRANSACTION_COMMIT to write the changes to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you are doing testing and not using a COMMIT then the system will only simulate the creation of the business object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Mark helpful answers if this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 00:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characteristic-validation/m-p/1494181#M229580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T00:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: batch characteristic validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characteristic-validation/m-p/1494182#M229581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i did use the commit transaction. In the error table i get the message "No assignments found" and 'Assignment is not valid" . I guess there might be a problem in the data populated in the development client. I will check it once more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 15:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characteristic-validation/m-p/1494182#M229581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T15:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: batch characteristic validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characteristic-validation/m-p/1494183#M229582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The characteristic values for a batch a retained on table ausp.   The material and batch are concatenated to get an object key on INOB.  Which can then be used to access table AUSP.  Users can display and maintain batch characteristics using transaction MSC2N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 15:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characteristic-validation/m-p/1494183#M229582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T15:38:06Z</dc:date>
    </item>
  </channel>
</rss>

