<?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: Table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019082#M413039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okie let me try and explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open a transaction screen you'll find that if you go to&lt;/P&gt;&lt;P&gt;SYSTEM-&amp;gt; STATUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u'll find the main program name , screen number and in case there is a subcreen then the subscreen program name and the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case it does not have that then u'r table control is in main program else if it's also having subcreen you need to check the subscreen also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, that you have found the table contol you can edit it in se80 or se51 .&lt;/P&gt;&lt;P&gt;This is standard SAP so you'll also need to get an access key from SAP to edit it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you are able to edit it's like any Z program&lt;/P&gt;&lt;P&gt;so u can edit it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you'll have to put the logic to fill the added fields in the change table control so for that you'll have to analyze how the value is getting filled.&lt;/P&gt;&lt;P&gt; and in case it has a change and save option u need to handle it there also so that the value entered /changed in the custom added field get populated in the table you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, If there is a BDC using that then you need to change that also &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant Rustagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 05:54:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-28T05:54:10Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019076#M413033</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;Is it possible to add new fields to a table control on a screen using a BADI.????????&lt;/P&gt;&lt;P&gt;and if yes can u explain with an example...The screen and the BADI that i want to modify is a custom based one so will not able to mention them since it wont be possible for u to view it...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019076#M413033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019077#M413034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why you need a BADI to add new fields to your Custom Transaction Table control?&lt;/P&gt;&lt;P&gt;You can change them manually by changing the code? what's the problem?&lt;/P&gt;&lt;P&gt;There will be no BADI's for custom based Transactions.&lt;/P&gt;&lt;P&gt;If you want you can design a BADI for your own code, but it is simple to change the code instead of designing a BADI.&lt;/P&gt;&lt;P&gt;SAP provided BADI's for STD ENJOY transactions like PO and GR etc&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ANJI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019077#M413034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019078#M413035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for a custom rogram u can goto SE51 and specify the program name and goto layout editor and u can change the table control directly....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019078#M413035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019079#M413036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this will help you....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ABAP/XD01/XD01.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ABAP/XD01/XD01.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019079#M413036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019080#M413037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mansi,&lt;/P&gt;&lt;P&gt;It's is not possible to add new fields in the table control simply because the underlying structure of the internal table on which the table control is based cannot be changed at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not possible to change table control ..adding/deleting fields at runtime thru any medium.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly try to edit the SAP standard program .&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019080#M413037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019081#M413038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually,,,its not possible to modify so i need to use BADi...can u tell me how to add fields to a table control...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 11:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019081#M413038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T11:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019082#M413039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okie let me try and explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open a transaction screen you'll find that if you go to&lt;/P&gt;&lt;P&gt;SYSTEM-&amp;gt; STATUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u'll find the main program name , screen number and in case there is a subcreen then the subscreen program name and the number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case it does not have that then u'r table control is in main program else if it's also having subcreen you need to check the subscreen also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, that you have found the table contol you can edit it in se80 or se51 .&lt;/P&gt;&lt;P&gt;This is standard SAP so you'll also need to get an access key from SAP to edit it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you are able to edit it's like any Z program&lt;/P&gt;&lt;P&gt;so u can edit it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you'll have to put the logic to fill the added fields in the change table control so for that you'll have to analyze how the value is getting filled.&lt;/P&gt;&lt;P&gt; and in case it has a change and save option u need to handle it there also so that the value entered /changed in the custom added field get populated in the table you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, If there is a BDC using that then you need to change that also &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant Rustagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 05:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/2019082#M413039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T05:54:10Z</dc:date>
    </item>
  </channel>
</rss>

