<?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: BDC Call: Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185392#M465255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help guys. It works perfectly now using function code POPO_T as suggested by Sujamol. I've awarded points as promised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Philip Johannesen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2007 15:26:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-30T15:26:25Z</dc:date>
    <item>
      <title>BDC Call: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185387#M465250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping you could help me out with this. The program I am writing requires a BDC Call to VL02N:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Update Picking Tab As Follows:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Copy the Delivery Quantity -&amp;gt; Picking Quantity&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is based on selections from an ALV Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am facing is when I pass the internal table to the bdc call I need to update only the delivery items selected in the alv. The obvious reference I have for this is LIPS-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any sample code which demonstrates how to cross reference the correct item by posnr using table control so I only update relevant rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;As always points awarded for helpful answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;     Philip Johannesen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 12:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185387#M465250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T12:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Call: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185388#M465251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this standard program " &amp;lt;b&amp;gt;DEMO_DYNPRO_TABCONT_LOOP_AT&amp;lt;/b&amp;gt; ".&lt;/P&gt;&lt;P&gt;Hope it will be helpful for u.&lt;/P&gt;&lt;P&gt;Analyse the &amp;lt;b&amp;gt;DELETE&amp;lt;/b&amp;gt; button functionlity..&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;V.Raghavender.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 12:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185388#M465251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T12:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Call: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185389#M465252</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;In BDC it is not possible to cross reference a particular item based on the item number. It would be better if u use BAPI or FM to create the outbound delivery. &lt;/P&gt;&lt;P&gt;I dont know the BAPI but you can try this FM rv_delivery_create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or lets wait for other experts to come up with any techinique for positioning a particular item through BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 13:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185389#M465252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T13:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Call: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185390#M465253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible you could use old transaction code VL02 as this will allow you to use GUI function code "POPO" to position on the desired delivery item line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 14:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185390#M465253</guid>
      <dc:creator>former_member378318</dc:creator>
      <dc:date>2007-04-30T14:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Call: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185391#M465254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;us ethe button named 'Place cursor'.  function code POPO_T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is just before 'Batch split'.   ie, the 6 th button in the row of push buttons, just below item display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 15:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185391#M465254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T15:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Call: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185392#M465255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help guys. It works perfectly now using function code POPO_T as suggested by Sujamol. I've awarded points as promised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Philip Johannesen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 15:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-call-table-control/m-p/2185392#M465255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-30T15:26:25Z</dc:date>
    </item>
  </channel>
</rss>

