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

scan the program..

Former Member
0 Likes
496

Hi Friends..

Now iam open one program..

I want to scan the entire program and list out the particular keyword is present or not in the program..

For example one select option i gave program name,

another select option i gave the statement(for example - function module)

if i run the program..

the output shows the particular progarm having function module or not..

Thanks

Gowrishankar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

Hi,

use program RPR_ABAP_SOURCE_SCAN

Reward points if useful.

Regards,

Atish

3 REPLIES 3
Read only

Former Member
0 Likes
460

Hi,

use program RPR_ABAP_SOURCE_SCAN

Reward points if useful.

Regards,

Atish

Read only

kiran_k8
Active Contributor
0 Likes
459

Gowri,

Use the following SAP Standard report.

RPR_ABAP_SOURCE_SCAN

K.Kiran.

Read only

former_member150733
Contributor
0 Likes
459

You can use the SCAN Statement.

Syntax :

1. SCAN ABAP-SOURCE itab1 TOKENS INTO itab2

STATEMENTS INTO itab3.

2. SCAN AND CHECK ABAP-SOURCE itab1 ...RESULT INTO itab2.

Regards,

Anish Thomas