Thursday, February 18, 2010

Scan string in SAPScript Sources

Every now and then, there is the need to find an particular string in multiple layouts/languages. This could be done by displaying the form info and search there. However, this is painfully slow and boring. For that need, I've created a small and simple program that can show if an form has that string. Below is the source code for it. Just create an empty program and copy & paste. Enjoy.