<?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>Question Re: Problem with OCI parameter NEW_ITEM-LONGTEXT[1] ? in Spend Management Q&amp;A</title>
    <link>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaa-p/7594161#M115303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever is the OCI version (2.0, 3.0, 4.0), you must have only one field for longtext in HTML template containing catalog data.&lt;/P&gt;&lt;P&gt;Item index for longtext is managed in a different way from other fields. Indeed, index is not inside the bracket: it is like NEW_ITEM-LONGTEXT_n:132[], where "n" is the item index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems you were lucky in SRM 5.0 release...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laurent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Feb 2011 12:07:06 GMT</pubDate>
    <dc:creator>laurent_burtaire</dc:creator>
    <dc:date>2011-02-01T12:07:06Z</dc:date>
    <item>
      <title>Problem with OCI parameter NEW_ITEM-LONGTEXT[1] ?</title>
      <link>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaq-p/7594160</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;We are moving from SRM 5.0 to SRM 7.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SRM 5.0 one of punchout catalog is working. But in SRM 7.0 the same is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we analyze the , vendor is sending the OCI form is like below.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;!-- Item Number 0 --&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-DESCRIPTION[1]" value="Description"&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-MATGROUP[1]" value="40141616"&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-QUANTITY[1]" value="1"&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-UNIT[1]" value="EA"&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-PRICE[1]" value="35.40"&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-PRICEUNIT[1]" value="1"&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-CURRENCY[1]" value="USD"&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-LEADTIME[1]" value="3"&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-VENDORMAT[1]" value="201096"&amp;gt;
&amp;lt;input type="hidden" name= "NEW_ITEM-LONGTEXT[1]" value="Long text"&amp;gt;
&amp;lt;input type="hidden" name= "NEW_ITEM-LONGTEXT_1:132[]" value="Long text"&amp;gt;
&amp;lt;input type="hidden" name="NEW_ITEM-EXT_PRODUCT_ID[1]" value="201096"&amp;gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above NEW_ITEM-LONGTEXT is coming 2 times, one with NEW_ITEM-LONGTEXT[1] and another one with NEW_ITEM-LONGTEXT_1:132[]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So while adding the item to cart, We are getting dump STRING_OFFSET_TOO_LARGE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In class /SAPSRM/CL_FPM_OCI_RESUMECMD, method : check_longtext .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of this it is failing in SRM 7.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With out asking vendor is there any possiblity to pass the validation ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkatesh p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 10:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaq-p/7594160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-31T10:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OCI parameter NEW_ITEM-LONGTEXT[1] ?</title>
      <link>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaa-p/7594161#M115303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever is the OCI version (2.0, 3.0, 4.0), you must have only one field for longtext in HTML template containing catalog data.&lt;/P&gt;&lt;P&gt;Item index for longtext is managed in a different way from other fields. Indeed, index is not inside the bracket: it is like NEW_ITEM-LONGTEXT_n:132[], where "n" is the item index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems you were lucky in SRM 5.0 release...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laurent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 12:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaa-p/7594161#M115303</guid>
      <dc:creator>laurent_burtaire</dc:creator>
      <dc:date>2011-02-01T12:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OCI parameter NEW_ITEM-LONGTEXT[1] ?</title>
      <link>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaa-p/7594162#M115304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like this issue is caused by an item in catalog that has line breaks or carriage return in the long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has released note 1429585 to fix this issue. You may implement the correction instructions to fix the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 08:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaa-p/7594162#M115304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T08:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OCI parameter NEW_ITEM-LONGTEXT[1] ?</title>
      <link>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaa-p/7594163#M115305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yatin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Note is already installed in our system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkatesh P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 09:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaa-p/7594163#M115305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T09:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OCI parameter NEW_ITEM-LONGTEXT[1] ?</title>
      <link>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaa-p/7594164#M115306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you let us know how this issue was resolved? We implemented this note &amp;amp; two more OSS notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still, when we are trying to return to SC, sytem hangs ( indefinite wait ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 21:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/problem-with-oci-parameter-new-item-longtext-1/qaa-p/7594164#M115306</guid>
      <dc:creator>phanir_mullapudi</dc:creator>
      <dc:date>2011-06-07T21:11:46Z</dc:date>
    </item>
  </channel>
</rss>

