cancel
Showing results for 
Search instead for 
Did you mean: 

Find keyword used in Web Dynpro Application?

former_member182429
Active Participant
0 Kudos

Hi folks,

I have a simple question with regards to Web Dynpro for ABAP: Is it possible to search in my application for a keyword that I have used?

For e.g., I wish to search for the keyword "loop" to find out which parts of my program have this matching string. I have many views, windows, and code in my component controllers.

Is that possible? Please advise. Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

alejandro_bindi
Active Contributor
0 Kudos

Read this thread:

With my approach you can access the generated class and search on it globally from SE24 (efectively searching across the whole component).

With Thomas approach you can only search on controller by controller basis but may be a bit less complicated to use.

Regards

Edited by: Alejandro Bindi on Oct 24, 2008 12:53 AM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I've used this trick before: I export the entire component (or multiple components) using SAPLink. Then all the source code as well as context definition and view layout and properties are all together in one XML file. You can then search through this file and cross all of these different types of web dynpro component aspects.

Answers (2)

Answers (2)

former_member182429
Active Participant
0 Kudos

Thanks a lot for all the help guys!

Former Member
0 Kudos

hi,

as i understood this is not related to WD ABAP.

if u have to search for a keyword in any coding part just press CTRL-F, and find the key word.

every time u will press the 'find next' button it will tell where the key word is.