SAP Knowledge Base Article - Public

1911827 - Error: "A technical error occurred: LSC_VAL 066. Report an case" in 3PL Inbound Delivery

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

  1. Go to Third-Party Logistics work center.
  2. Go to Inbound Deliveries sub-view under 3PL Inbound.
  3. Search for Inbound Delivery: ABC (ABC represents Inbound Delivery ID).
  4. Choose Edit.
  5. Choose Check Consistency. 
  6. 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:

  1. Go to Third-Party Logistics work center.
  2. Select Business Communication Monitoring under Common Tasks.
  3. Select Messages by Selection from the drop down and open Advance search option.
  4. Select Direction as Incoming and enter Inbound Delivery ID in Document ID field.
  5. Choose Go.
  6. 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,

  1. Go to Third-Party Logistics work center.
  2. Go to Inbound Deliveries sub-view under 3PL Inbound view.
  3. Search for Inbound Delivery: ABC (ABC represents Inbound Delivery ID).
  4. Choose Edit.
  5. Make a small change to the Actual Delivery Date (for example, add 1 minute).
  6. 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

Product

SAP Business ByDesign all versions