<?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: Classification tab in BAPI_BATCH_SAVE_REPLICA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663611#M1446667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreekant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the data you pass, below fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTKEY = concatenate 'Internal Material number' &amp;amp; plant &amp;amp; batch number&lt;/P&gt;&lt;P&gt;OBJECTTABLE = MCHA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in bothe the structures CLASSALLOCATIONS and CLASSVALUATIONSCHAR. It will udpate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Luri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Oct 2010 13:21:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-29T13:21:51Z</dc:date>
    <item>
      <title>Classification tab in BAPI_BATCH_SAVE_REPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663606#M1446662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using BAPI_BATCH_SAVE_REPLICA to create batch with characteristics . I have a requirement to fill characteristic  name and value . The field names of the same are ATNAM and ATWRT respectively. The firld name of characteristic description  is ATBEZ. Going through certain threads of SDN I have understood I need to pass values to CLASSALLOCATIONS and CLASSVALUATIONSCHAR . Inspite of doing the same &lt;STRONG&gt;I able to create a batch but without characteristics&lt;/STRONG&gt;. I am posting here the values i passed please tell how to resolve this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For CLASSALLOCATIONS&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;CLASS_TYPE                     022&lt;/P&gt;&lt;P&gt;STATUS                         1&lt;/P&gt;&lt;P&gt;CLASSNUM                       RM_LIFE_BATCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For CLASSVALUATIONSCHAR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; CLASS_TYPE                     022&lt;/P&gt;&lt;P&gt;CHARACT                        TACK_LIFE&lt;/P&gt;&lt;P&gt;VALUE_CHAR                     200&lt;/P&gt;&lt;P&gt;CHARACT_DESCR                  TACK LIFE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks &lt;/P&gt;&lt;P&gt;Trishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 03:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663606#M1446662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T03:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Classification tab in BAPI_BATCH_SAVE_REPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663607#M1446663</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;try to set field BAPIBATCHCTRL-DOCLASSIFY = 'X'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 05:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663607#M1446663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T05:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Classification tab in BAPI_BATCH_SAVE_REPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663608#M1446664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Andrey!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot! Now i can see the characteristic. But , there is a slight problem while i have passed only one characteristic , it is still picking up other characteristics which are unassigned. Also , the value for given characteristic was not updated through BAPI. Please tell how to go ahead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 03:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663608#M1446664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T03:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Classification tab in BAPI_BATCH_SAVE_REPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663609#M1446665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its solved! Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 04:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663609#M1446665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T04:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Classification tab in BAPI_BATCH_SAVE_REPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663610#M1446666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing similar issue to update classification value using BAPI: BAPI_BATCH_SAVE_REPLICA. But unable to update the same, Please can u send me your code, or what are the mandatory values need to pass in classification tables in BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find my code. and help me where I need to correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_BATCHCONTROLFIELDS-DOCLASSIFY = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_CLASSALLOCATIONS-CLASS_TYPE = '023'.&lt;/P&gt;&lt;P&gt;  WA_CLASSALLOCATIONS-STATUS = '1'.&lt;/P&gt;&lt;P&gt;  WA_CLASSALLOCATIONS-CLASSNUM = 'BATCH_CLASS_RM'.&lt;/P&gt;&lt;P&gt;  APPEND WA_CLASSALLOCATIONS TO I_CLASSALLOCATIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_CLASSVALUATIONSCHAR-CLASS_TYPE = '023'.&lt;/P&gt;&lt;P&gt;  WA_CLASSVALUATIONSCHAR-CHARACT = 'VOLUME'.&lt;/P&gt;&lt;P&gt;  WA_CLASSVALUATIONSCHAR-VALUE_CHAR = '90.10'.&lt;/P&gt;&lt;P&gt;  WA_CLASSVALUATIONSCHAR-CHARACT_DESCR = 'VOLUME'.&lt;/P&gt;&lt;P&gt;  APPEND WA_CLASSVALUATIONSCHAR TO I_CLASSVALUATIONSCHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_batchatt-expirydate = '20200909'.&lt;/P&gt;&lt;P&gt;  wa_batchattx-expirydate = 'X'.&lt;/P&gt;&lt;P&gt;  wa_batchstatus-restricted = ' '.&lt;/P&gt;&lt;P&gt;  wa_batchstatusx-restricted = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  l_matnr = '3401031500200'.&lt;/P&gt;&lt;P&gt;  l_charg = 'ABC0000003'.&lt;/P&gt;&lt;P&gt;  l_werks = 'X100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_BATCH_SAVE_REPLICA'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      material         = l_matnr&lt;/P&gt;&lt;P&gt;      batch            = l_charg&lt;/P&gt;&lt;P&gt;      plant            = l_werks&lt;/P&gt;&lt;P&gt;      batchattributes  = wa_batchatt&lt;/P&gt;&lt;P&gt;      batchattributesx = wa_batchattx&lt;/P&gt;&lt;P&gt;      batchstatus      = wa_batchstatus&lt;/P&gt;&lt;P&gt;      batchstatusx     = wa_batchstatusx&lt;/P&gt;&lt;P&gt;      BATCHCONTROLFIELDS = WA_BATCHCONTROLFIELDS&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      return           = i_batch_ret&lt;/P&gt;&lt;P&gt;      CLASSALLOCATIONS   = I_CLASSALLOCATIONS&lt;/P&gt;&lt;P&gt;      CLASSVALUATIONSCHAR	= I_CLASSVALUATIONSCHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 07:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663610#M1446666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-01T07:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Classification tab in BAPI_BATCH_SAVE_REPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663611#M1446667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreekant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the data you pass, below fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTKEY = concatenate 'Internal Material number' &amp;amp; plant &amp;amp; batch number&lt;/P&gt;&lt;P&gt;OBJECTTABLE = MCHA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in bothe the structures CLASSALLOCATIONS and CLASSVALUATIONSCHAR. It will udpate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Luri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 13:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663611#M1446667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-29T13:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Classification tab in BAPI_BATCH_SAVE_REPLICA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663612#M1446668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can I use this FM to create batch with classification and If yes how can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Lechoo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 07:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classification-tab-in-bapi-batch-save-replica/m-p/6663612#M1446668</guid>
      <dc:creator>ldzierza</dc:creator>
      <dc:date>2014-01-24T07:48:34Z</dc:date>
    </item>
  </channel>
</rss>

