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

Former Member
0 Kudos

I have to create a production order for that which table i have to see for sample data???

7 REPLIES 7

Former Member
0 Kudos

Hi,

Check tables AFKO and AFPO.

Regards,

Raju.

Former Member
0 Kudos

Hi,

These tables will help you to get the PO details.

AFKO

Production Order Header

AFPO

Production Order Position (details)

Former Member
0 Kudos

Hi,

To get Production Order details refer to following tables

1) AUFK - Order Master Data

2)AFKO - Order header data PP orders

3)AFRU - Order Confirmations

4)AFVC - Operation within an order.

From above tables we get different informations related to Production Orders,including the order Quantity,

order completion date, Actual yield Qty, Time of Completion, and many others.

Hope this will help you.

Thanks,

Vengal Rao

Former Member
0 Kudos

Dear,

If you are functionally strong then you can create yourself the production order otherwise take the help of functional guy,

The tables in which Production Order details are stored are

AFVC - Operation within an order.

AFKO - Order header data PP orders

AFRU - Order Confirmations

AUFK - Order Master Data

Cheers

fareed

0 Kudos

Hi,

You can open an already existing production order to see what all fields are required to create new production order. In case you want to see some table name of any field you can get by F1 help.

For your information there is no single table where you can see all the production order data. And you can refer some of the tables mentioned above.

Thanks,

Anurag

former_member229729
Active Participant
0 Kudos

Hi,

Below are the tables pertaining to Production Orders:

Production orders
	AUFK				Production order headers
	AFIH				Maintenance order header
	AUFM				Goods movement for prod. order
	AFKO				Order header data PP orders
	AFPO				Order item
	RESB				Order componenten	
  	AFVC				Order operations
	AFVV				Quantities/dates/values in the operation
	AFVU				User fields of the operation
	AFFL				Work order sequence
	AFFH				PRT assignment data for the work order(routing)
	JSTO				Status profile
                JEST				Object status
	AFRU				Order completion confirmations
           	AFFH				PRT assignment data for the work order
	CRVD_A			                Link of PRT to Document
	DRAW				Document Info Record
	TDWA				Document Types
	TDWD				Data Carrier/Network Nodes
	TDWE				Data Carrier Type

Rgds,

RamaniN

Former Member
0 Kudos