<?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: Regarding custom tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614424#M870759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can either be populated by a maintenance view, which can be done thru SM30 or SM31. Check the tcodes with the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not check the where used list of the table and see the programs where the table is being modified or being inserted in the records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 05:23:24 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2008-03-28T05:23:24Z</dc:date>
    <item>
      <title>Regarding custom tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614423#M870758</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;I have a custom table.&lt;/P&gt;&lt;P&gt;I need to know how this table is getting populated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How custom tables get populated?&lt;/P&gt;&lt;P&gt;Please reply soon.&lt;/P&gt;&lt;P&gt;Thankyou.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Divya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 05:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614423#M870758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T05:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding custom tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614424#M870759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can either be populated by a maintenance view, which can be done thru SM30 or SM31. Check the tcodes with the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not check the where used list of the table and see the programs where the table is being modified or being inserted in the records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 05:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614424#M870759</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2008-03-28T05:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding custom tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614425#M870760</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;Custom tables can be populated in two ways.....&lt;/P&gt;&lt;P&gt;1) Goto &lt;STRONG&gt;se11&lt;/STRONG&gt; --&amp;gt; specify table name and view it in change or display mode --&amp;gt; goto &lt;STRONG&gt;utilities&lt;/STRONG&gt; --&amp;gt; &lt;STRONG&gt;table contents&lt;/STRONG&gt; --&amp;gt; &lt;STRONG&gt;create entries&lt;/STRONG&gt; ---&amp;gt; put in the required data and &lt;STRONG&gt;save&lt;/STRONG&gt; it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) It can also be done by using ABAP code.&lt;/P&gt;&lt;P&gt;   Syntax:- &lt;STRONG&gt;MODIFY &amp;lt;CUSTOM TABLE&amp;gt; FROM &amp;lt;work-area/screen-table(in case of dialog programming)&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Abhisek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 05:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614425#M870760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T05:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding custom tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614426#M870761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; as said by Gopi  it can be populated by the SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or it is populated by the transactions like VA01, ME21N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally depending on the requirement we need to create custom table and populate it.  and this is used for required purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can find how the table is populate. first of all the table will be application specific. like SD,MM, PP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use where used list to find the program where it is getting populated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some times it may be by transaction also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 10:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614426#M870761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T10:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding custom tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614427#M870762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Divya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can maintain entries through SM30 / Create Entries / the table can be modified through some ABAP INSERTions &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. SM30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Create a table --&amp;gt; Create a (Maintanence view) Table Maintanene generator for that table&lt;/P&gt;&lt;P&gt;Now run tcode SM30 and give the table name. You'll get lines to maintain entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Create Entries :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Already explained &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. ABAP Insertions / Updations&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Already explained &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 a bit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kripa Rangachari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 10:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-tables/m-p/3614427#M870762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T10:09:55Z</dc:date>
    </item>
  </channel>
</rss>

