Unblock Transportation Unit Appointment
To remove a block from a transportation unit appointment.
Entity Type |
Service Operation |
released |
|
TransportationUnitAppointmentUnblockRequestConfirmation_In |
|
http://sap.com/xi/EWM/Global |
|
SCM-EWM |
|
Web Service Definition (Back End) |
/SCWM/BIF_YRD_TAPP_UBLOC_RC |
inbound |
|
synchronous |
|
no |
|
not applicable |
|
true |
The Unblock Transportation Unit Appointment
inbound operation is a request to the Site
Logistics Processing process component to remove a block from a transportation unit appointment. A transportation unit that is blocked cannot be processed until it is unblocked.
This is a synchronous operation. If your system is set up to work with asynchronous operations, you can also use the Unblock Execution Transportation Unit Appointment asynchronous inbound operation, which is paired with the Confirm Unblock Transportation Unit Appointment asynchronous outbound operation.
The operation requires the following data as input:
Universal unique identifier (UUID) of the block
Yard resource appointment ID of the transportation unit appointment
If successful, the operation returns a log along with the transportation unit appointment and the blocking information as output.
Consider the following during error handling:
The system raises an error message if you call the Unblock Transportation Unit Appointment
operation for a transportation unit appointment
that was not locked with the External Lock operation previously.
The system raises an error message if you call the Unblock Transportation Unit Appointment
operation for a transportation unit appointment
that is not blocked.
If no transportation unit was found for the yard resource appointment ID, the system returns an error message. Check if the yard resource appointment ID is correct.
TransportationUnitAppointmentUnblockConfirmation_sync
TransportationUnitAppointmentUnblockRequest_sync
The transportation unit appointment must be blocked by the Block Transportation Unit Appointment operation. Before you call the
Unblock Transportation Unit Appointment
operation, you must use the External Lock operation.
For more information about configuration, see the Transportation Unit Appointment business object.
The Business Add-In (BAdI) BAdI for TransportationUnitAppointment...RequestConfirmation
(/SCWM/EX_SR_BIF_TAPP_RC) is available for this operation.