Hello Friends
I have created a custom BAPI which calls BAPI_QUOTATION_CREATEFROMDATA2 and BAPI_TRANSACTION_COMMIT one after another.
I have created wsdl file. I am calling this from 2 different programs
1. from soapui tool
2. from our product written in C-sharp.
In both cases I am sending exactly same values and in both cases the quote is getting created.
However, the call that I do from SOAPGUI tool created the quote completely as expected.
But the call I do from C-Sharp program creates the quote but it is incomplete with lot of info missing.
For example the fields Net Value, Total Amount etc., are all zeros. (they get generated based on the values that I send thro the webservice). However, since I am sending exact same values I am not sure why it is showing two different behavior.
I am looking for the location in the program where it writes these values and am not sure how to look for it in this huge maze. Does anybody have any tips or tricks in debugging such issues. I tried putting external break points and was able to notice that all the parameters are being received successfully in both cases.
I would appreciate your feedback or advice.
Thanks
Ram
Edited by: Ram Prasad on Mar 20, 2009 5:29 PM