VBCS: expanded REST problems, One-to-One relation, and settings with Business Objects
Summary
VBCS: expanded REST problems, One-to-One relation, and settings with Business ObjectsContent
Dear all,
I have Business Objects in one Application and am consuming those in a second application. For example the modelled BO's: ParentA, ChildB, GrandChildC, GrandGrandChildD, where B has a one-to-one relationship with A, C a one-to-many with B, D a one-to-one with C. When consuming the BO's one out-of-the-box solution is to get the whole substructure of BO's.
First problem: when doing this inside the SAME application, everything works fine, when addressing BO's inside another application (through service connection and ADF describe), the framework is not parsing all the sub-collections (though the data is received properly in chrome, see attached screenshots). As seen in the chrome networking I am receiving a filled FactuurOntvangerCollection, in the other screenshot where I check the actual Iterator created by the framework I see an empty FactuurOntvangerCollection (this also is the case for very simple entities, A,B,C,D). I assume this is a bug (logged an SR), if there is another solution or workaround please