ABAP unit test configuration

114 阅读1分钟

Our unit test code is delivered together with productive code into customer system. Fortunately, in order to prevent the potential risk that the unit test run may have negative impact on the business data in customer production system, the system admin in customer site usually choose to prohibit the unit test run there. This could be achieved by tcode SAUNIT_CLIENT_SETUP:

在这里插入图片描述