<?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: Elementary Search Help EXIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/elementary-search-help-exit/m-p/4547117#M1073893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the step DISP you have to modify the logic to display the values according to your requirement.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if callcontrol-step = 'DISP'.


perform authority_check tables record_tab shlp_tab
                           changing shlp callcontrol.

    exit.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;form authority_check  tables   record_tab structure seahlpres
                               shlp_tab type shlp_desct
                      changing p_shlp type shlp_descr
                               p_callcontrol type ddshf4ctrl.

  loop at record_tab.
  "here record_tab is a string, so use offset and modify the values 
  endloop.

endform.                    " AUTHORITY_CHECK&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 16:23:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T16:23:12Z</dc:date>
    <item>
      <title>Elementary Search Help EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/elementary-search-help-exit/m-p/4547116#M1073892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   'am workning on a custom elementary search help in which am having four fields out of which one is both import and export parameter.. I had assigned a selection method to this search help. Till this point every thing is fine. all the possible values are getting displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Now, I had assigned  a SEARCH HELP EXIT to this elementary search hellp. out of four fields, I want to modify the values of one field in this EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please let me know which way to proceed to achieve the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;kriss.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 15:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/elementary-search-help-exit/m-p/4547116#M1073892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T15:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Elementary Search Help EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/elementary-search-help-exit/m-p/4547117#M1073893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the step DISP you have to modify the logic to display the values according to your requirement.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if callcontrol-step = 'DISP'.


perform authority_check tables record_tab shlp_tab
                           changing shlp callcontrol.

    exit.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;form authority_check  tables   record_tab structure seahlpres
                               shlp_tab type shlp_desct
                      changing p_shlp type shlp_descr
                               p_callcontrol type ddshf4ctrl.

  loop at record_tab.
  "here record_tab is a string, so use offset and modify the values 
  endloop.

endform.                    " AUTHORITY_CHECK&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 16:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/elementary-search-help-exit/m-p/4547117#M1073893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T16:23:12Z</dc:date>
    </item>
  </channel>
</rss>

