<?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: f4if_shlp_exit_example multiple export parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426863#M1738779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can you share screenshot where your adding the search help and logic.so that we can analyse the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurunath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 16:36:00 GMT</pubDate>
    <dc:creator>gurunathkumar_dadamu</dc:creator>
    <dc:date>2013-05-29T16:36:00Z</dc:date>
    <item>
      <title>f4if_shlp_exit_example multiple export parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426857#M1738773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question for you all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just created a custom search help to look for tables/fields.&lt;/P&gt;&lt;P&gt;I have used a function created copying standard function module &lt;STRONG&gt;F4IF_SHLP_EXIT_EXAMPLE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Anyway I'm not able to export two parameters... I would like to export both tablename and fieldname.&lt;/P&gt;&lt;P&gt;How do I have to fill internal table &lt;STRONG&gt;RECORD_TAB&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;Thank you very much indeed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 13:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426857#M1738773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-29T13:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: f4if_shlp_exit_example multiple export parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426858#M1738774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your requirement is not clear (at least not to me).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search help exit that you create by copying &lt;STRONG&gt;F4IF_SHLP_EXIT_EXAMPLE&lt;/STRONG&gt; is an exit in your search help. Therefore the internal table record_tab is the result from your serach help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to limit the amounts of data shown to the user then you can use the serach help exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. by writing the following code if you want to get rid of all duplicates in the result list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE callcontrol-step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHEN 'DISP'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SORT record_tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELETE ADJACENT DUPLICATES FROM record_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more logic see example in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-edc983384237?QuickLink=index&amp;amp;overridelayout=true&amp;amp;5003637734055"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/daeda0d7-0701-0010-8caa-edc983384237?QuickLink=index&amp;amp;overridelayout=true&amp;amp;5003637734055&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 13:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426858#M1738774</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2013-05-29T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: f4if_shlp_exit_example multiple export parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426859#M1738775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Peter,&lt;/P&gt;&lt;P&gt;thanks for your kind reply.&lt;/P&gt;&lt;P&gt;I try to explain what I'm trying to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a custom Z table with these fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer Code&lt;/P&gt;&lt;P&gt;Customer Address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a custom search help for the customer. When I select a customer code, I would like the Search Help to export both code &amp;amp; address to table fields, while now I am ableto export only customer code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 13:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426859#M1738775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-29T13:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: f4if_shlp_exit_example multiple export parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426860#M1738776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create the itab as per your ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:it_tab type standard table of &amp;lt;ztable&amp;gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_tab type &amp;lt;ztable&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;slect customer no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customer adress&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ztable &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into it_tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where customer no = selected customer no.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;sort it_tab by customerno.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;*- moving the data to search help work area.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;loop at it_tab into wa_tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;*- moving the data to search help work area.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;MOVE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;wa_tab &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;record_tab&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;*- appending the work area into table.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;record_tab&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;record_tab&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;endloop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;*- to display the search help.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CASE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;callcontrol&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;step&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'DISP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SORT record_tab.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DELETE ADJACENT DUPLICATES FROM record_tab.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;ENDCASE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;please let me know if any issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Gurunath &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 14:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426860#M1738776</guid>
      <dc:creator>gurunathkumar_dadamu</dc:creator>
      <dc:date>2013-05-29T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: f4if_shlp_exit_example multiple export parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426861#M1738777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I understand now. This will not work with&amp;nbsp; match code (standard search help)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe this discussion can put you on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1305100"&gt;http://scn.sap.com/thread/1305100&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 14:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426861#M1738777</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2013-05-29T14:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: f4if_shlp_exit_example multiple export parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426862#M1738778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurunath,&lt;/P&gt;&lt;P&gt;Thanks for your kind answer.&lt;/P&gt;&lt;P&gt;I have tried with your code, but it exports just customer code and not address.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 14:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426862#M1738778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-29T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: f4if_shlp_exit_example multiple export parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426863#M1738779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can you share screenshot where your adding the search help and logic.so that we can analyse the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurunath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 16:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4if-shlp-exit-example-multiple-export-parameters/m-p/9426863#M1738779</guid>
      <dc:creator>gurunathkumar_dadamu</dc:creator>
      <dc:date>2013-05-29T16:36:00Z</dc:date>
    </item>
  </channel>
</rss>

