<?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: Function Module for GS02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903655#M1962508</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;I checked this. &lt;/P&gt;&lt;P&gt;FM G_DELETE_SET is deleting the whole set. &lt;/P&gt;&lt;P&gt;I want to delete a specific value from the set.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2019 10:42:18 GMT</pubDate>
    <dc:creator>arpitr</dc:creator>
    <dc:date>2019-04-16T10:42:18Z</dc:date>
    <item>
      <title>Function Module for GS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903653#M1962506</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;I have some entries in a set(Company codes are maintained under one set). I want to remove/delete any particular company code from that set, I don't want to delete whole set. Which Function module I can use? I don't want to use BDC&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 09:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903653#M1962506</guid>
      <dc:creator>arpitr</dc:creator>
      <dc:date>2019-04-16T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for GS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903654#M1962507</link>
      <description>&lt;P&gt;Did you look at released FM of function group GSGF 'Sets: Generation and deletion of sets'&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 10:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903654#M1962507</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-04-16T10:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for GS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903655#M1962508</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;I checked this. &lt;/P&gt;&lt;P&gt;FM G_DELETE_SET is deleting the whole set. &lt;/P&gt;&lt;P&gt;I want to delete a specific value from the set.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 10:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903655#M1962508</guid>
      <dc:creator>arpitr</dc:creator>
      <dc:date>2019-04-16T10:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for GS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903656#M1962509</link>
      <description>&lt;P&gt;Hi Arpit,&lt;/P&gt;&lt;P&gt;You can try this FM G_SET_MAINTENANCE&lt;/P&gt;&lt;P&gt;Function = MODIFY &lt;/P&gt;&lt;P&gt;Set_name_Mask = *set_name* (add * front and back)&lt;/P&gt;&lt;P&gt;This FM will call GS02 back end.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 10:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903656#M1962509</guid>
      <dc:creator>former_member513101</dc:creator>
      <dc:date>2019-04-16T10:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for GS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903657#M1962510</link>
      <description>&lt;P&gt;I used to use G_SET_TREE_IMPORT to read and G_SET_TREE_GENERATE to write the whole set.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 11:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903657#M1962510</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-04-16T11:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for GS02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903658#M1962511</link>
      <description>&lt;P&gt;There are other released FM in this FG, such as G_SET_GET_ALL_VALUES and G_SET_GENERATE.&lt;/P&gt;&lt;P&gt;(Also you commented with an unreleased FM, d'oh!)&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 11:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-gs02/m-p/11903658#M1962511</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-04-16T11:56:20Z</dc:date>
    </item>
  </channel>
</rss>

