2010 Sep 27 10:32 PM
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.
2010 Sep 28 3:52 PM
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
2010 Sep 30 4:28 PM
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