Hi Guys
I have created 4 entity sets(say A,B,C,D) out of an RFC function module interface, which has 4 table parameters.
I have also created association navigation properties as follows.
Association:
A with B
A with C
A with D
Navigation
A to B
A to C
A to D
A is my header information and B,C and D are my item level information.
I was about to redefine the method of entity sets in _EXT class which brought me to the following question.
Is it possible to query all the entity sets using a single call to SAP. If yes how to do it and if no what are my options?
One thing is clear that I cannot make more than 2 calls, as this would hit the performance of the application drastically.
Thanks
Stan