‎2006 Aug 16 4:05 PM
When creating a sales order for a service product, a SAP standard validation exists that prevents entering a value different from 1.Therefore i removed this quantity 1 validation from the sales order transaction.(source code changed). <b>additionally, the sales order quantity must be used to update the tasklist execution factor (AUFKT_PM-APFKT) when the tasklist is copied into the service order.
(???BADI IWO1_TL_INTEGRATION ???)</b>
transactions : va01, iw32
question : which method in badi to use? logic?
‎2006 Aug 18 12:21 PM
Hi there,
I have to admit that I do not know the answer to your question. I do know, however that the BAdI mentioned by you is not the valid one for this purpose. If you take a lok at this BAdI you will see that this is an SAP-internal BAdI. In case you have the note 835330 installed into your system, you might use the newly created BAdI IWO1_TL_INTEGRATION2. There are only two mothods you can use, and I do not think that the interface of any of these methods is allowing you to do the required changes.
Hope this helps at least in abandoning a wrong direction...
Ferenc