<?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: Selection-screen link with dictionary object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441254#M1846560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys it's working &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jun 2014 10:08:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-28T10:08:39Z</dc:date>
    <item>
      <title>Selection-screen link with dictionary object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441249#M1846555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined a selection-screen&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1100&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt; &lt;SPAN class="L0S52"&gt;SELECT-OPTIONS&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s_idkn &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;zbr_t_autori&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;id_kniznice&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s_idau &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;zbr_t_autori&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;id_autora&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s_meno &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;zbr_t_autori&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;meno&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s_prie &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;zbr_t_autori&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;priezvisko&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s_umme &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;zbr_t_autori&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;umelecke_meno&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s_dana &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;zbr_t_autori&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;datum_narodenia&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s_daum &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;zbr_t_autori&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;datum_umrtia&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1100&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And I would like to link it with the zbr_t_autori transparent table tru dictionary, but I don't know how, or is it even possible?&lt;/P&gt;&lt;P&gt;I want the data element texts instead the s_idkn text and I also want the search helps which are using the zbr_t_autori table.&lt;/P&gt;&lt;P&gt;How can I achieve it, without setting it manually one by one on the 1100 screen painter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441249#M1846555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-27T10:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen link with dictionary object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441250#M1846556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For getting the texts for date elements Go To-&amp;gt; Text Elements-&amp;gt; and select Dictionary check Box this will get the data element text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For search help you dont need to do anything if your data element contains the search help parameter in Further characteristics.&amp;nbsp; &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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441250#M1846556</guid>
      <dc:creator>pavanm592</dc:creator>
      <dc:date>2014-06-27T10:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen link with dictionary object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441251#M1846557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;You are defining select options in selection screen. (Not in screen painter)&lt;/LI&gt;&lt;LI&gt;You may have to give description of select options through Text Elements -&amp;gt;Selection Texts -&amp;gt; Dic Ref.&lt;/LI&gt;&lt;LI&gt;If you have maintained search help for the fields in your ZTABLE it will be populated automatically.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441251#M1846557</guid>
      <dc:creator>philipdavy</dc:creator>
      <dc:date>2014-06-27T10:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen link with dictionary object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441252#M1846558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebort,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per your requirement,&lt;/P&gt;&lt;P&gt;1st statement is not clear, you want link&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;zbr_t_autori &lt;/STRONG&gt;table to &lt;SPAN style="color: #333333; font-size: 12px;"&gt;dictionary&lt;/SPAN&gt; but when link after input or before selection screen and which &lt;SPAN style="color: #333333; font-size: 12px;"&gt;dictionary&lt;/SPAN&gt; and why.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use data element text &lt;SPAN style="color: #333333; font-size: 12px;"&gt;instead of s_idkn or any other name ...no restriction for that.&amp;nbsp; GOTO-&amp;gt;Text Element-&amp;gt;Selection Text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;and related to search help , you can create global search help using SE11 t-code for every filed and assign at time selection screen creation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&amp;nbsp; OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Inside code &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN class="L0S52"&gt;using this event &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;at &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;selection-screen &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;on &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;value-request &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;for&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;use call&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;you can pass value to as per your field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Sandeep&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441252#M1846558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-27T10:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen link with dictionary object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441253#M1846559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to--&amp;gt; text elements--&amp;gt;selection text, You will find Dictionary option with check box, just check it for all select options, activate and see. Let me know for further quiries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441253#M1846559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-27T10:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen link with dictionary object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441254#M1846560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys it's working &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 10:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441254#M1846560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-28T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen link with dictionary object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441255#M1846561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I ask one more think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From screen 100 I call a selection screen, which has a next screen set to 200, but after I sumbmit the selection screen the screen 100 is continuing and not the screen 200, why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 09:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441255#M1846561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-29T09:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen link with dictionary object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441256#M1846562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Better you present your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 08:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441256#M1846562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-30T08:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-screen link with dictionary object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441257#M1846563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it, but thank you for ur post. The solution was that before I call the selection screen I put this command SET SCREEN 200.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 12:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-link-with-dictionary-object/m-p/10441257#M1846563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-30T12:22:45Z</dc:date>
    </item>
  </channel>
</rss>

