Hi
From the business content, in the update rule: 2LIS_02_SCL -> 0PUR_DS03. there is a routine for the PO open quantity 0BO_QTY as follows:
RESULT = COMM_STRUCTURE-cpquaou * COMM_STRUCTURE-numerator /
COMM_STRUCTURE-denomintr.
cpquaou is mapped to BWMNG which is the PO quantity "not the OPEN PO quantity".
1. So how come this routine calculates the open quantity?
2. I have to report parital open quantity as soon we have confirmed quantities, so I am trying to use 2LIS_02_SCN as a datasource and map it to 0PUR_DS03. Then I will map 0OPNQTY -> 0BO_QTY. Is my logic valid??
3. To resolve the first issue I am thinking to enhance my datasource 2LIS_02_SCL with two fields:
- MENGE (Scheduled Qty.)
- WEMNG (GR Qty.)
then i will change the update rule routine as: Open Qty. = MENGE - WEMNG.
Do you think that approach is ok?
Thanks in Advance
Edited by: Omar on Apr 7, 2010 10:43 AM