<?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 search fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412253#M538131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some program in selection block there is a line&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: pa_wllif like rf42b-idntk modif id wkl.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where rf42b is some structure (work fields for SAPMF42B). When we launch programm and click parameters field on its right side we can search accounting acoountants. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I copied that line to my own programm, the mechanism doesn't work. Could You explain me the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings. P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 10:16:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T10:16:18Z</dc:date>
    <item>
      <title>search fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412253#M538131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some program in selection block there is a line&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: pa_wllif like rf42b-idntk modif id wkl.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where rf42b is some structure (work fields for SAPMF42B). When we launch programm and click parameters field on its right side we can search accounting acoountants. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I copied that line to my own programm, the mechanism doesn't work. Could You explain me the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings. P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 10:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412253#M538131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T10:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: search fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412254#M538132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This structure field rf42b-idntk will have a check table TFAV, from which the search help for that field will come&lt;/P&gt;&lt;P&gt;So the original program may be using that Table and the structure might have referencing that table&lt;/P&gt;&lt;P&gt;in your custom program that link may not be there.&lt;/P&gt;&lt;P&gt;Just declare this table as TABLES, and field as TFAV-IDNTK and see. whether the search help comes or not.&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 10:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412254#M538132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T10:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: search fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412255#M538133</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;Look for the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST for pa_wllif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the original program..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 10:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412255#M538133</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-29T10:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: search fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412256#M538134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go to SE11 and create a search help ( ZIDENT for eg.) and give the selection method as 'TFAV'. Then include the field 'IDENT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to the parameters declaration and say &lt;/P&gt;&lt;P&gt;parameters: pa_wllif like rf42b-idntk modif id wkl MATCH CODE OBJECT ZIDENT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward this if it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 10:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412256#M538134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T10:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: search fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412257#M538135</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;declare this table as TABLES, and field as TFAV-IDNTK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 11:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412257#M538135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T11:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: search fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412258#M538136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check wheather you r using the same one or you r doing some modification into it,if you  r using the same one then chekc the structure that is present there in this code is available in your system and check with the modif id you have created for you or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 11:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-fields/m-p/2412258#M538136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T11:12:17Z</dc:date>
    </item>
  </channel>
</rss>

