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: 

how to find whether the object is modified or not

Former Member
0 Kudos

Hi friends

I have a requirement in which i have to display list of modified SAP objects.

So, I have to find out which is modified and which is not.

If anyone knows how to find out modified objects,pls let me know

Thanks in advance

Devi

6 REPLIES 6

Former Member
0 Kudos

Hi!

What do you mean on objects?

Mostly SAP stores every modification in 2 tables: CDHDR and CDPOS.

With the right key most of the modifications can be found here, for example material, vendor, etc...

Regards

Tamá

0 Kudos

Hi Tamas,

object may be anything like domain,data element,table,view,program,tcode, functin group,enhancement .................

Thanks

Devi

Former Member
0 Kudos

Hi,

Go to Modification Browser -->check it whether any modification log is there.

Regards

Bhupal Reddy

0 Kudos

Hi Bhupal

thank u for your quick reply,

but modification log is not enabled for that report.pls suggest me another procedure.

thanks

Devi

Former Member
0 Kudos

Hello Rama,

U can check the table CDHDR/CDPOS to find out the chages in the standard SAP objects like Sales order etc..

Alternatively u can use the FM CHANGEDOCUMENT_READ_HEADERS/CHANGEDOCUMENT_READ_HEADERS

If useful reward.

Vasanth

Former Member
0 Kudos

hi,

go to SE10. in the textbox USERNAME, give star ( <b>*</b> ).

it displays list of requests created. under each request we have tasks. under each task we have objects which are modified.

normally, any modification for development objects are created a request. and that can be viewed in SE10.

thx

pavan