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

Production Order Interface

Former Member
0 Likes
443

Hi All,

I am having 2 questions in regards to the interface development:

1. I have to read and validate following details from the production order and prepare a file to write it in to the Network directory.

-> Get all production order from (Table : AFKO)

-> Check the status of Production Order

( Get OBJNR from table AUFK and check status in table JEST)

-> Get the details for Operation No. 0020

Which table do I look for ? (

Check the status for that operation ( Is it the same table I can use?)

If status is PCNR(Partially Confirmed) then which table I can look for to get the open quantity and actual quantity?

Get details regarding Work Center (Table?). (AFKO->AFVC->CRHD)

2. Second scenario, I am getting a file to update the production order.

-> I have to update the basic start & finish date, work center & status.

I can not use BAPI_PRODORDER_CHANGE for it because it does not update work center of particular operation.

Is BDC is ideal for this situation?

If I am using different table then please correct me.

Thanks for you valuable suggestion.

Harry

1 REPLY 1
Read only

Former Member
0 Likes
359

Resolved by myself.