Skip to Content
0
Former Member
Mar 07, 2011 at 05:38 PM

Issue with ISU FM "ISU_S_CONNOBJ_CHANGE"

488 Views

Hi,

I am trying to update connection object details using FM ISU_S_CONNOBJ_CHANGE, if i call this FM in no dialog mode then it does not update database, db_update is blank but if the same i do in dialog mode then it gives db_update = 'X'.

Could anyone please help me to resolve this problem, since i am writing this code in my program so i do not want to call it in dialog mode and want to update database.

CALL FUNCTION 'ISU_S_CONNOBJ_CHANGE'

EXPORTING

x_haus = v_auto-ehaud-haus

x_upd_online = 'X'

x_no_dialog = 'X'

x_auto = v_auto

x_no_other = 'X'

IMPORTING

y_db_update = db_update

y_exit_type = exit_type

EXCEPTIONS

not_found = 1

foreign_lock = 2

general_fault = 3

invalid_key = 4

not_authorized = 5

input_error = 6

status = 7

OTHERS = 8.