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 in sap abap

DKanna
Explorer
0 Kudos

Hi all,

In which table can i find the production order created and production order released. I want to know the table name of it.

1 ACCEPTED SOLUTION

p244500
Active Contributor
0 Kudos

HI,

AFKO-PP Order Header

AFPO- PP Order Item

JEST, JCDS, TJ02 - Status Table (OBJNR is link with the table)

Regards,

Nawa

4 REPLIES 4

raghug
Active Contributor
0 Kudos

The 2 primary production order tables are AFKO and AFPO - header and line item tables

Mahendran8888
Contributor
0 Kudos

Hi,

Please refer the production order tables in below link

https://wiki.scn.sap.com/wiki/display/ERPLO/PP-TABLES

Please find jsto, jest there will be the status named REL, CRTD, you can find those in the tables.

Regards

Mahe

raymond_giuseppi
Active Contributor
0 Kudos

Table AFKO for PP order header, then join main order table AUFK to get OBJNR and then join with JEST for current status (created, released, etc.)

p244500
Active Contributor
0 Kudos

HI,

AFKO-PP Order Header

AFPO- PP Order Item

JEST, JCDS, TJ02 - Status Table (OBJNR is link with the table)

Regards,

Nawa