Hi Andrei,
I am facing the same problem. Below is my view logic:
Data Set1
Material | Plant | ATWRT |
2305 | P1 | C151 |
2305 | P2 | C151 |
Data Set2
Material | Plant | ATWRT_1 |
2305 | P1 | Normal Material |
2305 | P2 | Normal Material |
Data Set1 Union Data Set2
Output
Material | Plant | ATWRT | ATWRT_1 |
2305 | P1 | C151 | ? |
2305 | P2 | C151 | ? |
2305 | P1 | ? | Normal Material |
2305 | P2 | ? | Normal Material |
Required Output:
Material | Plant | ATWRT | ATWRT_1 |
2305 | P1 | C151 | Normal Material |
2305 | P2 | C151 | Normal Material |
Please give your views.
Regards
Rajender