cancel
Showing results for 
Search instead for 
Did you mean: 

Authority Problems

Former Member
0 Kudos

If anyone is particularly knowledgeable about how authorizations work in SAP ECC 6.0 please help me out.

I have copied a program from an old system ECC 4.6 into ECC 6.0 and got a dump because the parameters had changed in the subroutine Authority_Begin.

This is in the Functiongroup RSAQEXCE.

*----


*

  • FORM AUTHORITY_BEGIN

*----


*

  • Anfang der Berechtigungsprüfung

*----


*

form authority_begin using p_auth_classname type AQS_CLSNA.

  • nicht bei generischen BW Extraktoren

if %memmode = 'D'.

exit.

endif.

perform authority_init using p_auth_classname.

call method iref->access_authority_begin.

endform. "AUTHORITY_BEGIN

I need to provide this subroutine, and a few others with p_auth_classname type AQS_CLSNA.

Which as I understand it is jsut the name of the authorization class. Since I only copied the program I have no idea who should or shouldn't be using it and also where to supply the name of this authorization class. Should I create my own authorization in transaction PRGN? OR can I somehow provide the authorization of the person who is calling the program?

Any help would be appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This has nothing do with WEB Dynpro for ABAP. Please post this general forums for ABAP, you may be able to find solution quickly.

This forum is only for Web Dynpro for ABAP related topics only.

Regards

Rohit Chowdhary

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Agreed, not a Web Dynpro ABAP related question. I'm locking this thread.