<?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: Source for DDIC Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026187#M1807253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP consult,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE11/ SE16n and in table TSTCP (table for parameter transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field PARAM, pass *Z_TABLE*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give the list of the table involved in the transaction further you can debug the program that you think is updating your zee table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps in detail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Goto SE93,&lt;/P&gt;&lt;P&gt;1. Press F4 on the Transaction Code field, If you see a Input help Personal value list, Press F5 ( Information System ) button, another screen will open.&lt;/P&gt;&lt;P&gt;2. Click on All selections button (the one with a + sign), the screen will expand.&lt;/P&gt;&lt;P&gt;3. Enter Z* in the Transaction Code field, Select Parameter transaction, press enter. &lt;/P&gt;&lt;P&gt;Now you will get all the Z transactions that were created as Parameter transaction. Copy the T-codes&lt;/P&gt;&lt;P&gt;Goto se16 and in table TSTCP and enter all the transaction found as above. Filter the list on the parameter of the table name you are searching for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Coding,&lt;/P&gt;&lt;P&gt;Santhosh Yadav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 07:54:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-27T07:54:31Z</dc:date>
    <item>
      <title>Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026182#M1807248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a transaction and some tables are used in that transaction which are automatically popping out. Kindly can you please explain me the procedure , so how can i find the source for that table, like from where the data is entering into that Zee table. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026182#M1807248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-27T07:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026183#M1807249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kittu,&lt;/P&gt;&lt;P&gt;i am not getting your problem properly, please elaborate it.&lt;/P&gt;&lt;P&gt;If it is a custom program, which is updating your Ztable,&lt;/P&gt;&lt;P&gt;see your whole code, and find UPDATE, or MODIFY&lt;/P&gt;&lt;P&gt;keywords.&lt;/P&gt;&lt;P&gt;Otherwise, please explain little bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026183#M1807249</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-01-27T07:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026184#M1807250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello thanks for your concern,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah actually its a custom program, when transaction is executed values are automatically popping out and its easy when a program is small but in my requirement it has so many includes , i cannot figure out where the code exactly written, So please explain me any easy procedure that taking one reference field i can find out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026184#M1807250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-27T07:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026185#M1807251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;without knowing your program, what you have written there, how could anyone explain.&lt;/P&gt;&lt;P&gt;If you have any function module, like REUSE_ALV_GRID_DISPLAY, REUSE_ALV_LIST_DISPLAY&lt;/P&gt;&lt;P&gt;please check what is the parameters used in table.&lt;/P&gt;&lt;P&gt;Means you have to find the main table through, your data is moving in Ztable.&lt;/P&gt;&lt;P&gt;Then you can find the flow of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you have to use ST05, or you can use transaction SAT to analyse your whole source code.&lt;/P&gt;&lt;P&gt;The best way to know flow of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026185#M1807251</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-01-27T07:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026186#M1807252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;you have to debug the TCODE by using /H command , then only you can get to know where exactly table is getting filled.&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;Ravikiran.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026186#M1807252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-27T07:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026187#M1807253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP consult,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE11/ SE16n and in table TSTCP (table for parameter transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field PARAM, pass *Z_TABLE*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give the list of the table involved in the transaction further you can debug the program that you think is updating your zee table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps in detail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Goto SE93,&lt;/P&gt;&lt;P&gt;1. Press F4 on the Transaction Code field, If you see a Input help Personal value list, Press F5 ( Information System ) button, another screen will open.&lt;/P&gt;&lt;P&gt;2. Click on All selections button (the one with a + sign), the screen will expand.&lt;/P&gt;&lt;P&gt;3. Enter Z* in the Transaction Code field, Select Parameter transaction, press enter. &lt;/P&gt;&lt;P&gt;Now you will get all the Z transactions that were created as Parameter transaction. Copy the T-codes&lt;/P&gt;&lt;P&gt;Goto se16 and in table TSTCP and enter all the transaction found as above. Filter the list on the parameter of the table name you are searching for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Coding,&lt;/P&gt;&lt;P&gt;Santhosh Yadav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026187#M1807253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-27T07:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026188#M1807254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually , so now i have that custom table used in that transaction, So is there any way easily to check how that custom table is filling up like source, is it manually or any data transfer technique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026188#M1807254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-27T09:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026189#M1807255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i would have done is to check from where this table can get filled or data read is by simply doing a where used list on the table in SE11. Check whatever list you get is doing something realted to your custom table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026189#M1807255</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-27T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026190#M1807256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abap Consult,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What you are trying to know is the logging of the changes made to the z table, This can be achieved by referring to this link &lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/Maintaining+Change+Log+for+Database+Tables" title="http://wiki.scn.sap.com/wiki/display/ABAP/Maintaining+Change+Log+for+Database+Tables"&gt;Maintaining Change Log for Database Tables - ABAP Development - SCN Wiki&lt;/A&gt; and further search forum for "Log database tables".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Coding,&lt;/P&gt;&lt;P&gt;Santhosh Yadav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026190#M1807256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-27T09:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026191#M1807257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can go to SE16N or SE11,&lt;/P&gt;&lt;P&gt;and put the name of table, then click on where used list &lt;/P&gt;&lt;P&gt;on succesive screens, you will get what you wants.&lt;/P&gt;&lt;P&gt;You have to do it manually, its easy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026191#M1807257</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-01-27T09:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026192#M1807258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , but there are so many options which i am getting after going into where used list and when i select all there are lot of programs screens, so what the best option to select to know about the source of table. Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026192#M1807258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-27T09:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026193#M1807259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;from so many options, select the one for which you wants to see , the content&lt;/P&gt;&lt;P&gt;just check it , see below, you will get the desired output showing use of ztable data population.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/373023" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026193#M1807259</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-01-27T09:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026194#M1807260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually first priority is the customized programs ( colleagues already investigated and used )&lt;/P&gt;&lt;P&gt;Second function modules&lt;/P&gt;&lt;P&gt;Standard report programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this I usually checks the table usages &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/536/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026194#M1807260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-27T09:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026195#M1807261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hello &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="563364" data-username="kishore28" href="https://answers.sap.com/people/kishore28"&gt;ABAP Consult&lt;/A&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traditional way of doing it is ,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to the table in SE11&lt;/LI&gt;&lt;LI&gt;Find the where used list ( Which will fetch you a long list depending the usage of the table )&lt;/LI&gt;&lt;LI&gt;In the list you can search for UPDATE / INSERT / MODIFY Statements and put your breakpoints&lt;/LI&gt;&lt;LI&gt;Run your Transaction to get at the statement&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Anup D.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 09:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026195#M1807261</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2014-01-27T09:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Source for DDIC Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026196#M1807262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thanks for your concern, but&amp;nbsp; in where used list there is not option of uUPDATE/INSERT/MODIFY , &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/373860" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 08:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/source-for-ddic-table/m-p/10026196#M1807262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-28T08:37:02Z</dc:date>
    </item>
  </channel>
</rss>

