2007 Aug 24 8:01 PM
Hi,
I have got multiple entries for EBELN in table EKPO for condition KNTTP ='A' while exploring in se16.
Now I want to pass all these EBELNs which I got from table EKPO to table EKKN and execute and see data for these EBELNs ? How can I do this playing with these tables in se16 ?
Regards,
Rajesh.
2007 Aug 24 8:03 PM
Copy all the EBELN's to buffer or download to excel and when you go to select options you have an option to paste from buffer or upload from excel.
-Kriss
2007 Aug 24 8:03 PM
Copy all the EBELN's to buffer or download to excel and when you go to select options you have an option to paste from buffer or upload from excel.
-Kriss
2007 Aug 24 8:13 PM
What you wanna do is a join.
If you're not a developer or know how to code ABAP (that would be the fastest way), you need SAP Query quickviewer (next faster way).
Go to transaction SQVI and create a query for you, then you'll define both tables and the join between them (by which fields) graphically.
Regards
Please reward points if helpful.