cancel
Showing results for 
Search instead for 
Did you mean: 

Status profile- user status

Former Member
0 Kudos

Dear Friends,

I have defined status profile in order to restrict the GRN aginst a pocess order in case there is no confirmation is carried out.

I have set REL as initial status with 10 to 20 lower and higher value

CNF with 20 to 30 values set CNF status to the order and GRN alllowed

GRN with 30 to 30 values and set GRN status to the order.

It is working fine but when i cancel the conformation of the order, the user status is still CNF if i want to get Reverse when we

cancel the conformation how to set that.

Thanks in advance...

Robert

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Robert,

User status cannot be changed automatically if you carry out any transcation (like reversal of confirmation in this case)

You need to do a small development where you will need the help of your ABAP consultant, There is a BADI which is called during the save in CO11N,CO15 and CO13 tcodes, write the logic that if you are cancelling the confirmation of the PO and it the system status is getting reversed then reverse the user status also.

If you need any more input about the BADI then let us know.

Regards,

Zoheb Hasan

Former Member
0 Kudos

Hi zoheb hasan,

Thank you replying..could you please mention the BADI for confirmation for process order.

Regards

Robert

Former Member
0 Kudos

Hi Robert,

There are two BADI's which can be used,

1) workorder_update

2) workorder_confirm.

I think the first one should be more helpfull, check with your ABAP consultant.

Regards,

Zoheb Hasan

Answers (0)