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: 

Production order confirmation table

Former Member
0 Kudos

Hi..

Can anyone please tell me where i can find the details when a production order confirmation occurs, batch numbers created ..

I want to get the batch numbers created for a particular production order. In which table can i get the data?

Thanks

Keshi

4 REPLIES 4

Former Member
0 Kudos

Check tables AUFK, AFKO, S022, AFVC,AUFV .

regards,

vijay

0 Kudos

basic confirmation data in AFRU

movement for prod order in AUFM

to find batch number

use FM CO_RI_CONF_GETDETAIL or

BAPI_PRODORDCONF_GETDETAIL

you can find batch number in movements tables of of this FM

or use logic of this FM to find batch number.

Former Member
0 Kudos

Hi,

Try using table AUFM.

You can also use table AFKO & AFPO.

You should be getting all the reqd. details in the above tables.

Hope this helps..

Reward points if this is helpful.

Deepu.

Former Member
0 Kudos

Production Orders are stored in table AUFK whereas Batch No can be seen in AFPO (item table)

P.S. Rewad for the useful answers.

Susanth.