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: 

List out all Purchase requisitions of production order

Former Member
0 Kudos

Hi All,

I need to display purchase requisition for a production order operation wise. I am doing it something like steps given below:

1) Verify all the PRs from table EBAN.

2) Go to table AFVC and find out all the purchase requisition and their corresponding Object id(BEDID).

3) Go to table AFKO and find out all the orders based on BEDID that were fetched form table AFVC.

Till this point it seems logical but I am not able to correlate between AFKO and AFVC, I mean If I know the order numbers from AFKO what is the relation between AFKO and AFVC apart from BEDID. As aufnr field is not present in table AFVC which is there in table AFKO.

In simple How can I extract all the operations details from table AFVC based on the order number in AFKO.

Thanks

Mark

2 REPLIES 2

Former Member
0 Kudos

afko-aufpl = afvc-aufpl.

regards

shiba dutta

Former Member
0 Kudos

This message was moderated.