<?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: SCREEN PAINTER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578542#M589471</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;There are many ways to display the search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You can create a dictionary search help in SE11 and attach that to the Data Element of MATNR. The f4 help will be available at runtime automatically.&lt;/P&gt;&lt;P&gt;2. If you know the fixed values then that can specified in the domain .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinodh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2007 05:42:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-25T05:42:26Z</dc:date>
    <item>
      <title>SCREEN PAINTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578539#M589468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;              i have to design a screen which should have selection screen with help.&lt;/P&gt;&lt;P&gt;take this example .that screen should take matnr as input and it should have search help (f4).what shall i do for it.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt; mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 05:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578539#M589468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T05:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN PAINTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578540#M589469</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;U can design it in Screen Painter using MatchCode Object For a Particular  Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 05:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578540#M589469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T05:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN PAINTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578541#M589470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do not think that F4 help os difficult for a screen field, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create a Screen from Se51, there create the Field and give the field name as MATNR, and before that create this field in the TOP inlcude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean in the TOP Inlcude, DATA: G_MATNR type MATNR.&lt;/P&gt;&lt;P&gt;and in the screen give the field name as G_MATNR&amp;lt; and double click on that field, then the Attributes winodw will open, there in the botton, we have a Field called Search help, goto Se11 and get the search help name from MATNR filed(Double click on the MATNR field, you will get this Search help name in the Data element screen)&lt;/P&gt;&lt;P&gt;Assign this Search help name in the Attributes window, then F4 help will come automatically in the screen&lt;/P&gt;&lt;P&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 05:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578541#M589470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T05:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN PAINTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578542#M589471</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;There are many ways to display the search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You can create a dictionary search help in SE11 and attach that to the Data Element of MATNR. The f4 help will be available at runtime automatically.&lt;/P&gt;&lt;P&gt;2. If you know the fixed values then that can specified in the domain .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinodh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 05:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578542#M589471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T05:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN PAINTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578543#M589472</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;Use &amp;lt;b&amp;gt;POV&amp;lt;/b&amp;gt; event for that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 05:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578543#M589472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T05:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: SCREEN PAINTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578544#M589473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  what to do if the serach help is not given for that field .&lt;/P&gt;&lt;P&gt;for example &lt;/P&gt;&lt;P&gt;vbeln doesnt have that search help name  in vbep table .where i can find the search help name for it .is there any table to display all these help filed names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another thing is .if i have selected one row from the serach help how to display it .&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 07:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2578544#M589473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T07:37:41Z</dc:date>
    </item>
  </channel>
</rss>

