<?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: Search help, problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418149#M539725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you're having problems with that, try to select data from the table, for the field you're having problems, before showing it on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: If your table name is T_MYTABLE and  the screen field you want to see with data is X_MYFIELD, in the before output of the screen select data from table T_MYTABLE (Table with data for the search help) using the key fields from the screen. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT SINGLE &amp;lt;search_help_table-field_you_want_to_see&amp;gt; FROM &amp;lt;search_help_table&amp;gt; 
INTO &amp;lt;the_field_you_want_to_fill&amp;gt; 
WHERE &amp;lt;key_from_the_fields_on_screen&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pedro Gaspar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 12:52:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T12:52:54Z</dc:date>
    <item>
      <title>Search help, problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418142#M539718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I am having a problem with a search help in a dynpro.&lt;/P&gt;&lt;P&gt;I have a dynpro with 5 fields, the first one has a search help for the rest of the fields. All the fields are marked as import and export in the search help created, but there is a field that it doesn't appear with a blue background when I press the search help in the program and i don't know why. When I press one of the lines only four of the five fields are filled. I think the problem in that field is that the type is PS_INTNR, and it has an internal conversion.&lt;/P&gt;&lt;P&gt;What I need is when I press in one of the lines all the fields must be completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know where the problem is or how to solve it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 11:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418142#M539718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search help, problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418143#M539719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Go to that search help and check the selection method&lt;/P&gt;&lt;P&gt;i.e Table used for that search help&lt;/P&gt;&lt;P&gt;the types of fields and the data in that fields in that table and why data is not coming into that particular field&lt;/P&gt;&lt;P&gt;If you see the Table and the data you will come to know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 11:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418143#M539719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T11:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search help, problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418144#M539720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anji, but in the table which is in the selection method has the same type and in the dynpro has also the same type, that is the reason I don't know why it is not working. In everywhere is with the same type and also same name, because of that I thought that maybe it could be the type which need conversion but I am not sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 11:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418144#M539720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T11:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Search help, problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418145#M539721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the search help, how are you defining the Hit List Position and Dialog Box Position of the Fields?&lt;/P&gt;&lt;P&gt;I don't think the problem could be related with the data element of the field.&lt;/P&gt;&lt;P&gt;The fields you're using are from a Standard SAP Table or from a table you've created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pedro Gaspar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 11:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418145#M539721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T11:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Search help, problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418146#M539722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro, &lt;/P&gt;&lt;P&gt;the Hit list position and the dialog box position are defined as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;par1   1   1&lt;/P&gt;&lt;P&gt;par2   2   2&lt;/P&gt;&lt;P&gt;par3   3   3&lt;/P&gt;&lt;P&gt;par4   4   4&lt;/P&gt;&lt;P&gt;par5   5   5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be like this??&lt;/P&gt;&lt;P&gt;Import and export are marked.&lt;/P&gt;&lt;P&gt;And the table is was created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418146#M539722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Search help, problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418147#M539723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Again your screen layout and see if all the fields are correctly named acording to the search help fields returned to your screen.&lt;/P&gt;&lt;P&gt;If you've defined things that way there shouldn't be any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you filling the fields directly from the search help or are you using any coding in the screen to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always select data from your table to the screen filtered by the key field (or fields) and put it in the screen variable you want to see data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pedro Gaspar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418147#M539723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Search help, problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418148#M539724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything have the same name, in the table, in the search help and in the dynpro, so I don't understand why it is not working. I am filling the fields directly from the search help. &lt;/P&gt;&lt;P&gt;I always use this way, I don't know how to do it in another way, &lt;/P&gt;&lt;P&gt;is there any other??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418148#M539724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Search help, problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418149#M539725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you're having problems with that, try to select data from the table, for the field you're having problems, before showing it on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: If your table name is T_MYTABLE and  the screen field you want to see with data is X_MYFIELD, in the before output of the screen select data from table T_MYTABLE (Table with data for the search help) using the key fields from the screen. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT SINGLE &amp;lt;search_help_table-field_you_want_to_see&amp;gt; FROM &amp;lt;search_help_table&amp;gt; 
INTO &amp;lt;the_field_you_want_to_fill&amp;gt; 
WHERE &amp;lt;key_from_the_fields_on_screen&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pedro Gaspar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418149#M539725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Search help, problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418150#M539726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pedro, but what I need is to complete all the fields when the user press one of the registers, but I cannot solve this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 16:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/2418150#M539726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T16:37:07Z</dc:date>
    </item>
  </channel>
</rss>

