cancel
Showing results for 
Search instead for 
Did you mean: 

Product cost collector - how to restrict user in setting deletion flag?

Former Member
0 Kudos

My customer needs that only certain user should be able to set the deletion flag for a product cost collector. I wasn't able to find the way to do that. Has anyone done this?

Thanks.

Lavinia

Accepted Solutions (1)

Accepted Solutions (1)

jason_shao
Employee
Employee
0 Kudos

Hello Lavinia,

I only find information about setting deletion flag to prouction orders can be achieved with below:

The best option would be an implementation of BAdI WORKORDER_UPDATE,

method REORG_STATUS_ACT_CHECK. You can use transaction SE18 to display

a BAdI definition and to create an implementation. Please note that

this BAdI is only available as of release ECC 6.00 and higher.

Best regards,

Jason

Former Member
0 Kudos

Hi,

Thank you for answering. In the meantime i used a work-arround: the client accepted that the users who should not set the deletion flag, also should not modify the product cost collector, which was easy to implement.

Thanks again.

Lavinia

0 Kudos

Hi,

Have you tried to use authorization object K_ORDER and activity 0017 (set deletion flag).

Using this will allow you to only give to specific user the authorization to set a deletion flag.

Regards

Ali

Former Member
0 Kudos

Yes, I did. But it only refers to internal order, not product cost collector. For the later, the object is K_PKSA, and available activities are:

01    Create or generate

02    Change

03    Display

A5    Display reports

Lavinia

Answers (0)