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: 

Removing a Device using a workflow.

Former Member
0 Kudos

Hello all,

I am on ECC 6.0 and trying to execute a workflow step in background that will remove a device. Currently the step is in foreground mode and executing BOR object DEVLOC and method DEVICEREMOVE.

Just wondering if anyone has done this in background mode.

2 REPLIES 2

oliviawalsh
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

You could use the IDoc type ISU_DEVICE_CHANGE to remove a device in Background mode.

ISU_DEVICE_CHANGE -> IS-U: Control for installation, removal and repl. of devices

Another option may be:

BOR Object INSTLN: UtilInstallation.DeviceRemove when looking inside that program, there are two function modules called: ISU_S_WORKLIST_INSTALL_PROVIDE and ISU_S_WORKLIST_INSTALL. Both have the parameter X_NO_DIALOG, so I think there is some way to find a project based solution.

I hope this is helpful for you.

Regards

Olivia

Edited by: Olivia Walsh on Sep 29, 2010 8:36 AM

Former Member
0 Kudos

Hi,

You may have to use custom BOR object and method to handle this. You have to use function modules - ISU_S_METERREAD_CHANGE and ISU_S_WORKLIST_INSTALL for creating custom method. Please refer function module ISU_IDOC_INPUT_ISU_DEV_CHANGE.

Regards

Avinash