Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FM for modified objects in SAP

former_member184495
Active Contributor
0 Kudos

hi all,

is there any standard FM to identify the

objects modified in SAP. (like tables & structures)

cheers,

Aditya.

8 REPLIES 8

Former Member
0 Kudos

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.

Former Member
0 Kudos

By the way, have you already had a look at the SE95 transaction ?

0 Kudos

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.

0 Kudos

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 .

0 Kudos

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.

Former Member
0 Kudos

Hi,

You can use SE95.

or browse thru the history tables CDHDR and CDPOS.

Regards,

Shashank

Former Member
0 Kudos

hai aditya,

these are the transaction codes to view the modified objects.

SPAU----


Display modified DE objects.

SPDD----


Display modified DDIC objects.

regards,

praba.

Former Member
0 Kudos

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.