<?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: Issue while creating new Set in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630390#M26437</link>
    <description>&lt;P&gt;This looks like a bug in the standard. You shouldi look for available OSS notes, or &lt;A href="https://launchpad.support.sap.com/#/incident/solution"&gt;raise an incident/message to OSS&lt;/A&gt;.&lt;/P&gt;
  &lt;P&gt;(In very very (...) old versions there was a bug for set name with more than 10 characters)&lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2018 12:37:09 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2018-05-04T12:37:09Z</dc:date>
    <item>
      <title>Issue while creating new Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630386#M26433</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;I am trying to create a set name via GS01 transaction. When I try to create, it says "set name already exist".&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;When I go to GS02/GS03 and try to display the set name it says " Set name does not exists".&lt;/P&gt;
  &lt;P&gt;Because of this I am neither able to create nor view the set.&lt;/P&gt;
  &lt;P&gt;The problem is only for 1 particular set name "ZFI_SERV_MAT" in my system.All the other set names are working fine. Only if I try to create with this particular name the issue is being raised. &lt;/P&gt;
  &lt;P&gt;Also there seems some buffer which is storing the set and because of which it says "Set already exists". Not sure how to clear this buffer for this particular set.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Please help me with this.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 12:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630386#M26433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-05-02T12:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating new Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630387#M26434</link>
      <description>&lt;P&gt;Did you browse table SETHEADER with your set name or did you close all your sessions and log again.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630387#M26434</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-05-02T13:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating new Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630388#M26435</link>
      <description>&lt;P&gt;Hi, my suggestion is going in abap and writing a little test program that calls the function with the set you wanted to create, &lt;/P&gt;
  &lt;P&gt;in this way you can see if the abap recognize it and retrieve it from somewhere. Use: &lt;/P&gt;
  &lt;P&gt;CALL FUNCTION "G_SET_GET_ID_FROM_NAME" or/and CALL FUNCTION&lt;BR /&gt;"G_SET_GET_ALL_VALUES".&lt;/P&gt;
  &lt;P&gt; just to start&lt;/P&gt;
  &lt;P&gt; thanks and regards&lt;/P&gt;
  &lt;P&gt; MM&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 11:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630388#M26435</guid>
      <dc:creator>matteo_matteuzzi</dc:creator>
      <dc:date>2018-05-03T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating new Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630389#M26436</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Unfortunately in SETHEADER the entry exists. However I have deleted the entry in dubugging fromSETHEADER and again tried to create. But still it says the SET already exists.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;One more thing I have noticed is that this is not just happening for my particular set. If I create and delete a set, and later if I try to create with the same name the same issue is being raised. It says the set already exist, even though I have deleted the set.&lt;/P&gt;
  &lt;P&gt;I have done some debugging and in the buffers related to the sets these sets are still available because of which this issue is being raised.&lt;/P&gt;
  &lt;P&gt;Could you please help me with this.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 11:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630389#M26436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-05-04T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while creating new Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630390#M26437</link>
      <description>&lt;P&gt;This looks like a bug in the standard. You shouldi look for available OSS notes, or &lt;A href="https://launchpad.support.sap.com/#/incident/solution"&gt;raise an incident/message to OSS&lt;/A&gt;.&lt;/P&gt;
  &lt;P&gt;(In very very (...) old versions there was a bug for set name with more than 10 characters)&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 12:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-creating-new-set/m-p/630390#M26437</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-05-04T12:37:09Z</dc:date>
    </item>
  </channel>
</rss>

