<?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: BDCDATA holding Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523223#M1069360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BDCDATA is a Structure ,during Run time it holds the data. You will declare one internal table with BDCDATA that internal table holds the screen and fields and its values after the completion of the program it will cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2008 12:06:33 GMT</pubDate>
    <dc:creator>BH2408</dc:creator>
    <dc:date>2008-10-01T12:06:33Z</dc:date>
    <item>
      <title>BDCDATA holding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523218#M1069355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru's,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    I have a query, when i use call transaction in my code with BDCDATA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    After called the call transaction statement and before it loaded the bdc values into the screen fields &lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;Which table or Buffer will hold this BDCDATA.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Florian&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 11:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523218#M1069355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T11:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: BDCDATA holding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523219#M1069356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i hope BDCDATA table only holds the data. I mean what ever the table name you are creating by including BDCDATA structure...that table will holds the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 11:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523219#M1069356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T11:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDCDATA holding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523220#M1069357</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;The Buffer memory of your Application server will be holding these values, im not sure about the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 11:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523220#M1069357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T11:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDCDATA holding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523221#M1069358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  Rajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Is there any way to find out the buffer memory or &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;to get data from that buffer memory&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I want to read that value is it possible??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Florian&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 11:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523221#M1069358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T11:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: BDCDATA holding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523222#M1069359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your internal table holds the data. So you can loop at that internal table or do a read on that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the question is: do you want to read that data from your own program or from another program? In case of the latter, i don't think that is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 11:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523222#M1069359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T11:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDCDATA holding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523223#M1069360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BDCDATA is a Structure ,during Run time it holds the data. You will declare one internal table with BDCDATA that internal table holds the screen and fields and its values after the completion of the program it will cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523223#M1069360</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2008-10-01T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDCDATA holding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523224#M1069361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Maen Anachronos  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I need to read the BDCDATA outside of my program before loaded into that appropriate program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523224#M1069361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T12:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDCDATA holding Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523225#M1069362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Florian, you cannot do that.&lt;/P&gt;&lt;P&gt;BDCDATA is a structue which is filled at runtime. Its data are not stored anywhere, so cannot read them in some other program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-holding-table/m-p/4523225#M1069362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T12:23:16Z</dc:date>
    </item>
  </channel>
</rss>

