‎2006 Oct 23 2:00 PM
Hi All,
Is there a function module to calculate Open Contract Quantity?
Thanks.
‎2006 Oct 23 2:23 PM
Check the below..I think it gives the release qty.
/PBS/ME_READ_RELEASE_QUANTITY
and you can subtract the total qty - release = Open
‎2006 Oct 23 2:20 PM
YOu can use the bapi:
BAPI_SALESORDER_GETSTATUS
Pass the contract number to the bapi and look at the STATUSINFO table that is returned.
Regards,
ravi
‎2006 Nov 01 7:23 AM
Hi Ravi,
Thanks for the reply.
For this FM, i need to pass the Sales Doc Number. Is there an FM where i can pass the contract number?
Best regards,
Sindy
‎2006 Nov 01 2:08 PM
Hi Sindy,
You can pass the contract number also to this fm.
Regards,
Ravi
‎2006 Oct 23 2:23 PM
Check the below..I think it gives the release qty.
/PBS/ME_READ_RELEASE_QUANTITY
and you can subtract the total qty - release = Open
‎2006 Nov 08 11:07 AM
Hi Anurag,
Many thanks for the reply. Solved my problem.
Regards,
Sindy