<?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 Adding Table control in standard Transactions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-table-control-in-standard-transactions/m-p/11599758#M1940249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement for which i need to enhance VA41/VA42/VA43 Transactions , I am using Badi&amp;nbsp; 'BADI_SLS_ITEM_SCR_CUS' &lt;SPAN style="font-size: 13.3333px;"&gt;for this development.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In Item Level i need to add a table control , i created that table control and storing table control data into a ZTABLE with reference to VBELN using user-exits.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The Issue is when i enter data in table control for a line item(for ex: POSNR = 10),then I add another line item (for ex:- POSNR = 20), the data of first line item copy automatically into second line item, if i refresh table control then it erases all data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Kindly Suggest the solution...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sushil Kumar Shrivastava&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 19:16:50 GMT</pubDate>
    <dc:creator>former_member190151</dc:creator>
    <dc:date>2016-03-31T19:16:50Z</dc:date>
    <item>
      <title>Adding Table control in standard Transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-table-control-in-standard-transactions/m-p/11599758#M1940249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement for which i need to enhance VA41/VA42/VA43 Transactions , I am using Badi&amp;nbsp; 'BADI_SLS_ITEM_SCR_CUS' &lt;SPAN style="font-size: 13.3333px;"&gt;for this development.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In Item Level i need to add a table control , i created that table control and storing table control data into a ZTABLE with reference to VBELN using user-exits.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The Issue is when i enter data in table control for a line item(for ex: POSNR = 10),then I add another line item (for ex:- POSNR = 20), the data of first line item copy automatically into second line item, if i refresh table control then it erases all data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Kindly Suggest the solution...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sushil Kumar Shrivastava&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 19:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-table-control-in-standard-transactions/m-p/11599758#M1940249</guid>
      <dc:creator>former_member190151</dc:creator>
      <dc:date>2016-03-31T19:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Table control in standard Transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-table-control-in-standard-transactions/m-p/11599759#M1940250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the logic of the program, where the data is getting copied/ cleared (Hint: take help of debugger/ breakpoint/ watchpoint). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly note, this is not a generic problem that anyone may be able to suggest an answer without knowing what is written in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 18:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-table-control-in-standard-transactions/m-p/11599759#M1940250</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-04-04T18:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Table control in standard Transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-table-control-in-standard-transactions/m-p/11599760#M1940251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,But the issue is solved my myself..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil Kumar Shrivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 11:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-table-control-in-standard-transactions/m-p/11599760#M1940251</guid>
      <dc:creator>former_member190151</dc:creator>
      <dc:date>2016-04-15T11:13:46Z</dc:date>
    </item>
  </channel>
</rss>

