‎2007 Jan 19 7:17 AM
Hi all,
Can anyone help in letting me know the table name in which i can find which programs are using the obsolete table names.
seen is :need to do upgrade from 4.6c to ERP.developing any tool that helps in identofying the obsolete table name or fields names.
Points will be rewarded.
Regards
‎2007 Jan 19 7:20 AM
‎2007 Jan 19 7:21 AM
‎2007 Jan 19 7:23 AM
guys
that only gave me function module names..i KNow that but i want to fin out which table fields are also changed and used in ABAP Report
Regards
‎2007 Jan 19 7:27 AM
In that case i feel you will have to do a where use list , one additional input is when you perform where use list a button called Indirect Application is displayed in the Pop up window , you can use this also.
Regards
Arun
‎2007 Jan 19 7:24 AM
Hi Vertika ,
I am not sure how you can find which all program use obsolete table names directly. One option is first gett the table name and try performing a where use list on them.
There is a table RODIR which contains the details about obselete data objects , yo can refer to it get some relevatn information and give it a test run with some samples.
Regadrs
Arun
‎2007 Jan 19 7:24 AM
TABLE NAME RODIR HERE OBSOLETE SHOULD BE 'X' FOR OBSOLETE THINGS.
REGARDS
SHIBA DUTTA
‎2007 Jan 19 7:25 AM
Hi Vertika,
Table BPUM_TAB Contains a list of tables that are to be replaced by the conversion to the SAP business partner.
PLZ REWARD POINTS IF HELPFUL