cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Formatted Search on Delivery: error

0 Kudos
866

Experts,

I get an error when I attach the following FMS on the Delivery date in the rows. I want the ODLN.DocDueDate to be copied to the DLN.ShipDate.

Error: 1). [SAP AG][LIBODBCHDB DLL][HDBODBC] General error;339 invalid number: Failed to parse constant 'User Display Cat.' (CUDC)

Any assistance will be greatly appreciated.

SELECT T0."DocDueDate" 
FROM ODLN T0
WHERE T0."DocEntry" = $[ODLN."DocEntry"]

Accepted Solutions (0)

Answers (2)

Answers (2)

impradeepy
Active Participant

Hi Marli,

Try this syntax:

SELECT $["ODLN"."DocDate"] FROM DUMMY

Regards,

Pradeep

Abdul
Active Contributor
0 Kudos

Hi

Here is the correct syntax

SELECT $[ODLN."DocDate"] FROM DUMMY;