cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization (status profile) at sales order

0 Kudos

Issue is related to Authorization check (Status profile) at sales order, there are 3 check which is as follows,

5  Released

10 Checker

20 Authorizer

If sales order status show authorized and after that we made any changes in sales order it’s status should be show as 5 RELS To be Released and delivery should restrict. Means after doing any changes to sales order status should go back to 1st status. How to do this ,,,

Accepted Solutions (0)

Answers (2)

Answers (2)

srinivaskurma
Explorer
0 Kudos

Dear Ambarish

I dont think it is possible to reset the status. You can look for user exit at sales order change to reset the status. it will be a development and not a standard config.

Otherwise 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.

Below link may be useful for you

http://scn.sap.com/thread/1818173

Regards

Srini

Former Member
0 Kudos

Hi ambarish,

Please find the below links , i think it will help you.

http://www.scribd.com/fullscreen/34913872?access_key=key-1y6m6e9zjgbrdqx0lg3m

Regards,

Patchala.