How to create parent child data set using Orchestration
Hi Mentors,
I have a requirement to pull Items which was modified today (say for an example) and for each record pull the item cost for each branch from F4105 for LEDG="07" (Multiple data would be there). Also for those items which are obsolete, we need to fetch the Replaced items from F4104 and then for all eligible items fetch the item cost again as 3rd and 4th level of Parent child relation.
I had my orchestration based on Data request on F4101 where my UPMJ= Today's Date will be my Data Input, then i am calling another orchestration based on Data request on View on F4105 which will fetch me relevant cost details.