Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

badi

Former Member
0 Likes
377

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?

1 REPLY 1
Read only

Former Member
0 Likes
302

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