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

Linking between PP and SD tables

Former Member
0 Likes
923

Hai friends,

I want one link between PP and SD tables. My requirement is i have planned order PLAF table. i want to link Sales table. Please guide me.

Thanks and Regards

visvanath

Hai friends,

I want one link between PP and SD tables. My requirement is i have planned order PLAF table. i want to link Sales table. Please guide me.

Thanks and Regards

visvanath

3 REPLIES 3
Read only

ak_upadhyay
Contributor
0 Likes
713

Hi,

Check this link....

http://www.erpgenie.com/abap/tables.htm

Reward points if useful....

Regards

AK

Read only

Former Member
0 Likes
713

ATP is the single most complex part of the SD module, depending upon how PP and MRP is set up.

MRP works semi-separately, depending on how it is set up. Basically, MRP looks at the demand on the plant, and if it the stock does not meet expected sales orders and deliveries, it will create a purchase requisition (outside purchase) or requirement or planned order (for production) to cover the shortfall. When MRP is started, it will turn the PR into a PO or the requirement into a production order.

In this scenario try to find out solution for your requirement....

Rewards if it helps to you.

Dara.

Read only

Former Member
0 Likes
713

Hi

You can simply link the Sales order No and ITEM

VBAP-VBELN and VBAP-POSNR with the PP order item table

AFPO-KDAUF and AFPO-KDPOS and get the Pp related info

or in Sales tables there is a field called AUFNR in VBAP

use that for PP order number

SD tables

http://www.erpgenie.com/abap/tables_sd.htm

PP tables

http://www.erpgenie.com/abap/tables_pp.htm

Regards

Kiran Sure