You can do POST/PUT/DELETE on a view if you implement an exit for these operations. In the exit you can write the logic to perform the operation against the base table instead.
↧
You can do POST/PUT/DELETE on a view if you implement an exit for these operations. In the exit you can write the logic to perform the operation against the base table instead.