Question:
Hi gurus,
I would like to know how to make a join in a infoset for a bw extraction.
I want to make a modification on existing infoset.
The first table A017 cannot be used in a join
second table is KONP
before there was a join between the both table :
SELECT from KONP
WHere kunmh = kunmh
and kopos = 1
now i want to change the infoset because i want to extract all condition in the KONP table
SELECT from KONP
WHere kunmh = kunmh
But i can't there is a line in A017 and several line in KONP. so i don't kown how to do it in an infoset
Thanks for help
Pirlouis
Answer:
hello,
I found how to do. I used an abap code in the USER EXIT
Thanks
PirLouis