cancel
Showing results for 
Search instead for 
Did you mean: 

Not allowing the change of profit center on sales orders.

Former Member
0 Kudos

Good afternoon everyone,

I am wondering if anyone has come across the need to not allow the changing of profit centers on sales orders. We do not want our CSR to have the ability to change the profit center from what is automatically populated on the sales order.

Thanks,

Matthew Fee

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thank you both for your reply, but is hoping for an ABAP solution or better yet would be a security object we could remove.

Thanks,

Matthew Fee

Former Member
0 Kudos

In user exit MV45AFZB in Form USEREXIT_COBL_SEND_ITEM, you can write the code to disable profit center for editing.

Regards

Sai

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Yes this is possible

Go to T-Code SHD0 and use the transaction -va01 & screen variant BUS2032 .

and go to details . Now select the field you want to use and put tick on "output only". this will refer that the mentioned fields are not while creating sales order .

Hope this will resolve your problem

Regards,

Krishna O

Former Member
0 Kudos

You can make the profit center field as output onlt. You can use a transaction variant( T Code SHD0) to get it done and assign the variant to your order type in the order type definition(t Code VOV8).

For Sales order, please create a transaction variant for VA01, use variant name as ZZ_BUS2032 and then create the required variant.

Regards

Sai