2007 Nov 27 3:13 AM
Hi all experts,
I need to make this FM works but it seems that it has failed with either error "no_found" or "input error" .
CALL FUNCTION 'ISU_S_WORKLIST_INSTALL_PROVIDE'
EXPORTING
x_anlage = anlage
x_eadat = x_eadat
x_geraetalt = old_device
x_action = '05'
x_upd_online = ' '
IMPORTING
y_obj = obj
y_auto = auto
EXCEPTIONS
not_found = 1
foreign_lock = 2
invalid = 3
internal_error = 4
not_qualified = 5
input_error = 6
system_error = 7
not_customized = 8
OTHERS = 9.
On the codings above, can anyone suggest how to get to correct values ?
For my own testing, i have selected anlage from EASTS and old_device from EGERR-Garaet.
Help is very much appreciated. Thank you in advance !
2007 Nov 27 12:22 PM
Hi Kevin,
the action '05' is only possible with update.
Set x_upd_online = 'X' and it will work.
best regards
Sabine