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: 

ho regarding authorization group...

Former Member
0 Kudos

hi all...

i need to create authorization group for the report programs.....i tries in se54 but this is for only tables..how can we create the authorization group for the report programs....pls guided me in this

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

check this thread

thanks

Sachin

6 REPLIES 6

Former Member
0 Kudos

Hi Sai,

You can make authorization group for T-code of ur report.

Try to search SCN it has many posts related to this.

Amresh

Former Member
0 Kudos

hi,

check this thread

thanks

Sachin

Former Member
0 Kudos

hi

In actvt maintain new field value.then create your own authorization object under new authorization class.

then in each report,just do AUTHORITY-CHECK for this object and field.transaction code a SU20, SU21 are used for this purpose.

the command AUTHORITY-CHECK OBJECT is used in all the programs where you want control.

hope this helps

regards

Aakash Banga

Former Member
0 Kudos

Hi,

If it is just for report execution..you can do so by using this statement."AUTHORITY-CHECK..."

eg: AUTHORITY-CHECK OBJECT <'Z_REFXRSUB'(object name)>

ID 'BUKRS' FIELD <w_final-bukrs>

ID 'SWENR' FIELD <w_final-swenr>

ID 'ACTVT' FIELD <'02'>

Former Member
0 Kudos

Hi,

TCODE= SE54 or

In the program attribute you can type in a name for the group and it will get created into TPGP table.

Use program RSCSAUTH to assing authorization group to programs.

Regards,

Phani.