Application Development and Automation 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: 
Read only

ho regarding authorization group...

Former Member
0 Likes
972

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
Read only

Former Member
0 Likes
921

hi,

check this thread

thanks

Sachin

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

6 REPLIES 6
Read only

Former Member
0 Likes
921

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

Read only

Former Member
0 Likes
922

hi,

check this thread

thanks

Sachin

Read only

Former Member
0 Likes
921

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

Read only

Former Member
0 Likes
921

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'>

Read only

Former Member
0 Likes
921

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.