<?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: edit description item in shoppingcart in Spend Management Q&amp;A</title>
    <link>https://community.sap.com/t5/spend-management-q-a/edit-description-item-in-shoppingcart/qaa-p/7563303#M114729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option:&lt;/P&gt;&lt;P&gt;in badi BBP_PD_SC_TRANSFER delete the CATALOGID for that particular catalog in the item structure. The item will be regarded as a free-text item.&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;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jan 2011 19:35:58 GMT</pubDate>
    <dc:creator>RobinJanke</dc:creator>
    <dc:date>2011-01-14T19:35:58Z</dc:date>
    <item>
      <title>edit description item in shoppingcart</title>
      <link>https://community.sap.com/t5/spend-management-q-a/edit-description-item-in-shoppingcart/qaq-p/7563300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We work with srm 5.5 and have build a screen for free text purchase orders.&lt;/P&gt;&lt;P&gt;but after it is submitted to a shoppingcart item the user can change the long text but not anymore the shorttext description of the item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to customize that for a certain catalog or other field value the item description becomes editable ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 15:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/edit-description-item-in-shoppingcart/qaq-p/7563300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-23T15:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: edit description item in shoppingcart</title>
      <link>https://community.sap.com/t5/spend-management-q-a/edit-description-item-in-shoppingcart/qaa-p/7563301#M114727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out this it might help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try implementing it in  BBP_SCREENVARIANT  BADI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Making Quanity and purchase group non editable if&lt;/P&gt;&lt;P&gt;*it is  catalog item&lt;/P&gt;&lt;P&gt;  DATA :   it_item  TYPE BBP_PDT_SC_ITEM_D,&lt;/P&gt;&lt;P&gt;           ls_item  TYPE BBP_PDS_SC_ITEM_D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Getting item details&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BBP_PD_SC_GETDETAIL'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      I_GUID = iv_guid&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      E_ITEM = it_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR : ls_item.&lt;/P&gt;&lt;P&gt;  LOOP AT it_item INTO ls_item.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Checking item is a catalog item and changing the screen using variant&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF NOT ls_item-CATALOGID is INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF iv_progname EQ 'SAPLBBP_SC_UI_ITS'&lt;/P&gt;&lt;P&gt;      AND iv_dynnr EQ '0120'.&lt;/P&gt;&lt;P&gt;        IF iv_scvariant EQ 'BBP_SC'.&lt;/P&gt;&lt;P&gt;          ev_scvariant = 'Z_SC_CAT'.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neelima&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: S Neelima on Dec 27, 2010 9:32 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: S Neelima on Dec 27, 2010 9:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Dec 2010 08:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/edit-description-item-in-shoppingcart/qaa-p/7563301#M114727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-27T08:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: edit description item in shoppingcart</title>
      <link>https://community.sap.com/t5/spend-management-q-a/edit-description-item-in-shoppingcart/qaa-p/7563302#M114728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will look into it,, found the badi but still waiting for release of new development system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to create a screen variant in shd0 , which transaction do I have to enter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Jan 7, 2011 4:14 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: A. de Smidt on Jan 7, 2011 4:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 15:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/edit-description-item-in-shoppingcart/qaa-p/7563302#M114728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-07T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: edit description item in shoppingcart</title>
      <link>https://community.sap.com/t5/spend-management-q-a/edit-description-item-in-shoppingcart/qaa-p/7563303#M114729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option:&lt;/P&gt;&lt;P&gt;in badi BBP_PD_SC_TRANSFER delete the CATALOGID for that particular catalog in the item structure. The item will be regarded as a free-text item.&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;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 19:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/edit-description-item-in-shoppingcart/qaa-p/7563303#M114729</guid>
      <dc:creator>RobinJanke</dc:creator>
      <dc:date>2011-01-14T19:35:58Z</dc:date>
    </item>
  </channel>
</rss>

