cancel
Showing results for 
Search instead for 
Did you mean: 

Status Profile - Sales Order Change

Former Member
0 Kudos

Hi,

I have a issue regarding Status Profile in Sales Order.

I have a sales order with two status -

Awaiting Approval ( Initial at the time of creation of Sales Order )

Approved ( Approval by HOD after creation )

No changes has to be done in Sales Order once approved, if any changes to be done then, needs resetting of the status to initial.

How to control the same.

I have checked the transactional control in user status but change sales order control is not there.

Can be controlled through user exit then how can it be be done.... User Exit name and brief logic of possible.

Regards

SD Consultant.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can use MV45AFZZ include to find appropriate User exit for your requirement with the help of your ABAPer.

USEREXIT_SAVE_DOCUMENT would be suitable to you.

User status are maintained at JEST table, so you can write code to activate status 1 and deactivate status 2 if sales order changed.