<?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: Context Menu strange issue ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/context-menu-strange-issue/m-p/7498604#M1558135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnot create the functional code like the way you said..But i went through options in Goto -&amp;gt;  Attributes --&amp;gt; F Key settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i realised it was not created properly and i could see the code %CTX in RED ..there was some in wanted character got &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inserted...When i deleted it and manually entered ..It worked fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyways .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NIlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Nov 2010 11:08:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-29T11:08:44Z</dc:date>
    <item>
      <title>Context Menu strange issue !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/context-menu-strange-issue/m-p/7498602#M1558133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck into some strage situation.. I want to work with Context menu on classical lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m referring to the demo progrm 'DEMO_LIST_CONTEXT_MENU' where PF status BASIC is used ....But when i create my own PF status based on 'BASIC'.....the context menu is not working in my Z program...I compared both Z pf status and std PF status...but i dont find any difference still it is working fine with the std SAP pgm but not with my Z pgm....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i missing anything can anyone suggest anything..? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just FYI ...I have assigned '%CTX' to SHIFT-F10 in my Z pf status..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 10:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/context-menu-strange-issue/m-p/7498602#M1558133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-24T10:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu strange issue !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/context-menu-strange-issue/m-p/7498603#M1558134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you correctly assign %CTX :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  * Start transaction SE41&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          o   Program: Zxxxx&lt;/P&gt;&lt;P&gt;          o   Status: Zxxx&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Hit F6 (Change)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Expand 'Function Keys' line (Hit '+')&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;In 'Reserved function keys' box, select first column (function code cell) of line 'Shift-F10'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Hit Ctrl+F9 (Delete Entry)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Hit Enter (Continue) in the popup 'Change F Key Setting Used Several Times'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Enter the value below&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          o   First column: %CTX&lt;/P&gt;&lt;P&gt;          o   Second column: Context menu&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Hit Ctrl+F3 (Activate)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 12:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/context-menu-strange-issue/m-p/7498603#M1558134</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-11-24T12:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Context Menu strange issue !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/context-menu-strange-issue/m-p/7498604#M1558135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnot create the functional code like the way you said..But i went through options in Goto -&amp;gt;  Attributes --&amp;gt; F Key settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i realised it was not created properly and i could see the code %CTX in RED ..there was some in wanted character got &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inserted...When i deleted it and manually entered ..It worked fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyways .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NIlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 11:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/context-menu-strange-issue/m-p/7498604#M1558135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-29T11:08:44Z</dc:date>
    </item>
  </channel>
</rss>

