Hi Expert,
I have used the SDK to create a ProductSalesText data. The entity is created but the long text field is always empty.
I haved check the CDS view.
Is there any workaround or it will be updated in the future?
Kind & regards,
Eth...
I have an email address entity as below:
it has persnumber field which is null as a key value.
When i use the SDK to update this entity with below code:
var batchRequest = BusinessPartnerBatch(BusinessPartnerChangeset(
AddressEmailAddress...
When i try to create a batch request with following request:
Update a Business Partner Address:
AddressID: 25996BusinessPartner: 1000000391Cityname change from "Dallas" to "Houston"
Create a new Address Email Address:
AddressID: 259996EmailAd...
In the class Product of the SDK, there is an association toValuation
but as i checked on the SAP gateway there is no ProductValuation entity.
And on the A_Product view the association to ProductValuation is comment out.
Do i need to upd...
Hi Junjie,Thank you so much for your prompt reply.I have tried the substringOf function. But i got this error.Here is my code example:try {
var response = await BusinessPartner.requestBuilder()
.getAll()
.filter(
substringOf...