This table contains the list of your SAP systems. You need to define your development, test, live, etc. systems here. Here is a sample configuration.
| SYSID | RFCDEST | SYSTEXT | ACTION_BUILDER_CLASS | IMPORT_MANDT | IMPORT_NOTIFY_USERS | RETRY_IMP_ON_ERROR | TEST_IMP_FIRST |
|---|---|---|---|---|---|---|---|
| SY-SYSID of the system | RFC destination in SM59 | Description | Class for building action list | MANDT of the system | X = Notify users in system before transport | X = Retry transport on error | X = First run a test import; if successful, run the real import. |
| TDE | TDE | Development | YCL_SAFETMS_ACTION_BUILDER_DEV | 100 | |||
| TQE | TQECLNT100 | Test | YCL_SAFETMS_ACTION_BUILDER_TAR | 100 | X | ||
| TPE | TPECLNT100 | Live | YCL_SAFETMS_ACTION_BUILDER_TAR | 100 | X | X |
Some tips: