<?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: Help!!!  Match Code with an internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544235#M247710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the following program.  Here we are building the F4 help on the fly in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0001 .

tables: t001.

data: begin of it001 occurs 0,
      bukrs type t001-bukrs,
      butxt type t001-butxt,
      ort01 type t001-ort01,
      land1 type t001-land1,
      end of it001.

select-options s_bukrs for t001-bukrs.

initialization.

  select bukrs butxt ort01 land1 into table it001 from t001.

  sort it001 ascending by bukrs.
  delete adjacent duplicates from it001 comparing bukrs.

at selection-screen on value-request for s_bukrs-low.

  call function 'F4IF_INT_TABLE_VALUE_REQUEST'
       exporting
            retfield    = 'BUKRS'
            dynprofield = 'S_BUKRS'
            dynpprog    = sy-cprog
            dynpnr      = sy-dynnr
            value_org   = 'S'
       tables
            value_tab   = it001.

start-of-selection.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2006 16:20:53 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-08-21T16:20:53Z</dc:date>
    <item>
      <title>Help!!!  Match Code with an internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544234#M247709</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;As always I need a big help, I have an interna table filled but I need to put that information into a Match Code, I don´t know if that could be possible, if anybody could help me I will appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tokio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 16:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544234#M247709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T16:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  Match Code with an internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544235#M247710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the following program.  Here we are building the F4 help on the fly in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0001 .

tables: t001.

data: begin of it001 occurs 0,
      bukrs type t001-bukrs,
      butxt type t001-butxt,
      ort01 type t001-ort01,
      land1 type t001-land1,
      end of it001.

select-options s_bukrs for t001-bukrs.

initialization.

  select bukrs butxt ort01 land1 into table it001 from t001.

  sort it001 ascending by bukrs.
  delete adjacent duplicates from it001 comparing bukrs.

at selection-screen on value-request for s_bukrs-low.

  call function 'F4IF_INT_TABLE_VALUE_REQUEST'
       exporting
            retfield    = 'BUKRS'
            dynprofield = 'S_BUKRS'
            dynpprog    = sy-cprog
            dynpnr      = sy-dynnr
            value_org   = 'S'
       tables
            value_tab   = it001.

start-of-selection.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 16:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544235#M247710</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-21T16:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  Match Code with an internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544236#M247711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;P&gt;Thanks, but the version wich I work doesn't support this RFC.&lt;/P&gt;&lt;P&gt;Tokio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 16:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544236#M247711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T16:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  Match Code with an internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544237#M247712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version are you on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 16:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544237#M247712</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-21T16:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  Match Code with an internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544238#M247713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; The function F4IF_INT_TABLE_VALUE_REQUEST is not a RFC and it was released first on 09.06.1999. Which version are you working on?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 16:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544238#M247713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T16:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  Match Code with an internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544239#M247714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Version is 4.0B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tokio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2006 18:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-match-code-with-an-internal-table/m-p/1544239#M247714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-21T18:50:44Z</dc:date>
    </item>
  </channel>
</rss>

