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: 

How to restrict PMEVC based on plant?

Sajid
Participant
0 Kudos

Hi there,

Is there a way to restrict PMEVC based on plant similar to CU50? PMEVC doesn't offer any plant related object in SU24. We are on ECC 6.0. Please let me know.

TIA

5 REPLIES 5

Former Member
0 Kudos

Hi Sajid,

Have a look at using A_S_WERK:

Cheers,

Sam

martin_voros
Active Contributor
0 Kudos

Hi,

quick look at code reveals that this transaction checks for object C_TCLA_BKA on initial screen. So will have to enhance this transaction to add check for site. There is a routine that validates site for an article. Here you could use implicit enhancement point to add additional check.

Cheers

Former Member
0 Kudos

Hi,

There is now a new version of the PMEVC calles PLM_PLEVC_1 that includes some additional functions that might also be a solution to your problem?

Meta

Former Member
0 Kudos

Hi Sajid,

Yes, there is a way to restrict PMEVC transaction code against the plants, By adding the authorization object: A_S_WERK

As, it has 2 fields: BUKRS and WERKS so you can maintain the fields which you want to get access to.

BR,

Ameet Kumar

Former Member
0 Kudos

Hi Sajid,

Could you please let us know whether your issue has been resolved with the posted suggestions/solutions?

If, then kindly close the thread with the relevant options.

KR,

Ameet