<?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: Data Upload into a  Ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844047#M924204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute &lt;STRONG&gt;RPR_ABAP_SOURCE_SCAN&lt;/STRONG&gt;  program and give INSERT ZTABLE or MODIFY ZTABLE in 'Find string' and execute ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 16:06:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T16:06:08Z</dc:date>
    <item>
      <title>Data Upload into a  Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844045#M924202</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 Ztable in the Production system and the Client wants to know all the porgrams from where the data is being added into the ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using the Where-used-List I am getting lots of tables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way of knowing the same.&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;R Adarsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844045#M924202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data Upload into a  Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844046#M924203</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;You can use INSERT statement to insert the records into the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 16:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844046#M924203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T16:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data Upload into a  Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844047#M924204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute &lt;STRONG&gt;RPR_ABAP_SOURCE_SCAN&lt;/STRONG&gt;  program and give INSERT ZTABLE or MODIFY ZTABLE in 'Find string' and execute ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 16:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844047#M924204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T16:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data Upload into a  Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844048#M924205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the only way you're going to find that out is to do the Where-Used on that table &amp;amp; examine each of those programs to see if they're updating your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: the above example looks good, too, however, i'm not sure howm uch spacing will count in your search terms. If it does, you may not pick up INSERT     ZTABLE (with multiple spaces in between), but only INSERT ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: robert phelan on May 14, 2008 6:06 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: robert phelan on May 14, 2008 6:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 16:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844048#M924205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T16:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Upload into a  Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844049#M924206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where-Used List just pulls all the programs where the field/table reference is made in data declaration... and sometimes you might actually define the fields as char type and still update/insert records to the table... I have tried the below method earlier and it was useful... we used it to generate the list of custom programs where a HR infotype field was retrieved (can be direct select, function module or marco read)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this way... depends on how comfortable you are in excel as there is some manual work involved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run the program RS_ABAP_SOURCE_SCAN or RPR_ABAP_SOURCE_SCAN with the following parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program Name: SAPLZ&lt;STRONG&gt;, SAPMZ&lt;/STRONG&gt;, LZ&lt;STRONG&gt;, MZ&lt;/STRONG&gt;, Z* (Should cover all the custom reports, Module pool and function modules)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find String: &amp;lt;Z Table Name&amp;gt;, INSERT, UPDATE, MODIFY (maybe first run the program only for &amp;lt;Z Table&amp;gt; to get the programs and then take the list and run it for INSERT, UPDATE, MODIFY )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need help &amp;amp; Hope this helpful.&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 16:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-upload-into-a-ztable/m-p/3844049#M924206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T16:11:32Z</dc:date>
    </item>
  </channel>
</rss>

