Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Technique with se16...

Former Member
0 Likes
618

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.

1 ACCEPTED SOLUTION
Read only

former_member192429
Active Participant
0 Likes
519

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

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.

2 REPLIES 2
Read only

former_member192429
Active Participant
0 Likes
520

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

Read only

alejandro_bindi
Active Contributor
0 Likes
519

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.