<?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: Reading value's on Table Control at runtime while BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327832#M167710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh... u r passng the field name but i want the value . OR please explore your solution a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2006 07:21:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-04T07:21:46Z</dc:date>
    <item>
      <title>Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327826#M167704</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;While doing BDC in change mode ( say va02 ) , at run time how u'll read the value's which are going to be populated on table control ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in VA02 , i want to change the quantity of a perticular material, then how to recognize the value's on table control ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 06:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327826#M167704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-04T06:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327827#M167705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nandkishor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I don't think thats possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 06:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327827#M167705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-04T06:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327828#M167706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a way by fetching the value's from Database table but i dont want this way. Please suggest if anyone know this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 06:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327828#M167706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-04T06:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327829#M167707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Yes, u are right.&lt;/P&gt;&lt;P&gt;2. We can independently,&lt;/P&gt;&lt;P&gt;   fetch the values from database, using&lt;/P&gt;&lt;P&gt;   the logic and provided we know the tables.&lt;/P&gt;&lt;P&gt;3. But we cannot read the screen values,&lt;/P&gt;&lt;P&gt;   ie. the values which are populated&lt;/P&gt;&lt;P&gt;  on the screen / table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 06:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327829#M167707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-04T06:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327830#M167708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandkishor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution for ur problem&lt;/P&gt;&lt;P&gt;idx = 1 &lt;/P&gt;&lt;P&gt;CONCATENATE 'VBAP-MATNR(' idx ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way ur problem can be solved. This has worked for me and it should work for u as i have used for transaction "fb60"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 06:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327830#M167708</guid>
      <dc:creator>former_member15255</dc:creator>
      <dc:date>2006-05-04T06:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327831#M167709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh... u r passng the field name but i want the value . OR please explore your solution a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 06:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327831#M167709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-04T06:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327832#M167710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh... u r passng the field name but i want the value . OR please explore your solution a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 07:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327832#M167710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-04T07:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327833#M167711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kishor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want get data from that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_temp = VBAP-MATNR(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this would fetch values from the first row of the material column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u wanna passvalue my earlier  suggestion would work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 07:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327833#M167711</guid>
      <dc:creator>former_member15255</dc:creator>
      <dc:date>2006-05-04T07:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327834#M167712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Suresh , But BDC program and VA01 are 2 diferent program and have no relation, how u'll access the value of one program from other's as transaction will be called after u fill internal table BDCDATA in the loop ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2006 07:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327834#M167712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-04T07:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327835#M167713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandkishor Heda ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the similar problem as of yours. Can pls tell me how did you solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Senthil kumar.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2006 07:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327835#M167713</guid>
      <dc:creator>srajendran</dc:creator>
      <dc:date>2006-06-09T07:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reading value's on Table Control at runtime while BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327836#M167714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh&lt;/P&gt;&lt;P&gt;      i have a requirement to park the invoice in transaction fb60 using bdc method. Can you please send me the code of your program as how to handle table control here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-Sikha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 08:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-value-s-on-table-control-at-runtime-while-bdc/m-p/1327836#M167714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T08:47:37Z</dc:date>
    </item>
  </channel>
</rss>

