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

function module to update custom settype added to product

Former Member
0 Likes
249

I am trying to update custom settype in a program, I have tried using function

COM_PROD_MATERIAL_MAINTAIN_API but data is not getting updated and I get a warning message-'Enter a base unit of measure' in LT_BAPIRETURN. Kindly help me with the code or any other fm to be used for the same .

Thanks in advance.

Regards.

VS

Accepted Solutions (0)

Answers (1)

Answers (1)

developerone
Contributor
0 Likes

Looks like you are facing currency/quantity issue. In this case a quantity. if you are passing any quantity as part of your set type, you will have to pass the base unit of measure. Price: 100 Currency USD.

Make sure your set type has a quantity units specified.

Thanks,

Kabir