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 Detalis

Former Member
0 Kudos
70

Hi Frds

the Report name is PO LINE ITEM STATUS.for each line item i wants to display GR and IR details.If there is no GR and IR for a line item ,then i wants to display PO Number and PO line item in the same report .

By

Pari

3 REPLIES 3

Former Member
0 Kudos
55

Look at table EKBE.

Rob

0 Kudos
55

Hi

Try getting info from CDHDR table.

or use logic from std T-code ME80FN

<REMOVED BY MODERATOR>

thanks

Prasanna

Edited by: Alvaro Tejada Galindo on Mar 7, 2008 4:45 PM

Former Member
0 Kudos
55

Use EKBE table to get the PO history of a particular PO line item.

VGABE is the field which determines whether the document BELNR is a GR or GI or IR.

The field EKBE-VGABE identifies the type of document. I think you want to ook for a '1' in this field for a goods receipt and a '2' for invoice receipts. Verify this by browsing EKBE using SE16 at the same time you are looking at a PO in ME23N.

Reward points for all helpful answers.

Thanks,

Balaji