Request Set - Passing Parameters from one program to another in a request set
I have a request set which has 5-6 concurrent progams.
There are 2 concurrent programs from OTL called
1)Validate for BEE
2)Transfer to BEE
Both of these concurrent program expects a batch name as input. I have default clauses to popluate the batch names for both the concurrent progam as customer does not want to enter batchname manually.
The issue is i have to first finish validate for BEE which generates the batchname for the second program. I can not use Shared parameter concept because when i submit request set , it tries to default the batch name for the second concurrent program even before running the first concurrent program. As a result the defaulting fails ( due to attached valueset fires validation - as validation has not happened there is nothing to transfer)