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: 

Determine if a material is being produced for the first time by seeing the movement types.

Former Member
0 Kudos

Hello,

So i have to determine if a material is being produced for the first time. i have production orders with the material. Now if this material is being produced for the first time, i have to write a note in the print form. I have instruction that to do this i need to see the movements of the goods in production, and until that material hasn't been sent to the warehouse, i should classify as it being produced for the first time. I am fresh in the PP module. Please let me know the connection of tables i can use in abap code and the movement types i should see.

1 ACCEPTED SOLUTION

VenkatRamesh_V
Active Contributor
0 Kudos

Hi,

Check in

mseg table - transaction against production order.

mbew&mard tables - material stock

Afko,Afpo - production order details

4 REPLIES 4

VenkatRamesh_V
Active Contributor
0 Kudos

Hi,

Check in

mseg table - transaction against production order.

mbew&mard tables - material stock

Afko,Afpo - production order details

0 Kudos

Thank you,

i solved it by by entering in MSEG , checking if there was a 101 BWART. If yes, that indicated that the material was sent to warehouse..

So it was BWART = 101.

Can you help me with another thing? how can i see how many pieces of that material can be produced in an hour?

0 Kudos

Not an Easy task, but If you found a material Document, In header MKPF, Two fields are there, Entered on and Entered At. Have a look on fields ,You may get an idea.

Former Member
0 Kudos

Hi,

Thank you. I needed more details like what movement type was indicating that the material was sent in warehouse.

I solved it by entering in MSEG , checking if there was a 101 BWART. If yes, that indicated that the material was sent to warehouse..

So it was BWART = 101.

🙂