<?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: Show selected data in a selection screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-selected-data-in-a-selection-screen/m-p/6354546#M1399369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes , you can make search help based on your requirements. &lt;/P&gt;&lt;P&gt;1. crate data base view ( make joins of required tables e.g.. kna1, lfa1 ....) &lt;/P&gt;&lt;P&gt;2.Create search help which will call your view.( selection method ( your view) &lt;/P&gt;&lt;P&gt;3. in your program call this search help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF rp_return OCCURS 0. &lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE ddshretval. &lt;/P&gt;&lt;P&gt;DATA: END OF rp_return. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: kunnr TYPE kunnr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' &lt;/P&gt;&lt;P&gt;    EXPORTING &lt;/P&gt;&lt;P&gt;      tabname    = 'KNA1' &lt;/P&gt;&lt;P&gt;      fieldname  = 'KUNNR' &lt;/P&gt;&lt;P&gt;      searchhelp = 'ZSH_your' &lt;/P&gt;&lt;P&gt;    TABLES &lt;/P&gt;&lt;P&gt;      return_tab = rp_return. &lt;/P&gt;&lt;P&gt;  kunnr = rp_return-fieldval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2009 10:37:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-17T10:37:53Z</dc:date>
    <item>
      <title>Show selected data in a selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-selected-data-in-a-selection-screen/m-p/6354545#M1399368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, ABAPers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made a selection screen with a pushbutton which launches a ALV to make a certain selection criteria (based on pairs of two data). Is it there an easy way of showing (via a list, an ALV embeded into the Sel Screen, etc.) the data selected in a way of giving information to the customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your wise help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 10:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-selected-data-in-a-selection-screen/m-p/6354545#M1399368</guid>
      <dc:creator>SantiMoreno</dc:creator>
      <dc:date>2009-11-17T10:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show selected data in a selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-selected-data-in-a-selection-screen/m-p/6354546#M1399369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes , you can make search help based on your requirements. &lt;/P&gt;&lt;P&gt;1. crate data base view ( make joins of required tables e.g.. kna1, lfa1 ....) &lt;/P&gt;&lt;P&gt;2.Create search help which will call your view.( selection method ( your view) &lt;/P&gt;&lt;P&gt;3. in your program call this search help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF rp_return OCCURS 0. &lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE ddshretval. &lt;/P&gt;&lt;P&gt;DATA: END OF rp_return. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: kunnr TYPE kunnr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' &lt;/P&gt;&lt;P&gt;    EXPORTING &lt;/P&gt;&lt;P&gt;      tabname    = 'KNA1' &lt;/P&gt;&lt;P&gt;      fieldname  = 'KUNNR' &lt;/P&gt;&lt;P&gt;      searchhelp = 'ZSH_your' &lt;/P&gt;&lt;P&gt;    TABLES &lt;/P&gt;&lt;P&gt;      return_tab = rp_return. &lt;/P&gt;&lt;P&gt;  kunnr = rp_return-fieldval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 10:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-selected-data-in-a-selection-screen/m-p/6354546#M1399369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-17T10:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show selected data in a selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-selected-data-in-a-selection-screen/m-p/6354547#M1399370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've found a very helpful link deep searching in the SDN.&lt;/P&gt;&lt;P&gt;Thank for your interest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 10:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-selected-data-in-a-selection-screen/m-p/6354547#M1399370</guid>
      <dc:creator>SantiMoreno</dc:creator>
      <dc:date>2009-11-17T10:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show selected data in a selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/show-selected-data-in-a-selection-screen/m-p/6354548#M1399371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then give the link San..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 11:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/show-selected-data-in-a-selection-screen/m-p/6354548#M1399371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-17T11:52:54Z</dc:date>
    </item>
  </channel>
</rss>

