Hello Experts,
In the system I'm working in we can have multiple status' per specification:
In WWI we want to only output a section of data only if ALL status' = "ZRE".
This is my code to output all status' - this is not the data we want to output but this is what I use to see the status' in testing:
This is the data output:
I have tried to use Conditional Output to output only if LK (Text Comparison) to "ZRE". I have also tried to use the opposite, (if symbol LK "ZIP" OR "ZSR" OR "ZIA" etc [all other possible status' not in Released]).
However because of the Repeating group, which was necessary to output all possible status' on the spec per an SAP note, the conditional output will cycle through each value, rather than looking at all values at the same time.
Is there a way to always check the most recent value first, potentially by using the WWI stack method to always pull the most recent date's Status? Or are there other options for this, i.e. custom symbol or a development?
Thanks in advance,
Nick