‎2006 Jun 06 6:48 PM
Hi there,
I'm using this bapi and, when I pass values in the table ORDER_CONDITIONS_IN, it inserts the condition as new manual conditions, so it duplicate the condition.
It keeps the original condition with ZERO value, and put a new one under it, with the value that I passed.
There are anyway to avoid it?
Alexandre Nogueira.
‎2006 Jun 06 6:54 PM
pass the update flag also in ORDER_CONDITIONS_INX structure.
ORDER_CONDITIONS_INX-UPDATEFLAG = 'U'.
Regards,
Ravi
‎2006 Jun 06 7:14 PM
But I don't have this structure ORDER_CONDITIONS_INX in this bapi.
thanks,
Alexandre Nogueira
‎2006 Jun 06 7:42 PM
Look for this declaration in the BAPI's IMPORT parameters:
ORDER_CONDITIONS_INX STRUCTURE BAPICONDX OPTIONAL
Or something that points to STRUCTURE BAPICOND
What version of R/3 are you running?
‎2006 Jun 06 8:05 PM