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 find out Authorization Object for Plant

Former Member
0 Kudos

Hi,

I have to implement an Authorization check for Plant in My Report Program.

Is there any transaction which can help me to find out Authorization Object for any field like Material and plant?

Thanks,

Mamta

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

check in table TOBJ, pass the authorizaton field

8 REPLIES 8

kesavadas_thekkillath
Active Contributor
0 Kudos

check in table TOBJ, pass the authorizaton field

0 Kudos

Hi ,

Thanks for your reply.

Can I create my own Authorization Object?

Kind Regards,

Mamta

0 Kudos

Using SU21 u can create Authorisation Object.

The ABAP command AUTHORITY-CHECK is used for performing authorizaton checks in programs.

check f1 help on AUTHORITY-CHECK for the syntax.

check these links

link:[http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c;jsessionid=(J2EE3417500)ID1605942050DB11298929682009193279End]

0 Kudos

Hey, thanks a lot.

this is really a nice doc.

Regards,

Mamta

0 Kudos

Welcome

0 Kudos

Hi tat PDf document is not opening...

Former Member
0 Kudos

SAP has already provided authorization objects, specially for basic fields like Plant, work center, company code etc.. If you don't find the one then you can create by your own. You should set the proper default values etc.., if any.

0 Kudos

Hi,

I used only standard one but i just want to know how to create n use that.

And finally i come to know that

Regards,

Mamta