‎2009 Jun 23 3:02 PM
Hi All,
We have done some coding in User Exit for the billing plan changes . Also the code seems to work fine
when we debug and the new plan gets updated but the same is not the case without debugging. The values are not updated. Please suggest.
Thanks
‎2009 Jun 23 8:11 PM
Can you paste the code from the user exit into your message? It may be a matter of when the commit is done. You have to be really carefull with commits and user exits. But when you are in debug, the commit is done. If you have used a call transaction - it is just a variable that needs to be set.
‎2009 Jun 24 10:55 AM
Hi ,
I am getting the new RFPLN(Billing plan number) and then call the SD_BILLINGPLAN_Change FM to change it.Also the save document FM after that to save the contract. Also Can you please let me know what is the variable that needs to be set when its a call transaction.
Edited by: vishal gadkari on Jun 24, 2009 12:07 PM
‎2009 Aug 11 11:47 AM