Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict display of Condition Value in the Conditions tab in Purchase Order

Former Member
0 Kudos

Dear All,

We have a requirement that in the Conditions tab the condition value column should be displayed as blank to users other than those related to Purchasing and Costing.

I have checked that there are no standard authorization objects to restrict these.

Any inputs on how to achieve this?

Thanks!

Tejasav

1 REPLY 1

mvoros
Active Contributor
0 Kudos

Hi,

you can influence fields using BADI ME_PROCESS_PO_CUST. I don't think that you can disable just your field but you should be able to hide whole tab "Conditions". So you can perform your own authorization check in implementation of this BADI and then display or hide tab.

Cheers