<?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: F4 not working for layout in custom program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599941#M1662310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raymond Sir Your Answer Is HelpFull &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than q.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;uday..&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1642/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2013 11:28:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-16T11:28:41Z</dc:date>
    <item>
      <title>F4 not working for layout in custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599937#M1662306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have copied the standard SAP program RFITEMGL into ZRFITEMGL. But in my custom program,after executing the program, when i press F4 button for selecting layout, the dialog box is not displayed from where i can choose my layout. I have tried everything but F4 button is not working. What should i do???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 08:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599937#M1662306</guid>
      <dc:creator>arindam_samanta</dc:creator>
      <dc:date>2012-03-29T08:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: F4 not working for layout in custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599938#M1662307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFITEMGL (as well as -AR, -AP) use FM FI_ITEMS_DISPLAY. In this FM an important parameter is acctype, account type, for -Gl it is 'S'. The FM will chose the "report" attached to variant from this value, it will be "RFITEMGL" by default, so in your REUSE_ALV_VARIANT_F4 or check FM use this value in variant-report field.&lt;/P&gt;&lt;P&gt;One question, why did you duplicate the report, and did you not try to append the RFPOSX/FAGLPOSE structures (&lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/984305" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 984305 - Line item: Definition of special fields (T021S)&lt;/SPAN&gt;&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 08:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599938#M1662307</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-03-29T08:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: F4 not working for layout in custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599939#M1662308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Layouts are stored under the program name (see table LTDX), so your Z-copy does not find them any more. In general it is mostly a bad idea to copy standard code into the Z-range, but that is a different topic (that has been discussed before).&lt;/P&gt;&lt;P&gt;Maybe somebody knows a helper program to copy layouts across reports.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;P.S. just discovered that editing a post changes the initial time stamp and moves the post below other replies that were initially posted later &lt;SPAN __jive_emoticon_name="alert" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/alert.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 08:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599939#M1662308</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-03-29T08:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: F4 not working for layout in custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599940#M1662309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Standard program to copy ALV variants is RKKBALVC&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 14:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599940#M1662309</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-04-02T14:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: F4 not working for layout in custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599941#M1662310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raymond Sir Your Answer Is HelpFull &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than q.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;uday..&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1642/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 11:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-not-working-for-layout-in-custom-program/m-p/8599941#M1662310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T11:28:41Z</dc:date>
    </item>
  </channel>
</rss>

