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

Billing plan changes

Former Member
0 Likes
538

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

3 REPLIES 3
Read only

Former Member
0 Likes
485

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.

Read only

0 Likes
485

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

Read only

Former Member
0 Likes
485

answered