<?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: Pass only certain field values from dynamic internal table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-only-certain-field-values-from-dynamic-internal-table/m-p/1673138#M297287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you calling VK13?  Call transaction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Nov 2006 15:05:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-16T15:05:25Z</dc:date>
    <item>
      <title>Pass only certain field values from dynamic internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-only-certain-field-values-from-dynamic-internal-table/m-p/1673137#M297286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            In my report i have one dynamic internal table .Based on the dynamic select query the internal table content will be. But every time i want to pass only certain fields from that table into the transaction VK13 to display the condition record. Based on the condition type the access table will change , then i need to pass the condition type ,then i have to select the keycombination. Then based on this key combination i have to pass the next screen field vaues.This values only i am having in the dynamic internal table.Now my problem is how to take the required value from this dynamic table and pass this to the transaction screen of vk13. Your guidance will be helpful for me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 14:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-only-certain-field-values-from-dynamic-internal-table/m-p/1673137#M297286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T14:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pass only certain field values from dynamic internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-only-certain-field-values-from-dynamic-internal-table/m-p/1673138#M297287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you calling VK13?  Call transaction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 15:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-only-certain-field-values-from-dynamic-internal-table/m-p/1673138#M297287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-16T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pass only certain field values from dynamic internal table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-only-certain-field-values-from-dynamic-internal-table/m-p/1673139#M297288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt; Here you go..&lt;/P&gt;&lt;P&gt;For example: &amp;lt;table&amp;gt; is your Dynamic Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS: &amp;lt;TABLE&amp;gt; TYPE ANY TABLE.
FIELD-SYMBOLS: &amp;lt;WA_PRI&amp;gt; TYPE ANY.

LOOP AT &amp;lt;TABLE&amp;gt; INTO &amp;lt;WA_PRI&amp;gt;.
* Assume SUBTY is one of the field of Dynamic Internal Table

       ASSIGN COMPONENT 'SUBTY' OF STRUCTURE &amp;lt;WA_PRI&amp;gt; TO &amp;lt;FS_VALUE&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now &amp;lt;FS_VALUE&amp;gt; will have the specifc field value which you needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward &amp;amp; close the thread if it helpful.&lt;/P&gt;&lt;P&gt;Still if you have issue please post your code here, we can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Raja T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2006 15:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-only-certain-field-values-from-dynamic-internal-table/m-p/1673139#M297288</guid>
      <dc:creator>raja_thangamani</dc:creator>
      <dc:date>2006-11-16T15:42:07Z</dc:date>
    </item>
  </channel>
</rss>

