cancel
Showing results for 
Search instead for 
Did you mean: 

Notification / Exception Report when a line item is deleted from a Sales Or

Former Member
0 Kudos

Hi ,

Please find my below doubts and let me have your suggestions if any.

1) Is there any way to restrict the users (delete/ grade out the line item delete button) to delete the Line items in the sales order?

2)If we delete the line item in the sales order, normally we can check this in change logs and it shows the deleted Line item number only.

I want to identify a deleted line item whole history( like materai, quantity,,,,in that line item) and can it be reported in any manner.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1)To restrict users:

There are two ways to do this:

- Make a transaction variant thru SHD0 and assign it to your sales doc. While creating the variant you can place non-changeability ticks on specific fields. Next allow those users only to work with your transaction variant but not with the original transaction.

- You could make use of user-exit FORM USEREXIT_FIELD_MODIFICATION in include MV45AFZZ (via authorization objects, which you can assign in role customizing).

The latter is more flexible but it is not feasible if you want to place restrictions to a large amount of fields.

2)use change history tables:

CDHDR and CDPOS