cancel
Showing results for 
Search instead for 
Did you mean: 

VALID_FROM error using CSAP_MAT_BOM_CREATE

tracyhang
Explorer
0 Kudos

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!

View Entire Topic
Andreas-145
Discoverer
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!