Hi Experts,
I am trying to add new records to decision table from ABAP using if_fdt_transaction~save method. The decision table I am trying to maintain is transportable and does not have any open transport. Method if_fdt_transaction~save method is throwing exception "Transport request is missing. It cannot be determined automatically".
Is there any way we can do this without providing transport request because we may need to maintain decision table using this in QA system where we cannot create new transport request?
Please let me know if there is a way to suppress Transport Request or without providing transport we can save changes in decision table.
Or any enhancements we can do in this method to suppress transport request error.
Or can we create custom class inheriting interface IF_FDT_TRANSACTION and suppress this transport error?
Regards,
Sanjana