Hi Expert,
I have created 4 entityset (A,B,C,D). we are using one RFC which return all 4 internal table for 4 entityset data in one call.
suppose If I call this RFC in A_GET_ENTITYSET method then we can only bind data to 'A' entityset not 'B,C,D'.
is there any way to bind all 4 entityset in one entity GET_ENTITYSET method?