‎2008 Jul 08 5:31 PM
dear gurus,
1) How do i find include programs in the single program
2) how do i find string of character in the single program including include programs
Regards
R.Rajendran
‎2008 Jul 08 5:32 PM
open ur program in Se80 to find the includes..
you can use the find button the top to find the string..
‎2008 Jul 08 5:32 PM
open ur program in Se80 to find the includes..
you can use the find button the top to find the string..
‎2008 Jul 08 5:33 PM
‎2008 Jul 08 5:53 PM
Hi Raj,
Go to the transaction SE80.
Here you can find all the includes and also the part of string or a complete string used in a certain program.
Hope this helps you.
Regards,
Chandra Sekhar
‎2008 Jul 08 9:38 PM
Hi,
1) To list all include programs from single report do following:
- go to se84
- from the left pane select Program library ->Includes
- right click on the right part of screen and select All selections (alternatively use SHIFT+F9)
- in field Main program type your report's name
- Execute
You will get list of all includes used in this program:)
2) To find a string in entire program respecting its includes do following:
- go to your sourcecode (se80 or se38)
- from top menu choose Edit ->Find/Replace (CTRL+F)
- in field Find type your desired string
- select radiobutton In main program
You will get all occurences of this string/substring in all parts of this sourcode:)
Regards,
Marcin