Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

find include program

Former Member
0 Likes
31,439

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

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
13,625

open ur program in Se80 to find the includes..

you can use the find button the top to find the string..

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
13,626

open ur program in Se80 to find the includes..

you can use the find button the top to find the string..

Read only

Former Member
0 Likes
13,625

hi check this..

utilities-->more functions--->main programs

Read only

Former Member
0 Likes
13,625

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

Read only

MarcinPciak
Active Contributor
13,625

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