Skip to content
Bunyanuch Saengnet edited this page Apr 23, 2020 · 1 revision

Which SAP releases are supported?

SAP NetWeaver 7.40 and above. Prior to release 7.51 the OpenSQL replacement service is not supported.

Can i import that library in a local package (e.g. $TMP)

Please don't do that. The package should be connected to the transport system. Otherwise the activation of testclasses, that use this library, will fail in quality assurance and productive systems.

Which database-tables are suitable as fake-tables?

A fake-table can be any transparent table from the ABAP dictionary. When you don't use test-doubles as fake-tables, consider the relationships to other database-tables before export and reimport them with this tool.

How can i restrict the import-step to development systems?

The import-step overwrittes the content of the fake-tables and is not permitted when the risk level limit of ABAP-testclasses is set to harmless. In your quality assurance system and productive system, the import-step won't execute, when the risk level limit is set to harmless.

How can i prevend an accidentally override?

The whitelisted tables, which the system will override completely without exception, is maintained in select-option ZIMPORT_REPLACE_WHITELIST (transaction STVARV, table TVARVC).