Symptom
While performing Check Consistency for the 3PL Inbound Delivery, the following error occurred,
Error: "A technical error occurred: LSC_VAL 066. Report an case"
Environment
SAP Business ByDesign
Reproducing the Issue
- Go to Third-Party Logistics work center.
- Go to Inbound Deliveries sub-view under 3PL Inbound.
- Search for Inbound Delivery: ABC (ABC represents Inbound Delivery ID).
- Choose Edit.
- Choose Check Consistency.
- The error occurs,
"A technical error occurred: LSC_VAL 066. Report an case"
Cause
The 3PL Inbound Delivery is created via InboundDeliveryExecutionConfirmation (IDEC) interface, in the payload find the following tag used:
<ArrivalDateTimePeriod>
<StartDateTime timeZoneCode=""></StartDateTime>
</ArrivalDateTimePeriod>
The ArrivalDateTimePeriod tag must include the StartDateTime and EndDateTime. So the correct tag which need to be used is:
<ArrivalDateTimePeriod>
<StartDateTime timeZoneCode=""></StartDateTime>
<EndDateTime timeZoneCode=""></EndDateTime>
</ArrivalDateTimePeriod>
To check the Payload for already created Inbound Delivery, follow the below steps:
- Go to Third-Party Logistics work center.
- Select Business Communication Monitoring under Common Tasks.
- Select Messages by Selection from the drop down and open Advance search option.
- Select Direction as Incoming and enter Inbound Delivery ID in Document ID field.
- Choose Go.
- Choose Show Payload and select SAP ESD.
Resolution
All the new Inbound Deliveries created with the above tag will be consistent. For the affected documents follow the below steps,
- Go to Third-Party Logistics work center.
- Go to Inbound Deliveries sub-view under 3PL Inbound view.
- Search for Inbound Delivery: ABC (ABC represents Inbound Delivery ID).
- Choose Edit.
- Make a small change to the Actual Delivery Date (for example, add 1 minute).
- Choose Save.
After performing these steps, the error no longer occurs and Inbound Delivery will be Consistent.
Keywords
3pl Inbound Delivery; A Technical Error Occurred: LSC_VAL 066. Report an Case; Inconsistent; Check Consistency; Error; InboundDeliveryExecutionConfirmation; IDEC; ArrivalDateTimePeriod; StartDateTime; EndDateTime , KBA , AP-IDP-CID , Confirmed Inbound Delivery , AP-IDP-IDR , Inbound Delivery Request , AP-IDP , Inbound Delivery Processing , Problem
SAP Knowledge Base Article - Public