<?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: Problem while releasing the request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899938#M1481182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For releasing the request use SE01 Transaction Code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Apr 2010 11:27:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-30T11:27:28Z</dc:date>
    <item>
      <title>Problem while releasing the request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899936#M1481180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a customized Z report from the existing standard SAP report and also created a new tcode into the development server, and released the request via se09 into quality server.  Now when I try to execute this tcode in the quality server, its giving me a error message 'status STANDARD of the user interface ZRM06ENDR_ALV missing'. Due to which its not displaying various push buttons like 'print preview' 'messages' etc. However its working fine in the dev server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 11:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899936#M1481180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-30T11:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while releasing the request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899937#M1481181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should creat GUI status. You can copy it from another report by clicking right on the gui status from which you copy. Then specify the target report. Then in your Z report activate the gui status.  Also write the code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form alv_menu using rt_extab type slis_t_extab.&lt;/P&gt;&lt;P&gt;   set pf-status 'STANDARD_FULLSCREEN'.  " Write here your gui status' name .&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call function reuse_alv_grid_display set i_callback_pf_status_set  parameter as 'ALV_MENU'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 11:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899937#M1481181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-30T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while releasing the request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899938#M1481182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For releasing the request use SE01 Transaction Code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 11:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899938#M1481182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-30T11:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while releasing the request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899939#M1481183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reshma.rbi, &lt;/P&gt;&lt;P&gt;Go SE41 t.code and activate z report's status and transporte it to again into quality server. It may solve your problem.&lt;/P&gt;&lt;P&gt;&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;Syed Tayab shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 11:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899939#M1481183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-30T11:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while releasing the request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899940#M1481184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi reshma,&lt;/P&gt;&lt;P&gt;you have to copy the GUI status of the standard program and transport that too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 11:36:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899940#M1481184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-30T11:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while releasing the request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899941#M1481185</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;in the dev server, go to SE80 , give the std pgm and right click -&amp;gt;copy. Here you can copy with the variants, text elements, GUI_status.. rename it to ur Zreport. This would solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Seema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 11:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899941#M1481185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-30T11:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while releasing the request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899942#M1481186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copy the GUI status of the standard program to custom one using SE41 and retransport it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 11:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-releasing-the-request/m-p/6899942#M1481186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-30T11:40:59Z</dc:date>
    </item>
  </channel>
</rss>

