Hi,
Can you please help in the below issue.
I am having an idoc structure like as shown below.
<IDOC>
<E1EDP01>
<E1EDP02>
<QUALF>85</QUALF>
<BELNR>31</BELNR>
</E1EDP02
<E1EDP03>
<IDTNR>41</IDTNR>
<DATUM>10101</DATUM>
</E1EDP03>
</E1EDP01>
<E1EDP01>
<E1EDP02>
<QUALF>85</QUALF>
<BELNR>32</BELNR>
</E1EDP02
<E1EDP03>
<IDTNR>41</IDTNR>
<DATUM>10104</DATUM>
</E1EDP03>
</E1EDP01>
<E1EDP01>
<E1EDP02>
<QUALF>85</QUALF>
<BELNR>32</BELNR>
</E1EDP02
<E1EDP03>
<IDTNR>41</IDTNR>
<DATUM>10104</DATUM>
</E1EDP03>
</E1EDP01>
<E1EDP01>
<E1EDP02>
<QUALF>85</QUALF>
<BELNR>33</BELNR>
</E1EDP02
<E1EDP03>
<IDTNR>41</IDTNR>
<DATUM>10101</DATUM>
</E1EDP03>
</E1EDP01>
The E1EDP02 and E1EDP03 are in the same level.
My output should retrive the DATUM values.
Find the below display queue.
10101
10104
10101
Can you please help how to get the above output.