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

Finding table

Former Member
0 Likes
487

Hi All,

I have got a table and I want to use where exactly it is used, so I think I just need to use where used list right?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

Quite Obvious......Not only for Table but for any ABAP element...you have to use Where Used List and in the POP UP ....Click the required Check Boxes...For eg: Program, Table, Classes etc.

Make sure that the Cursor should be on the Table name when you choose for the Where-Used List option.

The other option that you might use for searching this Table inside the ABAP Codes is to use the Program

RPR_ABAP_SOURCE_SCAN for the String search in the R/3 Application server.

4 REPLIES 4
Read only

Former Member
0 Likes
461

did you try that

Read only

Former Member
0 Likes
462

Quite Obvious......Not only for Table but for any ABAP element...you have to use Where Used List and in the POP UP ....Click the required Check Boxes...For eg: Program, Table, Classes etc.

Make sure that the Cursor should be on the Table name when you choose for the Where-Used List option.

The other option that you might use for searching this Table inside the ABAP Codes is to use the Program

RPR_ABAP_SOURCE_SCAN for the String search in the R/3 Application server.

Read only

Former Member
0 Likes
461

Hi Frnd

using TCODE SE84...you can do your search about DDIC ...just try and do RND ...

Enjoy ..

Priyank

Read only

Former Member
0 Likes
461

use tcode se84 ...

go abap Dictonary ...

thn go to database table ..

Thanks

Priyank