cancel
Showing results for 
Search instead for 
Did you mean: 

Which function module fetches the confirmed quantities from ECC into CRM

Former Member
0 Kudos

Hi Experts,

When a CRM sales order is being created from GUI, when the sold-to-party, product and quantity are entered and enter key is pressed, the confirmed quantities are returned from ECC.

Which is the exact function module that is calling ECC and getting the confirmed quantities ?

We donot have teh ATP active. We just get the confirmed quantities.

Any inputs/pointers in this regard would be of great help.

Thanks in Advance,

Kris.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kris,

Can you check FM - CRM_SCHEDLIN_I_GET_CFRM_QTY_OW. This should help you in fetching the confirmed quantities from ECC to CRM.

If this doesnt help try to put CRM_SCHEDLIN* in SE37 and you will see all FM related to schedule lines.

Hope this helps.

Regards,

Chandrakant

Answers (1)

Answers (1)

Former Member
0 Kudos

If this is during _creation_ of the transaction, you can use the BAdI CRM_SCHEDLIN_BADI, and can both see the schedule lines and also have a chance to massage the data too..