‎2008 Nov 05 5:59 PM
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?
‎2008 Nov 05 6:05 PM
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.
‎2008 Nov 05 6:00 PM
‎2008 Nov 05 6:05 PM
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.
‎2008 Nov 05 6:32 PM
Hi Frnd
using TCODE SE84...you can do your search about DDIC ...just try and do RND ...
Enjoy ..
Priyank
‎2008 Nov 05 6:34 PM
use tcode se84 ...
go abap Dictonary ...
thn go to database table ..
Thanks
Priyank