‎2007 Jan 12 7:09 AM
Hi all,
I am doing an upgrade and need to develop a report which gives name of obsolete thing in new upgraded version. Does anybody have any idea...How to make out which things are obsolete in old version when going for new version. SAP provide any help for that.
PLz help on this...
Regards
‎2007 Jan 12 7:12 AM
RODIR table contains a list of all the obsolete things in the version that u r using. It may be helpful to you.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2007 Jan 12 7:12 AM
RODIR table contains a list of all the obsolete things in the version that u r using. It may be helpful to you.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2007 Jan 12 7:40 AM
Are you looking for the custom objects or the std ones?
Wat are you trying to achieve with the obselete objs...
Let us know in detail...
Regds
Kartik
‎2007 Jan 12 7:46 AM
goto TADIR table and check the field OBJSTABLTY
if this field is O then the objects are obsolete , u can write one select statement
select * from TADIR into table IT_TADIR where OBJSTABLTY eq 'O'.