cancel
Showing results for 
Search instead for 
Did you mean: 

Set Safety Days Supply value in Product Master via Macro

Former Member
0 Kudos

Hello All,

I am trying to set the ‘Safety Days Supply’ (within lot size tab) in the Product Master for a product/location via a macro. I am using the MATLOC_SET() function however, the system is not recording my entry. I have successfully set the ‘Safety Stock Method’ using a macro with MATLOC_SET() function. Is there another function I should utilize? Please advise.

Regards,

David

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi David

As long as you've used the correct variable SVTTY and the remainder of your function is the same as the one that works, the only other reason I can think of is that the value of the variable you are using in the function to set safety days' supply is not correct (or 0).

It may be worth using an OUTPUT_POPUP statement prior to your MATLOC_SET to display the value in the variable for safety days' supply. If this has a value then I would raise an OSS message.

Regards

Ian

Answers (0)