<?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 BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2012374#M410886</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;I would like to ask one question regarding BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have 2 transaction X &amp;amp; Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in X transaction having output table T1. The table T1 having field F1, F2, F3 , F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to call Y transaction &amp;amp; the Y transaction having screen fields F2, F3 &amp;amp; F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to call the Y transaction &amp;amp; populate some fields dynamically in Y transaction's screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls suggest me how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2007 07:13:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-16T07:13:28Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2012374#M410886</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;I would like to ask one question regarding BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I have 2 transaction X &amp;amp; Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in X transaction having output table T1. The table T1 having field F1, F2, F3 , F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to call Y transaction &amp;amp; the Y transaction having screen fields F2, F3 &amp;amp; F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to call the Y transaction &amp;amp; populate some fields dynamically in Y transaction's screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls suggest me how to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 07:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2012374#M410886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T07:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2012375#M410887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;This is possible with the Field-Symbols, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS &amp;lt;FS&amp;gt; type any.

assign (Field1) to &amp;lt;FS&amp;gt;. " here the Field1 should have the value F1 or F2
                                    " F3 or F4. the the &amp;lt;FS&amp;gt; wil contain that value and pass 
                                    " this to Y transaction code&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 07:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2012375#M410887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T07:20:18Z</dc:date>
    </item>
  </channel>
</rss>

