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: 

FM :ISU_S_INSTLN_PROVIDE move-out

Former Member
0 Kudos
526

Hi All .

Requriment : When a move-out is carried out on a contract, the customer read meter reading unit (MRUs) (if existing) should be replaced by the Normal Meter reading unit in the installation automatically. Presently they are replaced manually. If the move-out is reversed then it should restore the Customer read meter reading unit in installation.

For that I am using the FM "ISU_S_INSTLN_PROVIDE" to get the auto object & call FM "ISU_S_INSTLN_CHANGE" to pass back the data to the system.

Can anyone please let me know the functionlity & how to pass the parameters ?

Regards

Rahul

3 REPLIES 3

Former Member
0 Kudos
233

Hi

To know the functionality and how to use you may refer to business object INSTLN using SWO1 Tcode

It contains method "changedirect" which shows the direct use of both the Function modules.

Regards,

Prajakta

Former Member
0 Kudos
233

Hello,

You should modify following values in AUTO structure.. Also, depending on your need you need to modify other fields as well..

ls_auto-contr-use-okcode = 'X' .

ls_auto-contr-okcode = 'SAVE'.

You can alse try debugging standard transaction to see what parameters are passed to this FM.

Regards,

Minal

Former Member
0 Kudos
233

solved