cancel
Showing results for 
Search instead for 
Did you mean: 

Split By Value

Former Member
0 Kudos

Hi

When we use " Split By Value" , we see three options under that. Each value, Value changed and empty value. When do we use select each option and how ?

Radhika

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Radhika,

I would suggest you to go through this link for more information

http://help.sap.com/saphelp_nwpi71/helpdata/EN/21/3bb8c495125e4eb5969f0377885fe0/content.htm

Also , for all the question, the answer is here -http://help.sap.com/saphelp_nwpi71/helpdata/EN/43/78bd467afa345ae10000000a422035/frameset.htm

Thanks!

Former Member
0 Kudos

Thanks Raj

However I do wanna know one more thing. When we use node functions, do they work on elements ?

I mean if the structure is something like this

N1

RRR

RRR

RRR

N2

SSS

SSS

N3

AAA

N1, N2, N3 are nodes and RRR SSS AAA elements

If the elements belong to different nodes, N1, N2 AND N3, can we use this function both on nodes and elements? I mean for a change in value of node or element can we use this function ?

Radhika

justin_santhanam
Active Contributor
0 Kudos

Radhika,

Since you said "Node Function" (All the functions) I would say - YES we can apply to Node as well Element. But it all depends on which Node Function you are choosing.

For example ,if you are choosing Split By Value - This can be applied only on Element.

Remove Context, collapse context, etc - This can be applied to Element/ Node based on the business requirement.

I hope it clears, if you want more information - Give me an example scenario on what you are looking for, then probably I can give more info on that.

Thanks!

Answers (4)

Answers (4)

Former Member
0 Kudos

Hoping below link will clear the query

Former Member
0 Kudos

Hi all, i am newbie and i wonder if i can convert following source message to target message

using standard node function, or not?

Source Message

-------------------------------

<devices>

    <device>

        <sn>123</sn>

        <city>Berlin</city>

    </device>

    <device>

        <sn>345</sn>

        <city>Berlin</city>

    </device>

    <device>

        <sn>777</sn>

        <city>Bonn</city>

    </device>

</devices

Target Message

-------------------------------

<cities>

    <city>

        <name>Berlin</name>

        <devices>

            <sn>123</sn>

            <sn>345</sn>

        </devices>

    </city>

    <city>

        <name>Bonn</name>

        <devices>

            <sn>777</sn>

        </devices>

    </city>

</cities>

Harish
Active Contributor
0 Kudos

Hi,

The mapping can be achieve with node function.

Please open a new thread for your question.

regards,

Harish

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

PLEASE SEARCH IN SDN,before posting , this type of question answered many times.

I really wondering for this simple question SENIOR Members also giving links

Regards,

Raj

MichalKrawczyk
Active Contributor
0 Kudos

hi,

please have a look this example:

https://help.sap.com/saphelp_nwpi71/helpdata/en/4b/d11e3e1c3b120ae10000000a114084/frameset.htm

and an answer to your question from this page:

"You can insert a context change in the queue after each value, after each change to the value, or after each tag without a value."

is it clear now ?

Regards,

Michal KRawczyk