<?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 For table fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142574#M990448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the database table and clik on the field and choose  the search help field it will display the search help field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 11:22:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T11:22:03Z</dc:date>
    <item>
      <title>Search help For table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142570#M990444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru,&lt;/P&gt;&lt;P&gt;I am making one Z table and maintaining entries in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for the following fields I am not getting F4  help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to get Search help for the fields but i cud not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me to find the search help for the following fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BWART Movement Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEWBS  Posting Key for the Next Line Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HKONT  General ledger account&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAERS Currency Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:05:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142570#M990444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search help For table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142571#M990445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to suggest,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_HELPVALUES_GET_SEARCHHELP - Determine Allowed Input Values (F4) for Fields in BAPI Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BAPI_HELPVALUES_GET_SEARCHHELP'
* EXPORTING
*   OBJTYPE                          = OBJTYPE
*   OBJNAME                          = OBJNAME
*   METHOD                           = METHOD
*   PARAMETER                        = PARAMETER
*   FIELD                            = FIELD
* IMPORTING
*   RETURN                           = RETURN
  TABLES
    shlp_for_helpvalues_get          = shlp_for_helpvalues_get
*   DESCRIPTION_FOR_HELPVALUES       = DESCRIPTION_FOR_HELPVALUES&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It contains field which you can specify for F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142571#M990445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search help For table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142572#M990446</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;All search helps are stored in table DD30L .&lt;/P&gt;&lt;P&gt;you can find search helps for your fields from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142572#M990446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Search help For table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142573#M990447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Check the following search helps, that will help you,,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIGO_H_BWART                   Search Help for Movement Type in MIGO&lt;/P&gt;&lt;P&gt;S_BWGRP                               Search Help for Movement Type Groups&lt;/P&gt;&lt;P&gt;C_SAKNR                               Collective Search Help for General Ledger Account&lt;/P&gt;&lt;P&gt;C_WAERS                               Transaction currency&lt;/P&gt;&lt;P&gt;BKK_F4_LIMIT_CURRENCY          F4 Help for Limit Currency&lt;/P&gt;&lt;P&gt;CRTP                                            Currency type&lt;/P&gt;&lt;P&gt;CTTNM                                        Currency Translation Type&lt;/P&gt;&lt;P&gt;/BEV3/CHTBSL                            Search Help for Posting Keys for Customers&lt;/P&gt;&lt;P&gt;TRAC_POSTING_KEY               Search Help - Posting Key - G/L Account Posting&lt;/P&gt;&lt;P&gt;TRAC_POSTING_KEY_DEBIT         Search Help - Posting Key - Debit - G/L Account&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;T.Durai murugan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142573#M990447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Search help For table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142574#M990448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the database table and clik on the field and choose  the search help field it will display the search help field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142574#M990448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Search help For table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142575#M990449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried the same search help.&lt;/P&gt;&lt;P&gt;But it is not accepting in my screen lay out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-for-table-fields/m-p/4142575#M990449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:48:45Z</dc:date>
    </item>
  </channel>
</rss>

