‎2007 May 30 3:35 PM
Hello Experts,
Is there a way to search for a string in all Z SAP scripts, like ABAP source scan?
Regards,
Hari.
‎2007 May 30 3:42 PM
I don't think there is such an option to scan the SAPSCRIPT or Standard texts..
~Suresh
‎2007 May 30 4:12 PM
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
‎2007 May 30 4:59 PM
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.
‎2009 Sep 15 11:00 PM
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
‎2016 Apr 13 10:51 PM