cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping: Meaning of BLUE row when displaying queue

Former Member
0 Kudos

Hi everybody,

what does it mean if a row is displayed in <i>blue</i> when showing the queue in graphical mapping?

Thanks Regards Mario

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Wrong input deleted

Check this blog for the use of suppress values:

/people/stefan.grube/blog/2006/01/09/the-use-of-suppress-in-the-xi-30-graphical-mapping-tool

Regards

Stefan

Message was edited by:

Stefan Grube

Former Member
0 Kudos

Hi Stefan,

we got SP18.

The blue field is filled with the text SUPPRESS.

So what's now?

Regards Mario

stefan_grube
Active Contributor
0 Kudos

Hi Mario,

You are right. It is blue. I have not used it a long time.

So I think when it is not blue, then it is another SP level?

Stefan

Former Member
0 Kudos

The initial question of my post is indeed:

a) Sometimes we see a blue SUPPRESS row

b) Sometimes we just see NO Row, just two context changes.

So I asked what the meaning of the blue row is.

But I could have also asked when a) occurs and when b) occurs

Regards Mario

stefan_grube
Active Contributor
0 Kudos

So the question is not about the colour, it is just, when does suppress appear?

Suppress comes after ifWithoutElse, when a condition is false and the parameter keepss (keeps suppress) is set to true. It comes always after createIf, when the condition is false.

The purpose of suppress is keeping the contexts of different queues in range.

Stefan

Former Member
0 Kudos

Hi Mario,

Did you see the above links ,

Whenver the left side vlue is false then then target node value will be SUPPRESS.

if it is true then the target node value will get.

And the Occurrences , it will depends upon the Context.

See regarding context also explained with examples in above links.

Regards

Chilla

Answers (3)

Answers (3)

prabhu_s2
Active Contributor
0 Kudos

Blue row in Q display:

Suppressed value Represented internally by constant

prabhu_s2
Active Contributor
0 Kudos

check Pg:67 of <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb5e89a6638">Mapping Functionality in XI</a>

Former Member
0 Kudos

Hi Mario,

Yes i do agree , Blue indicates ResultList.SUPPRESS when crezting target value.

I mean if the source value is suppressed , then the indication is Blue color.

some times color in green , it means , that value is not suppressed.

See the below link page No : 67

http://help.sap.com/bp_bpmv130/Documentation/Operation/MappingXI30.pdf

Regards

Chilla

<i>reward points if it is helpful..</i>

Former Member
0 Kudos

Hi Mario,

Blue row stands for suppressed value .This value is suppressed when creating the target element.

Its a constant internally having value ResultList.SUPPRESS

Regards

Former Member
0 Kudos

Hi Amit,

are there exceptions where SUPPRESS is not blue?

Because: Sometimes we see a blue SUPPRESS, sometimes not and we would like to find out what the algorithm is!

Regards Mario

Former Member
0 Kudos

are there exceptions where SUPPRESS is not blue?

>> All suppressed values are in BLUE. If you see a problem there recheck your mapping logic. You can debug the output result at the end of every stage.

For more information on mapping queues pls check this blog.

/people/venkat.donela/blog/2005/06/09/introduction-to-queues-in-message-mapping

Satish