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: 

how to capture all the goods issues made against a PO

Former Member
0 Kudos

hi experts,

Can any one help me how to capture the goods issues ( material doc. no.) made against a purchase orders for a particular plant, purchase organisation,vendor code and material numbers. here i want all the goods issues made for the particular plant, purch,org., plant, posting date.

4 REPLIES 4

Former Member
0 Kudos

hi experts,

as i said above, i need the information about the goods receipts, not goods issues, how is that possible

0 Kudos

Hi,

Refer to the tables EKPO.In this table check fields,

WEPOS - Goods Receipt Indicator

WEUNB - Goods Receipt, Non-Valuated

WEBRE - Indicator: GR-Based Invoice Verification

REASON_CODE - Goods Receipt Reason Code

Former Member
0 Kudos

Hi,

Go to table EKBE(History per Purchasing Document) and give your PO # and Item #.

U can find the Material Documents for the respective Po & Item No.s.

Hope it helps you.

Regards,

Anbalagan

ritesh_dugad2
Active Participant
0 Kudos

Hi,

You can also use function module ME_READ_HISTORY to read the PO History by line item.

Thanks