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

Former Member
0 Likes
392

i have one main production order number and under this there are different production orders as heirarchy. so what's the way to find related production orders

this i want to extract using abap report. please suggest me the flow and tables as well as fields.

Thanks,

Rahul

[email protected]

i have one main production order number and under this there are different production orders as heirarchy. so what's the way to find related production orders

this i want to extract using abap report. please suggest me the flow and tables as well as fields.

Thanks,

Rahul

[email protected]

1 REPLY 1
Read only

Former Member
0 Likes
363

Hi Rahul,

What i have understood fromur query that one production order has created first after all production order has created with refrence with this order..and inturns built a hierarchy....

Refer to table AUFK..it has AUFNR..order no and REFNR..reference order number...it ...serves as a refrence table..

and AFKO and AFPO are header and item table of Production Order

Hope it will be useful.

Regards

Krishnendu