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: 

FM ISU_S_WORKLIST_INSTALL_PROVIDE

Former Member
0 Kudos
236

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 !

1 REPLY 1

Former Member
0 Kudos
106

Hi Kevin,

the action '05' is only possible with update.

Set x_upd_online = 'X' and it will work.

best regards

Sabine