Hi!
I need to call program RSNAST00 with selection of 2 output types for the same object key (vbeln). Is that even possible?
When I select using a low and high value like below, only the output for kschl-low is created.
wa_range_tab_kschl-sign = 'I'.
wa_range_tab_kschl-option = 'EQ'.
wa_range_tab_kschl-low = 'Z001'.
wa_range_tab_kschl-high = 'Z002'.
APPEND wa_range_tab_kschl to range_tab_kschl.
I tried to execute the program manually with the same selection and just the same, only the first output type is created and I get the message: Object is blocked for the second output type.
The creation of output is actually trigerred by a workflow, and I need that both outputs are created upon approval using a workflow decision. I'm not really sure how to proceed further. Need an expert advise. Thanks!
- Cholen