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: 

authorizations (urgent)

Former Member
0 Kudos

hi all ,

can anybody tell me how to put authorizations in programs.??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi amit,

Code as u liked dude!!

http://www.sap-basis-abap.com/sapab004.htm

regards,

Naveenan.

4 REPLIES 4

0 Kudos

sorry dear this is not of any help to me ... i need a program buddy. can you give me any code as hopw to use and how give authorization in a report

0 Kudos

You give authorisation in PFCG or SU01.

Checking authorisation is done with the statement AUTHORITY-CHECK

for example :


          AUTHORITY-CHECK
            OBJECT 'S_TABU_DIS'
            ID   'DICBERCLS'
            FIELD   wa_tddat-cclass
            ID   'ACTVT'
            FIELD   '02'. 

For futher information, take a look at help.sap.com .

Former Member
0 Kudos

Hi amit,

Code as u liked dude!!

http://www.sap-basis-abap.com/sapab004.htm

regards,

Naveenan.