2009 Dec 31 5:49 AM
Hi,
I need to update the billing document immediately after end of the billing transaction.
Using some user exit we can modify the bill during the execution of the billing transaction like EASIBI.
How can we update the bill after the end of the transaction. Basically i need to update some fields into the billing document.
Thanks.
Best Regards,
Dhandapani SM
2009 Dec 31 7:24 AM
Hi,
Try the EXIT EBIA0028 IS-U: Enter/Save Customer Facts in Billing Object and
EBIA0012 IS-U: Fill Customer Data in OBJ billing object.
Hope this helps.
Regards,
Manish Bisht
2009 Dec 31 7:24 AM
Hi,
Try the EXIT EBIA0028 IS-U: Enter/Save Customer Facts in Billing Object and
EBIA0012 IS-U: Fill Customer Data in OBJ billing object.
Hope this helps.
Regards,
Manish Bisht
2009 Dec 31 7:42 AM
Hi,
Thanks for your reply. .
User exit will help us to enhance the standard flow and code during the transaction execution time.
In my case , First the transaction should execute as it is and then we need to call another program to update the bill. Is there any function module kind of thing to update the billing document?
Best Regards,
Dhandapani sm
Edited by: dhandapanism on Dec 31, 2009 1:12 PM
2010 Jan 04 11:27 AM
Hi Dhandapanism,
You can check if any event is triggered when you create Billing Document through t-code 'SWEL'. If yes, you can create a task which updates the billing document as per your requirement and attach the task with the event.
Let me know if you need more help.
Regards,
Manish Bisht