Fetching unit price from Sales ledger
Hi Team,
I have a requirement as below..
From F4211, fetch the orders which are having next status as 710 and for the same lines fetch the unit price from sales ledger at 560 status.
To achieve this i have created 2 data requests one for F4211 next status 710 and another to fetch unit price from sales ledger .
Created Orchestration for the 2 steps
1. Fetch Order lines for 710 status
2. Fetch the Unit price from sales ledger with input coming from variables of 1st service request..
When i run output using Client , it is displaying all the lines in 710 status (10 lines) but unit price is displaying for only one line (1st line) .