Application Development and Automation 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: 
Read only

table name

Former Member
0 Likes
703

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

7 REPLIES 7
Read only

Former Member
0 Likes
654

checlk this

Regards

Prabhu

Read only

Former Member
0 Likes
654

Check table<b> RODIR</b>

Read only

0 Likes
654

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

Read only

0 Likes
654

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

Read only

Former Member
0 Likes
654

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

Read only

Former Member
0 Likes
654

TABLE NAME RODIR HERE OBSOLETE SHOULD BE 'X' FOR OBSOLETE THINGS.

REGARDS

SHIBA DUTTA

Read only

Former Member
0 Likes
654

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