<?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: release strategy in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801868#M1680222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shambu &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for delay in response. i have solve it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;if sy-tcode = &lt;SPAN class="L1S33"&gt;'ME29N'&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; IM_EKKO-FRGKE = &lt;SPAN class="L1S33"&gt;'G'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;elseif&lt;/SPAN&gt; sy-tcode = &lt;SPAN class="L1S33"&gt;'ME28N'&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; IM_EKKO-FRGKE = &lt;SPAN class="L1S33"&gt;'G'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;export&lt;/SPAN&gt; G = IM_EKKO&amp;nbsp; &lt;SPAN class="L1S52"&gt;to&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;MEMORY&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;ID&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'ZFLAG1'&lt;/SPAN&gt;.&lt;BR /&gt;call Mail send transaction.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;endif&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Thanks and regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Rahul &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;SAP Certified Consultant&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jun 2012 07:37:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-23T07:37:27Z</dc:date>
    <item>
      <title>release strategy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801862#M1680216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using BADI me_process_po_cust for send mail at the time of release PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how&amp;nbsp; it will handle in case of TWO level strategy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am unsing the condition&amp;nbsp; in the interface POST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select &lt;SPAN class="L1S52"&gt;single * &lt;SPAN class="L1S52"&gt;from&lt;/SPAN&gt; ekko &lt;SPAN class="L1S52"&gt;into&lt;/SPAN&gt; wa_ekko &lt;SPAN class="L1S52"&gt;where&lt;/SPAN&gt; ebeln = IM_EBELN.&lt;BR /&gt;&lt;SPAN class="L1S52"&gt;if&lt;/SPAN&gt; sy-tcode = &lt;SPAN class="L1S33"&gt;'ME29N'&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; wa_ekko-FRGRL = &lt;SPAN class="L1S33"&gt;' '&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but at the time of release PO &lt;SPAN class="L1S52"&gt;ekko-FRGRL = 'X'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;???????????????????????????????????????????&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Thanks and regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Karan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 04:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801862#M1680216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-07T04:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: release strategy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801863#M1680217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Better to use BADI me_purchdoc_posted . In this Badi you get release strategy value in im_ekko-frgke.And using that value you can write your logic for mailing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 05:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801863#M1680217</guid>
      <dc:creator>former_member16553</dc:creator>
      <dc:date>2012-06-07T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: release strategy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801864#M1680218</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;Suppose,there are 2 levels of approval.&amp;nbsp; The first level has been released.&lt;/P&gt;&lt;P&gt;The the field FRGZU will be set to 'X' and field FRGRL will be equla to 'X'&lt;/P&gt;&lt;P&gt;When second level is also released then,&lt;/P&gt;&lt;P&gt;FRGZU = 'XX' and FRGRL will be space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field FRGRL tell you when the PO is completely released.&lt;/P&gt;&lt;P&gt;The field FRGZU tells you how many levels have been released. If the value is 'XX', 2 levels are released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 05:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801864#M1680218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-07T05:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: release strategy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801865#M1680219</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;Put FRGZU &amp;lt;&amp;gt; space. it will handle multilevel release strategy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 08:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801865#M1680219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-07T08:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: release strategy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801866#M1680220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;self resolved...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/777/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/777/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 03:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801866#M1680220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-08T03:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: release strategy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801867#M1680221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be helpful to others, if you specify what you did to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 04:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801867#M1680221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-08T04:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: release strategy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801868#M1680222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shambu &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for delay in response. i have solve it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;if sy-tcode = &lt;SPAN class="L1S33"&gt;'ME29N'&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; IM_EKKO-FRGKE = &lt;SPAN class="L1S33"&gt;'G'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;elseif&lt;/SPAN&gt; sy-tcode = &lt;SPAN class="L1S33"&gt;'ME28N'&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;and&lt;/SPAN&gt; IM_EKKO-FRGKE = &lt;SPAN class="L1S33"&gt;'G'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;export&lt;/SPAN&gt; G = IM_EKKO&amp;nbsp; &lt;SPAN class="L1S52"&gt;to&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;MEMORY&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;ID&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'ZFLAG1'&lt;/SPAN&gt;.&lt;BR /&gt;call Mail send transaction.&lt;BR /&gt; &lt;SPAN class="L1S52"&gt;endif&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Thanks and regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Rahul &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;SAP Certified Consultant&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2012 07:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801868#M1680222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-23T07:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: release strategy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801869#M1680223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please tell me what all the possible values &amp;amp; meanings for EKKO-FRGKE are? I don't have access to SAP documentation or the tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 02:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-strategy/m-p/8801869#M1680223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-23T02:33:22Z</dc:date>
    </item>
  </channel>
</rss>

