<?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: ABAP - read search help programmatically without popup in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-search-help-programmatically-without-popup/m-p/683370#M30491</link>
    <description>&lt;P&gt;Hi Glen,&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;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Try below example for that scenario and read &lt;EM&gt;FIELDNAME&lt;/EM&gt; and &lt;EM&gt;FIELDVAL&lt;/EM&gt; returned.&lt;/P&gt;
  &lt;P&gt; Regards&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;DATA: ls_shlp TYPE shlp_descr,
      lt_ret_ TYPE TABLE OF ddshretval.

  ls_shlp-shlpname = 'H_CREP_DSP' .
  ls_shlp-shlptype = 'SH'.
  ls_shlp-intdescr-dialogtype = 'D'.

  CALL FUNCTION 'F4IF_SELECT_VALUES'
    EXPORTING
      shlp       = ls_shlp
    TABLES
      return_tab = lt_ret_.
...&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 22 Aug 2018 18:12:58 GMT</pubDate>
    <dc:creator>roberto_forti</dc:creator>
    <dc:date>2018-08-22T18:12:58Z</dc:date>
    <item>
      <title>ABAP - read search help programmatically without popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-search-help-programmatically-without-popup/m-p/683369#M30490</link>
      <description>&lt;P&gt;How can I code in my program, to read search help H_T001 and pass BUKRS value and return the fields in the search help i.e. WAERS.&lt;/P&gt;
  &lt;P&gt;Everything I have found on here causes a popup which I don't want. The program will run and I will get the BUKRS value from another table, then I want to read the search help H_T001 and return the WAERS.&lt;/P&gt;
  &lt;P&gt;Please note I don't want to do this in foreground i.e. no popups, this should happen in the program itself.&lt;/P&gt;
  &lt;P&gt;Thank you kindly in advance. Please note I have tried googling this but to no avail. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 11:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-search-help-programmatically-without-popup/m-p/683369#M30490</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2018-08-22T11:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP - read search help programmatically without popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-search-help-programmatically-without-popup/m-p/683370#M30491</link>
      <description>&lt;P&gt;Hi Glen,&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;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Try below example for that scenario and read &lt;EM&gt;FIELDNAME&lt;/EM&gt; and &lt;EM&gt;FIELDVAL&lt;/EM&gt; returned.&lt;/P&gt;
  &lt;P&gt; Regards&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;DATA: ls_shlp TYPE shlp_descr,
      lt_ret_ TYPE TABLE OF ddshretval.

  ls_shlp-shlpname = 'H_CREP_DSP' .
  ls_shlp-shlptype = 'SH'.
  ls_shlp-intdescr-dialogtype = 'D'.

  CALL FUNCTION 'F4IF_SELECT_VALUES'
    EXPORTING
      shlp       = ls_shlp
    TABLES
      return_tab = lt_ret_.
...&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Aug 2018 18:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-search-help-programmatically-without-popup/m-p/683370#M30491</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2018-08-22T18:12:58Z</dc:date>
    </item>
  </channel>
</rss>

