Hi all,
I try to fetch PO data from table EKPO, feeding in WERKS and MATNR; both marked as Selection;
However I get now multiple returns, as in this example:
Input 1: WERKS="DE55" MATNR"12345"
Input 2: WERKS="DE75" MATNR"67891"
Output 1: WERKS="DE55" MATNR"12345"
Output 2: WERKS="DE75" MATNR"12345"
Output 3: WERKS="DE95" MATNR"12345"
Looks like he's querying all provided materials in all provided plants, but I'd rather have him pull the unique combination.
Does anyone have a solution?
Thanks!
Br Andreas