Hi All,
I am currently developing a Foori Elements V4 app, where I need to add a couple of custom sections with sub sections to place reuse components.
I am using VS code.
I followed the examples on this page ( Fiori V4 example at the bottom o...
In my previous blog post, I discussed how to use Late Numbering in RAP Unmanaged Business Object.
If you are new to RESTful Application Programming (RAP) model, then this blog post by carine.tchoutouodjomo is a great starting place.
For this post, ...
During last one year, I have had the most rewarding experience of developing RESTful ABAP Programming (RAP) objects for various Business Objects - especially, Unmanaged RAP Business Objects. In this blog post, I would like to talk about `late number...
Along with adding UI.lineItems annotations to target CDS view of the association, also do these:Expose the association in the entity where it is definedExpose the target of the association in your service definition
as far as I know, the annotation @Odata.hierarchy.recursiveHierarchyworks only for OData V4.The CDS Hierarchy itself has been supported since long but it is the native support of hierarchy feature in OData v4 which utilizes CDS hiearchy and this is ...
Hi muthuhana by parent association I meant the _Manager association in your example. It looks fine. Only thing I would change would be:in ZC_EMPHIERARCHY1, comment the below line:association of one to many ZC_EMPHIERARCHY1 as _Manager on $projectio...
Hi Muthuerror says there is no "parent" association. Within your CDS Hierarchy definition, what is the parent association used? Is that association also exposed on your C view where you added this annoation @OData.hierarchy.recursiveHierarchy:I hav...