<?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: Delete record using table control in BDC ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-using-table-control-in-bdc/m-p/4437445#M1053127</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the BDC is for SAP Standard Transaction, then you can check the deletion of rows using the button "Position" available at the bottom of the Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, when you click the button it will ask you for some details and you need to enter any thing like position number or record number. This pop-up changes from program to program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check with your transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 11:37:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T11:37:36Z</dc:date>
    <item>
      <title>Delete record using table control in BDC ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-using-table-control-in-bdc/m-p/4437444#M1053126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running a BDC program to delete records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have file with following records and i got these records into t_itab.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Material	Plant	Start date	End date	Cost
MQ100001	S001	09/01/2008	09/31/2008	55.00
MQ100004	S002	09/01/2008	09/31/2008	56.00
MQ100008	S003	09/01/2008	09/31/2008	57.00
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I have BDC transaction in which table control screen which contains following structure.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MQ100001	S001	09/01/2008	09/31/2008	55.00
MQ100002	S002	09/01/2008	09/31/2008	56.00
MQ100004	S003	09/01/2008	09/31/2008	47.00	
MQ100005	S004	09/01/2008	09/31/2008	25.00
MQ100006	S012	09/01/2008	09/31/2008	76.00
MQ100007	S033	09/01/2008	09/31/2008	17.00
MQ100008	S011	09/01/2008	09/31/2008	95.00
MQ100009	S002	09/01/2008	09/31/2008	46.00
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have recorded from SHDB in which first record will be delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when i loop through t_itab,instead of deleting MQ100001,MQ100004 and MQ100008 from BDC screen,&lt;/P&gt;&lt;P&gt;it is deleting MQ100001,MQ100002 and MQ100004 (first record for each process ).&lt;/P&gt;&lt;P&gt;Which i don't want to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any facility in BDC to put records on top which i want to delete?&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 11:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-using-table-control-in-bdc/m-p/4437444#M1053126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T11:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delete record using table control in BDC ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-using-table-control-in-bdc/m-p/4437445#M1053127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the BDC is for SAP Standard Transaction, then you can check the deletion of rows using the button "Position" available at the bottom of the Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, when you click the button it will ask you for some details and you need to enter any thing like position number or record number. This pop-up changes from program to program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check with your transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 11:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-using-table-control-in-bdc/m-p/4437445#M1053127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T11:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delete record using table control in BDC ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-using-table-control-in-bdc/m-p/4437446#M1053128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 13:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-record-using-table-control-in-bdc/m-p/4437446#M1053128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T13:58:46Z</dc:date>
    </item>
  </channel>
</rss>

