Check if ABAP program runs in production system

SAPThere are lot of cases where you need to run a whole program or its piece in development or testing environment only and you want to avoid running it in production. Or vice versa. In the following article I’ll show you a construct which will check if you’re running on production system or not. Continue reading