cancel
Showing results for 
Search instead for 
Did you mean: 

How to run TU door arrival with add-on. (EWM)

takahashi_hal
Newcomer
0 Kudos
176

Nice to meet you.
I have a question about how to execute TU door arrival with an add-on.
I am trying to perform the door arrival operation at shipment using an add-on.
I tried Method:/SCWM/CL_SR_BO_TU->SET_TU_DOOR_DOCKING, but the door arrival state did not occur.

I created the add-on as follows.
Door assignment and checkpoint arrival have already been performed, and the door arrival part is now written.

1. Get door information with /SCWM/CL_SR_BO_TU->GET_TU_DOOR.

2. Set door arrival state with /SCWM/CL_SR_BO_TU->SET_TU_DOOR_DOCKING.
  The parameters are as follows.
  IV_ACTIVITY = 'SR09'
  IS_BO_TU_DOOR = obtained door information
  IV_NO_SYNCH_DLV = 'X'
  IV_REVERSAL = ' '
3. commit work

Please tell me how to do it.

Accepted Solutions (0)

Answers (0)