Hi,
for example, I have got an internal table like this:
customer business partner1 business partner2 business partner3 12345 50 12345 60 12345 70 67890 67890 90 67890 100
How to merge the lines with the same "customer" field which is key in the database table? I want to have it like this:
customer business partner1 business partner2 business partner3 12345 50 60 70 67890 90 100
Hope you unterstood my question 😉 Would be nice if you could help me (:
Best regards,
Marius Klaus
Edited by: Marius Klaus on Dec 7, 2009 8:50 AM