Reputation: 14452
When creating a configuration in transaction LTRC
I see the option Database System
as a drop-down-box.
HANA is preselected and the drop-down-box is grayed out. Is HANA the only option using a DB connection (which is needed for non-ABAP sources)?
Upvotes: 0
Views: 1275
Reputation: 14452
In order to make the drop-down-box changeable (Enable targets other than HANA e.g. DB2) you need to have an appropriate license.
If you have the proper license then:
se16
to DMC_RT_PARAMS
PARAM_NAME = 'REPL_ENABLE_OTHER_TARGET'
PARAM_VALUE = 'X'
OR
SE38
DMC_RT_PARAM_MAINT
in the input field and press execute / F8X
Upvotes: 0