cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error as Equipment can't be blocked during device full removal in "ISU_S_WORKLIST_INSTALL"

rajpramanik
Explorer
0 Kudos
Getting this issue only in some cases.
CALL FUNCTION 'ENQUEUE_EIEQUI'
          EXPORTING
            equnr          = equipment 
          EXCEPTIONS
            foreign_lock   = 1
            system_failure = 2
            OTHERS         = 3.
        IF sy-subrc <> 0.
        ENDIF.


CALL FUNCTION 'ISU_S_WORKLIST_INSTALL'
            EXPORTING
              x_haus         = premise
              x_devloc       = device location
              x_anlage       = installation
              x_eadat        = removal_date
              x_action       = "02" 
              x_upd_online   = 'X'
              x_no_dialog    = 'X'
            IMPORTING
              y_db_update    = lv_db_update
            CHANGING
              xy_obj         = xyz_obj
              xy_auto        = xyz_auto

CALL FUNCTION 'DEQUEUE_EIEQUI'
          EXPORTING
            equnr = equipmet.



mohit_gupta13
Participant
0 Kudos

Hello,

What is the message ID & number?

Thanks,

MG

Accepted Solutions (0)

Answers (1)

Answers (1)

ricky_shaw
Contributor
0 Kudos

Hi,

The session that's processing the device change must have not been refreshed.