Dear experts.
I want to delete two type of entities in one transaction call as below. How can I implement transaction management to make sue that all records will be deleted successfully? Thanks a lot.
CqnDelete deleteDept = Delete.from(Dept_.c...
Hi. Experts.
My requirement is to use an onpremise AD as my user account source for my Cloud Foundry portal.
I have add my IAS into my CF environment as a IDP.
I also configured user store in the cloud tab of cloud connector. (My cloud co...
Hi. Experts.
I have developed one CAP for Java project and it worked well. I want to know if I can use this cap project to create a restful web service directly or not? I tried to leverage spring-boot framework to do it, however I created a contr...
Hi. Experts.
I created my CAP Java with archetype cds-services-archetype 1.7.0.
After finished my implementation, I could get my odata service with v4 version.
I notice that there is a library "cds-adapter-odata-v2" in Maven repository.
...
Hi. ALL. Here is my my json data. var data = { SER_NO:SerNo, VERSIONS: [ {VERSION:1 , SIZE:2, LOGS: [ { EXECUTE_TIME:"2015-05-05 14:00", EXECUTE_AD:"SAPLOUIS", ...
Hi. Fiona.
Appreciate you nice blog.
I can see that there is default filter functionality for outbound event based on BO`s fields.
Besides this standard functionality, is there any way which we can make some customized codes to enhance filter func...