cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to lock a product

Former Member
0 Kudos

Hi Folks,

My requirement is such that I need to lock a product when one particular condition is met. I have tried below Function modules, reports to lock a product unsuccessfully:

1. COM_PRODUCT_MAINTAIN_STATUS (FM)

2. COM_PRD_STATUS_MAINTAIN_UPDATE (FM)

3. COM_PRODUCT_STATUS_SET (Report)

In debugging I am not seeing any eror but somehow I am unable to change the product status to lock. I'll be really thankfull for any help.

Thanks & Regards,

Narinder

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214667
Contributor
0 Kudos

Hi Hartala,

You can try calling the following function module, passing E in IV_ENQUEUE_MODE in addition to product GUID:

COM_PRODUCT_READ_SINGLE

Regards,

Shiromani