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: 

Authority-Check Object for PLANT(WERKS)?

former_member202077
Participant
0 Kudos

Hi Experts,

By using "V_VBAK_VKO" Authority Object am checking the user Authentication against the sales area(Sales OrgDistr. ChannelDivision) in my custom report. Below is the code,


AUTHORITY-CHECK OBJECT 'V_VBAK_VKO'
    ID 'VKORG' FIELD s_vkorg
    ID 'VTWEG' FIELD s_vtweg
    ID 'SPART' FIELD s_spart
    ID 'ACTVT' FIELD '01'
    ID 'ACTVT' FIELD '02'.

(Note: My report is for SD/OTC module)

I also need to check the authenmtication of user against entered PLANT (WERKS) in selection screen, so, pls. let me know that What is the Authority-Check Object for PLANT(WERKS)

Thank you

3 REPLIES 3

Former Member
0 Kudos

Hi,

Transaction SU20, search for WERKS.

When you find it, double click on the row, in the bottom half of the resulting screen there is a list of authorisation objects that contain the field.

Unfortunately, you can't navigate from this list into the definition of the objects, so you'll need to cross-reference against transaction SU21.

Regards,

Nick

Former Member
0 Kudos

You could, of course, do some basic research on your own..:-)) I find WERKS in transaction SU20 very easily, and I note several authorization objects for WERKS...Pick what is appropriate or discuss with your Security specialist to get the correct one for your specific use.

Former Member
0 Kudos

Moderator message - this appears to be a continuation of your earlier post . Since that one is not marked as resolved, this on is locked. Please continue with the earlier thread. Duplicate post locked Rob