2009 May 04 1:38 PM
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
2009 May 05 7:09 AM
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
2009 May 05 1:33 PM
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
2009 Aug 19 9:36 AM