Application Development 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: 

PO line item question

Former Member
0 Kudos

What is "PO line item"? in which table can I find it? I've joined ABAP development team and worked on MM report. Thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

See Table EKPO. You can use transaction SE11 to see the field definitions, and transaction SE16 to see the data.

EKKO is the PO header data

5 REPLIES 5

Former Member
0 Kudos

See Table EKPO. You can use transaction SE11 to see the field definitions, and transaction SE16 to see the data.

EKKO is the PO header data

0 Kudos

Thanks!

The PO line item is:

EBELP - Item Number of Purchasing Document

is it correct?

0 Kudos

Yes, you are correct.

0 Kudos

Yes, that is correct. You can also use the help from any screen where you see this field.

Click once on the field (po item for example), and hit F1.

You can look at the technical details of the field and get the exact field name.

Thanks

0 Kudos

Thank you very much!