on 2023 Dec 28 2:38 PM
Hello Everyone
Till greater condition I am getting everything as expected Below is the display queue
But at final point I am getting SUPPRESS instead of the values
How to tackle this SUPPRESS thing?
Thanks and Regards
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sachin,
Create If is used when you want to create target node or element based on some condition.So Target node generated if the condition is true,for suppress values node wont gets generated.
you can refer below blogs.
https://answers.sap.com/questions/2098025/difference-between-exists-and-createif.html
https://blogs.sap.com/2005/12/08/message-mapping-simplified-part-ii/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Prashanth,
The requirement is that if the value is 1 then the node shouldn't get created and if its more than 1 then the node has to be created.
I do have a condition that when the count of particular field is more than 1 then I have to create the node(this is why I am using CreateIf). In my case I am getting suppress values in case when the count is 1(when the condition is false).
Thanks and Regards
Sachin Kumar Singh.
User | Count |
---|---|
96 | |
11 | |
9 | |
9 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.