<?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: Delete Barcode of Article using BAPI_MATERIAL_MAINTAINDATA_RT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-barcode-of-article-using-bapi-material-maintaindata-rt/m-p/6658710#M1445996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I run the BAPI using SE37 using the test sequence menu as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TRANSACTION_BEGIN
BAPI_MATERIAL_MAINTAINDATA_RT
BAPI_TRANSACTION_COMMIT
TRANSACTION_END
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the documentation of the BAPI but it doesn't seem helps. I also tried other relevant table parameters like UNITSOFMEASURE and VENDOREAN filling up the EAN_UPC, MATERIAL, UNIT, UNIT_ISO, EAN_CAT in combinations but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Mar 2010 03:31:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-09T03:31:37Z</dc:date>
    <item>
      <title>Delete Barcode of Article using BAPI_MATERIAL_MAINTAINDATA_RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-barcode-of-article-using-bapi-material-maintaindata-rt/m-p/6658708#M1445994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are using SAP ECC 6.0 IS Retail. Im trying to use BAPI_MATERIAL_MAINTAINDATA_RT to delete barcode. I have filled the following table parameters:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HEADDATA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MATERIAL&lt;/P&gt;&lt;P&gt;BASIC_VIEW = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INTERNATIONALARTNOS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FUNCTION = '003' --for deletion&lt;/P&gt;&lt;P&gt;MATERIAL&lt;/P&gt;&lt;P&gt;EAN_UPC - filled in with the barcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is a message of type 'S' but the barcode was not deleted. When i check the log in SLG1, it has messages but none refers to barcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone with idea is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 01:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-barcode-of-article-using-bapi-material-maintaindata-rt/m-p/6658708#M1445994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T01:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Barcode of Article using BAPI_MATERIAL_MAINTAINDATA_RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-barcode-of-article-using-bapi-material-maintaindata-rt/m-p/6658709#M1445995</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;do you call BAPI_TRANSACTION_COMMIT after your BAPI? Have a look at documentation for this BAPI in SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 03:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-barcode-of-article-using-bapi-material-maintaindata-rt/m-p/6658709#M1445995</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-03-09T03:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Barcode of Article using BAPI_MATERIAL_MAINTAINDATA_RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-barcode-of-article-using-bapi-material-maintaindata-rt/m-p/6658710#M1445996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I run the BAPI using SE37 using the test sequence menu as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TRANSACTION_BEGIN
BAPI_MATERIAL_MAINTAINDATA_RT
BAPI_TRANSACTION_COMMIT
TRANSACTION_END
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the documentation of the BAPI but it doesn't seem helps. I also tried other relevant table parameters like UNITSOFMEASURE and VENDOREAN filling up the EAN_UPC, MATERIAL, UNIT, UNIT_ISO, EAN_CAT in combinations but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 03:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-barcode-of-article-using-bapi-material-maintaindata-rt/m-p/6658710#M1445996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-09T03:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Barcode of Article using BAPI_MATERIAL_MAINTAINDATA_RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-barcode-of-article-using-bapi-material-maintaindata-rt/m-p/6658711#M1445997</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;have you checked OSS notes on service.sap.com/notes? There are some notes related to deleting EANs such as 841965. You can also try to debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Mar 2010 04:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-barcode-of-article-using-bapi-material-maintaindata-rt/m-p/6658711#M1445997</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-03-09T04:37:22Z</dc:date>
    </item>
  </channel>
</rss>

