Skip to Content
0
Nov 26, 2011 at 09:57 PM

How to find where a node is filled/used

243 Views

Hi experts

Is there a way to find where a Node is used/filled in a Webdynpro ?

I mean if i have a node in the context and i need to know where this node is filled what i do is look in every method to find where the node is being used/filled, but i do not know is there is a way to find it automatically (like a double clikck for a internal table in ABAP, or like a 'where used' for a table/structure).

Maybe this other doubt is for other thread, but i have seen that if we use the 'Where used' functionality for a Table/Structure Type (unlike that with ABAP programs) for a WDA components it shows only one point/method where the table type is used, not all the methods wich uses this table type. I have done several tests and in some WDA i have 2 or 3 methods wich uses a table type, but the 'Where used' only shows one method. So if i need to modify some table type i do not have a sure way to detect wich WDA methods i need to modify , so my doubt is if there is a way to find a string in a WDA program like in ABAP programs, i mean for search in all WDA component (in all its methods) where that string (the table type) is used .

I hope be clear, thanks in advanced.

Regards

Frank