<?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: get value from table control in a batch input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-value-from-table-control-in-a-batch-input/m-p/1735358#M319803</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;Check the following link for using the table control in bdc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2006 21:26:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-07T21:26:38Z</dc:date>
    <item>
      <title>get value from table control in a batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-value-from-table-control-in-a-batch-input/m-p/1735357#M319802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Anyboy knows how do i get a value from control table in a bach input for example&lt;/P&gt;&lt;P&gt;when my cursor is in line 1.I need to know the value of this field.&lt;/P&gt;&lt;P&gt;I need to read the value in order to know if im going to insert in  that row or in the next one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something just like this &lt;/P&gt;&lt;P&gt;data count type i.&lt;/P&gt;&lt;P&gt;count = 1.&lt;/P&gt;&lt;P&gt; Perform bdc_dynpro  using 'SAPLMEOR'     '0205'.&lt;/P&gt;&lt;P&gt;    &amp;lt;b&amp;gt;PERFORM bdc_field   USING 'BDC_CURSOR'   'EORD-VDATU(count)'.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;   what's the value of 'EORD-VDATU(01) field&lt;/P&gt;&lt;P&gt;   Set cursor Field 'EORD-VDATU(01)' Line 1.&lt;/P&gt;&lt;P&gt;    get cursor field zcampo.&lt;/P&gt;&lt;P&gt;      If zcampo &amp;lt;&amp;gt; SPACE.&lt;/P&gt;&lt;P&gt;         add 1 to count.  &lt;/P&gt;&lt;P&gt;    Endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 21:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-value-from-table-control-in-a-batch-input/m-p/1735357#M319802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T21:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: get value from table control in a batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-value-from-table-control-in-a-batch-input/m-p/1735358#M319803</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;Check the following link for using the table control in bdc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 21:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-value-from-table-control-in-a-batch-input/m-p/1735358#M319803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T21:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: get value from table control in a batch input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-value-from-table-control-in-a-batch-input/m-p/1735359#M319804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this isn't the way batch input works. Once you hand over control to the transaction, control is gone until you come back to your program. If you want to know the value in a particular field or line of a table control, you have to know enough about the transaction you are calling in order to figure it out yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 21:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-value-from-table-control-in-a-batch-input/m-p/1735359#M319804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T21:27:08Z</dc:date>
    </item>
  </channel>
</rss>

