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

VALID_FROM error using CSAP_MAT_BOM_CREATE

tracyhang
Explorer
0 Kudos
975

I can run CSAP_MAT_BOM_CREATE successfully, but after only adding VALID_FROM with any date such as "2024-01-01", it will run with exception.

Please kindly guide how to solve it. Many thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Andreas-145
Explorer
0 Kudos

The VALID_FROM filed is types as DATE. so you have to pass the internal representation of date ‘20240101‘.

tracyhang
Explorer
0 Kudos
Thank you so much, it runs successfully!

Answers (0)