SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Update IS-U billing document

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

View solution in original post

3 REPLIES 3

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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