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: 

Purchase Order SAP abap statement

former_member229716
Active Participant
0 Kudos

Hi ABAP Expert,

Need your help to solve my issue;

If i what to get the detail on the PO number , i can get from table EKPO

get EKPO-EBELN from EKPO

how do i use sap statement to get the detail below

1. PO with GR and Invoice

2. PO with GR without Invoice

3. PO without GR and Invoice

1 ACCEPTED SOLUTION

gopi_narendra
Active Contributor
0 Kudos

You can get these from the table EKBE with the field BEWTP

Check the table EKBE.

1. PO with GR and Invoice

2. PO with GR without Invoice

3. PO without GR and Invoice

Regards

Gopi

2 REPLIES 2

gopi_narendra
Active Contributor
0 Kudos

You can get these from the table EKBE with the field BEWTP

Check the table EKBE.

1. PO with GR and Invoice

2. PO with GR without Invoice

3. PO without GR and Invoice

Regards

Gopi

0 Kudos

How do i use the SAP Sql statement to grap the data