2010 Oct 05 8:54 AM
Hi,
Is there any standard program which can be used to find a certain field in a program?
For example:
In ZABC program , i wanna know whether VORNA is used or not?
Please help me with the same.
Regards,
Aleria
2010 Oct 05 10:43 AM
Searching SDN is your friend -> you might want to use [google for that purpose|;
Besides: RS_ABAP_SOURCE_SCAN is only available from NW 7.0 on. No such report on 640 downwards.
EWK1 is a functional ERP transaction and as such not availabe on non-ERP systems like BI etc.
But still. Searching would have found you the answer Matt gave ... and a couple of others.
2010 Oct 05 9:01 AM
2010 Oct 05 9:07 AM
You do know that within the ABAP workbench, you can do a "where used" search on most objects. And that the editor has a search function?
I think you need to be rather more precise in your requirements.
2010 Oct 05 9:58 AM
If you want to know online,
use T-Code: EWK1 or CODE_SCANNERIf you want to find out programmatically,
use FM GET_GLOBAL_SYMBOLS
2010 Oct 05 10:43 AM
Searching SDN is your friend -> you might want to use [google for that purpose|;
Besides: RS_ABAP_SOURCE_SCAN is only available from NW 7.0 on. No such report on 640 downwards.
EWK1 is a functional ERP transaction and as such not availabe on non-ERP systems like BI etc.
But still. Searching would have found you the answer Matt gave ... and a couple of others.