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: 

ISU - Uninstallting a device using isu_s_worklist_install

Former Member
0 Kudos

Hi,

I am trying to find a piece of code which will help me to call the FM isu_s_worklist_install with its proper parameters. What i wish to do is to Uninstall a device which has been fully installed from an installation . Can anyone please provide me with a working piece of code, or any help in which parameters need to be filled in order for the FM to work. If you have any other FM which does the same task please share the same as well.

- Amin

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Amin,

Go to Transaction: SWO1.

Enter the Business Object : INSTLN.

See the Methods:

UtilInstallation.DeviceInstall

UtilInstallation.DeviceRemove.

These uses the Function Module "isu_s_worklist_install".

After the Function Call USe "Commit" explicitly.

Thanks

Niranjan

View solution in original post

1 REPLY 1

Former Member
0 Kudos

Hi Amin,

Go to Transaction: SWO1.

Enter the Business Object : INSTLN.

See the Methods:

UtilInstallation.DeviceInstall

UtilInstallation.DeviceRemove.

These uses the Function Module "isu_s_worklist_install".

After the Function Call USe "Commit" explicitly.

Thanks

Niranjan