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

Search for a string in SAP Script

Former Member
0 Likes
3,141

Hello Experts,

Is there a way to search for a string in all Z SAP scripts, like ABAP source scan?

Regards,

Hari.

5 REPLIES 5
Read only

suresh_datti
Active Contributor
0 Likes
1,441

I don't think there is such an option to scan the SAPSCRIPT or Standard texts..

~Suresh

Read only

Former Member
1,441

Hi,

Yes there is a search mechanism in SAP SCRIPTS

in SE71 use the menu

Utilities --> Form Info

it will display the complete form (All windows , all elements) on a single page

u can use the search function there & put in the string you need to search

Kindly reward points if useful

Regards,

Gaurav

Read only

0 Likes
1,441

Thanks Gaurav, But I was looking for a a generic tool that will help me to search in all Z scripts. I do not have the list od scripts , just a string , and I need to find where all it is used.

Read only

0 Likes
1,441

Try using function module "READ_FORM" (you will have to write a simple z-program to find all SAPscripts in your system then use this function module to search the SAPScript Forms for a particular string).

All you have to do is supply the "FORM" name and it will return all of the Pages, Paragraphs, and Texts etc....

More specifically, try looping at the "FORM_LINES" internal table result and you will see the SAPScript text there....

Have fun !

Edited by: Christopher Twirbutt on Sep 16, 2009 12:43 AM

Read only

Former Member
0 Likes
1,441

This message was moderated.