I'm trying to create a c# that application does a simple insert into a newly created sap table.
After a little bit of research I found out that I have two options:
- Using a CDS-View with
@OData.publish: true
and CRUD operations - or using a bapi with the
SAP .NET Connector 3.0
.
Personally I think that the CDS view is much cleaner but I'm not getting the "create" operation to work. I found out that the cud operations are disabled on ABAP 7.50.
What do you think?
Thanks, Thomas