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: 

link between sd and pp

Former Member
0 Kudos

hi all,

i have a problem regarding relation or link between sales and production order. i have to fetch production order number related to sales order number. i have checked in the table AFPO that is production order item table , there is field AFPO-KDAUF and AFPO-KDPOS ie, sales order and sales item. but when i see these two fields there is no data into the field so how can i get data into the table related to production order.can anyone help me on this issue.

6 REPLIES 6

Former Member
0 Kudos

Hi,

YOu have two kinds of business scenarios. One is Make to order and another is make to stock.

When you run the MRP for a sales order(which is in make to order) , Then in the production order, the sales document no and the item no gets populated into this field. If its make to stock, MRP will be run for the finished goods, instead of a particular sales order.

I hope your business scenario is a make to stock scenario.

If you want to track the sales orders in the make to stock scenario, then you will have to find out the batch no. through which the Finished goods gets into the warehouse and the batch no.through which goods delivered to the customer.

Regards,

0 Kudos

ya we have make to stock scenario's here, so can you please suggest me how can we do that, can you help me out on this scenarios.

0 Kudos

Hi,

If it make to stock scenario, then you need to consider the batch numbers.

Once the goods are manufactured and comes into the unrestricted stock, system gives you a batch number.

While deliverig the goods to the customer , System asks from which batch number we need to issue.

With these batch numbers you can find out the link.

Can you just confirm with your functional consultant whether this batch management is active or not in your system.

Regards,

Former Member
0 Kudos

Please refer to the below links -

https://forums.sdn.sap.com/post!reply.jspa?threadID=309885

Integration points with MM/IM and PP are some of the following -

When a Production order is created and released a reservation gets created for the materials in BOM

When the reservation is created and materials are posted against the reservation with mvt type 311 these are transferred to the respective location.

When a GR is posted with mvt type 101, the Finished or Semifinished goods are posted to the respective storage location and inventorized.

When a consumption is posted with mvt type 261 then stock will get reduced in resepective storage location.

When a batch determination is done in a production order basing on the batch search strategy and sort rule material, quantity and batch are selected.

If WM is configured an associated internal movement for all the above movement types will be posted.

During MRP, BOM which is a master data for PP is used to calculate the dependent requirements of materials.

During availabilty check of a production order basing on the availability check configured materials will be selected and checked.

Hope the above may help you.

Former Member
0 Kudos

hi,

PP-SD: Transfer of requirements from SD to PP...100% depends on Planning strategy requirements class customized in SD module.

2) ATP...availability check.

3) Handling units

Thanks.

Former Member
0 Kudos

solver we get in mto screnario