<?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: FM for modified objects in SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261479#M147797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A friend of mine had a similar requirement sometime back. Unfortunately, I'm not able to share the code with you :-(. But I can say that you need to develop this functionality on your own. There's no standard function module to get this specific information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the report RSUMOD02 (on which the transaction SPDD is based on). You will require the code up to the statement &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform fill_nodeinfo tables seltab nodeinfo
                        using release display_mode.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point in execution, the internal table &amp;lt;b&amp;gt;seltab&amp;lt;/b&amp;gt; will contain the information you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you will need to amke some minor changes to the logic here and there to tailor it to your requirement, but the basic idea should be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please do remember to reward the answers appropriately &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2006 05:50:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-22T05:50:46Z</dc:date>
    <item>
      <title>FM for modified objects in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261473#M147791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;is there any standard FM to identify the&lt;/P&gt;&lt;P&gt;objects modified in SAP. (like tables &amp;amp; structures)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 05:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261473#M147791</guid>
      <dc:creator>former_member184495</dc:creator>
      <dc:date>2006-03-22T05:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: FM for modified objects in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261474#M147792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the information that you need will be available in the SMODILOG table. I'm not sure if there's one function module which will give you all the modifications. I'll get back to you if I find one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 05:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261474#M147792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T05:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: FM for modified objects in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261475#M147793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, have you already had a look at the SE95 transaction ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 05:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261475#M147793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T05:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: FM for modified objects in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261476#M147794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;yes i did, it is similar to SPDD,&lt;/P&gt;&lt;P&gt;but there i have to specify the object, isnt it ?&lt;/P&gt;&lt;P&gt;what i require is a FM which could fetch me all (Tables &amp;amp; Structures ) modified in SAP.&lt;/P&gt;&lt;P&gt;thanks for the quick response and am waiting for your assistance &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 05:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261476#M147794</guid>
      <dc:creator>former_member184495</dc:creator>
      <dc:date>2006-03-22T05:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: FM for modified objects in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261477#M147795</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 use SE95.&lt;/P&gt;&lt;P&gt;or browse thru the history tables CDHDR and CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 05:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261477#M147795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T05:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: FM for modified objects in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261478#M147796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are the transaction codes to view the modified objects.&lt;/P&gt;&lt;P&gt;SPAU----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt; Display modified DE objects.&lt;/P&gt;&lt;P&gt;SPDD----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;Display modified DDIC objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;praba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 05:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261478#M147796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T05:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: FM for modified objects in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261479#M147797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A friend of mine had a similar requirement sometime back. Unfortunately, I'm not able to share the code with you :-(. But I can say that you need to develop this functionality on your own. There's no standard function module to get this specific information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the report RSUMOD02 (on which the transaction SPDD is based on). You will require the code up to the statement &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform fill_nodeinfo tables seltab nodeinfo
                        using release display_mode.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point in execution, the internal table &amp;lt;b&amp;gt;seltab&amp;lt;/b&amp;gt; will contain the information you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you will need to amke some minor changes to the logic here and there to tailor it to your requirement, but the basic idea should be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please do remember to reward the answers appropriately &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 05:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261479#M147797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T05:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: FM for modified objects in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261480#M147798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &amp;lt;b&amp;gt;ADIRACCESS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In this table,&lt;/P&gt;&lt;P&gt;  not only the OBJECTS MODIFIED IN SAP&lt;/P&gt;&lt;P&gt;  u will get,&lt;/P&gt;&lt;P&gt;   but also the ACCESS KEY&lt;/P&gt;&lt;P&gt;   by which it was modified.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 06:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261480#M147798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T06:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: FM for modified objects in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261481#M147799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anand,&lt;/P&gt;&lt;P&gt;well the report took me to se95 again,&lt;/P&gt;&lt;P&gt;but thats ok, i &amp;lt;b&amp;gt;shall try&amp;lt;/b&amp;gt; to find it out from the code.&lt;/P&gt;&lt;P&gt;thanks for your help,&lt;/P&gt;&lt;P&gt;and ofcourse all others who assisted me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 06:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-modified-objects-in-sap/m-p/1261481#M147799</guid>
      <dc:creator>former_member184495</dc:creator>
      <dc:date>2006-03-22T06:09:31Z</dc:date>
    </item>
  </channel>
</rss>

