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

open purchase orders

Former Member
0 Likes
1,597

hello,

i am looking for fuction module which displays open purchase orders or purchase order history

cheers

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
873

Hi,

May be this FM can help you

MB_ADD_PURCHASE_ORDER_QUANTITY (Reading and adding open purchase order quantities)

Please reward points if replies help you.

Regards,

Amit

Hi,

May be this FM can help you

MB_ADD_PURCHASE_ORDER_QUANTITY (Reading and adding open purchase order quantities)

Please reward points if replies help you.

Regards,

Amit

4 REPLIES 4
Read only

Former Member
0 Likes
873

Check this link for a sample code

http://www.sapgenie.com/abap/code/abap16.htm

Read only

Former Member
0 Likes
873

Rajani,

As such there is no status which tells you whether a PO is open or not. You can find the history of a PO from the table EKBE.

Not sure what exactly is your requirement.

Regards,

Ravi

Note : Reward the posts that help you.

Read only

Former Member
0 Likes
874

Hi,

May be this FM can help you

MB_ADD_PURCHASE_ORDER_QUANTITY (Reading and adding open purchase order quantities)

Please reward points if replies help you.

Regards,

Amit

Read only

Former Member
0 Likes
873

For PO History -

ME_READ_HISTORY .

For open PO -

see transaction ME2M with scope of list "%DUE".

Cheers.

Sanjay