<?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: Batch Classification using BAPI_OBJCL_CHANGE_KEY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134583#M1365952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me explain the entire scenario.&lt;/P&gt;&lt;P&gt;once a inspection lot is created it is sent to a different vendor for its usage decision. the usage decision comes back to us as a flat file and we have to update the batch characteristics.&lt;/P&gt;&lt;P&gt;if the interface wouldn't have been there the we would do it through MSC2N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the steps are as follows:&lt;/P&gt;&lt;P&gt;Step1 - from transaction cor1 the process order is created&lt;/P&gt;&lt;P&gt;step2 - from cor2 process order &lt;/P&gt;&lt;P&gt;step3 - from cor6n, do the goods movement, give storage location and save&lt;/P&gt;&lt;P&gt;step4 - the interface work starts::&lt;/P&gt;&lt;P&gt;            we get the inspection lot number from the proxy structure for the batch. now we need to update the batch characteristics&lt;/P&gt;&lt;P&gt;            as we do in transaction MSC2N. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use the Bapi here. now tell me how do i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2009 12:04:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-08T12:04:06Z</dc:date>
    <item>
      <title>Batch Classification using BAPI_OBJCL_CHANGE_KEY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134579#M1365948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to do Batch Classification using the Bapi "BAPI_OBJCL_CHANGE_KEY". What do I have to pass in CLOBJECTKEY. As I am doing Batch Classification I am passing the Batch Number but it is not working with that. Can I get some help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 10:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134579#M1365948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T10:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Classification using BAPI_OBJCL_CHANGE_KEY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134580#M1365949</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;The value what you need to pass there is the SAP GUI ID, which you can get from the document table. In the enterprise versions of SAP this field is added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 11:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134580#M1365949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T11:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Classification using BAPI_OBJCL_CHANGE_KEY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134581#M1365950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check INOB table the field is CUOBJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 11:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134581#M1365950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T11:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Classification using BAPI_OBJCL_CHANGE_KEY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134582#M1365951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing it in a proxy. I am getting the inspection lot number, Batch Number, Material Number etc from the proxy structure. &lt;/P&gt;&lt;P&gt;Are you talking about the CUOBJ field from the QALS table. I tried testing the BAPI with that but it is not running. I am getting a message object does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with some code snippet if you have worked with it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 11:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134582#M1365951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T11:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Classification using BAPI_OBJCL_CHANGE_KEY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134583#M1365952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me explain the entire scenario.&lt;/P&gt;&lt;P&gt;once a inspection lot is created it is sent to a different vendor for its usage decision. the usage decision comes back to us as a flat file and we have to update the batch characteristics.&lt;/P&gt;&lt;P&gt;if the interface wouldn't have been there the we would do it through MSC2N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the steps are as follows:&lt;/P&gt;&lt;P&gt;Step1 - from transaction cor1 the process order is created&lt;/P&gt;&lt;P&gt;step2 - from cor2 process order &lt;/P&gt;&lt;P&gt;step3 - from cor6n, do the goods movement, give storage location and save&lt;/P&gt;&lt;P&gt;step4 - the interface work starts::&lt;/P&gt;&lt;P&gt;            we get the inspection lot number from the proxy structure for the batch. now we need to update the batch characteristics&lt;/P&gt;&lt;P&gt;            as we do in transaction MSC2N. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use the Bapi here. now tell me how do i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 12:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-classification-using-bapi-objcl-change-key/m-p/6134583#M1365952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T12:04:06Z</dc:date>
    </item>
  </channel>
</rss>

