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: 
Read only

SAP ISU Auto Reconnection on payment receipt

Former Member
0 Kudos
675

Hi Friends,

We need to Automate the process of Auto reconnection on payment received.

i.e When payment received from customer through FPCJ tcode

system will look for the disconnection status and do as follows

If disconnection Status is 20(Disconnection Started)

then change Disconnection status to 99( Completed)

1. How can we change this staus from 20 to 99 ?

2. What function fodule to be used for doing this status change.

3. What are the parameters we need to pass to function module for doing this activities.

Thanks

SK

3 REPLIES 3
Read only

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Kudos
321

SK:

Event R720 is provided for the purposes of triggering a reconnection, or closing the disconnection, when a payment is made. Please have a look there and determine its suitability for your needs.

regards,

bill.

Read only

0 Kudos
321

Hi Bill,

thanks for your reply... we are already using events 720 for this purpose. but my query is, using what FUNCTION module or BAPI we can change this status from 20 to 99. What parameters of function module needs to be used for this purpose. We are unable to do so

thanks

sk

Read only

0 Kudos
321

Hi,

It can be done in following steps:

1. Use function module ISU_S_DISCDOC_PROVIDE to populate your AUTO parameter by passing disconnection document.

2. Update following parameters:

AUTO-CONTR-USE-OKCODE = 'X'.

AUTO-CONTR-OKCODE = 'DARKCOMPL'.

3. Call function module ISU_S_DISCDOC_CHANGE.

This will complete disconnection document.

Hope this helps.

Regards,

Avinash