‎2006 Mar 22 5:02 AM
hi all,
is there any standard FM to identify the
objects modified in SAP. (like tables & structures)
cheers,
Aditya.
‎2006 Mar 22 5:12 AM
Hello Aditya,
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.
Regards,
Anand Mandalika.
‎2006 Mar 22 5:15 AM
By the way, have you already had a look at the SE95 transaction ?
‎2006 Mar 22 5:19 AM
hi,
yes i did, it is similar to SPDD,
but there i have to specify the object, isnt it ?
what i require is a FM which could fetch me all (Tables & Structures ) modified in SAP.
thanks for the quick response and am waiting for your assistance
cheers,
Aditya.
‎2006 Mar 22 5:50 AM
Hello Aditya,
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.
Look at the report RSUMOD02 (on which the transaction SPDD is based on). You will require the code up to the statement
perform fill_nodeinfo tables seltab nodeinfo
using release display_mode.At this point in execution, the internal table <b>seltab</b> will contain the information you need.
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.
Regards,
Anand Mandalika.
P.S. Please do remember to reward the answers appropriately .
‎2006 Mar 22 6:09 AM
hi anand,
well the report took me to se95 again,
but thats ok, i <b>shall try</b> to find it out from the code.
thanks for your help,
and ofcourse all others who assisted me.
cheers,
Aditya.
‎2006 Mar 22 5:21 AM
Hi,
You can use SE95.
or browse thru the history tables CDHDR and CDPOS.
Regards,
Shashank
‎2006 Mar 22 5:26 AM
hai aditya,
these are the transaction codes to view the modified objects.
SPAU----
Display modified DE objects.
SPDD----
Display modified DDIC objects.
regards,
praba.
‎2006 Mar 22 6:02 AM
Hi aditya,
1. <b>ADIRACCESS</b>
In this table,
not only the OBJECTS MODIFIED IN SAP
u will get,
but also the ACCESS KEY
by which it was modified.
regards,
amit m.