SAP Knowledge Base Article - Preview

2888723 - Program /SSA/ENA authorization change to object S_DEVELOP with ST-A/PI 01Q SP1 and higher

Symptom

Upon updating to ST-A/PI 01Q SP01 or higher within a satellite/managed system, the following changes to program /SS/ENA have been introduced, replacing the authorization object check for S_PROGRAM with object S_DEVELOP:

Include: /SSA/IEN
line 9697:

*   New with 01Q SP1: Alternative check for running this program
*   and having debugging authorization
*   (customer may not want to grant develop authorization in prod sys)
    CLEAR ev_error_text.
    trace_add2 3 'Checking program execution authorization of user'
                 sy-uname.                                  "#EC NOTEXT
    AUTHORITY-CHECK OBJECT 'S_DEVELOP'
                        ID 'DEVCLASS'   DUMMY
                        ID 'OBJTYPE'    FIELD 'PROG'
                        ID 'OBJNAME'    FIELD '/SSA/ENA'
                        ID 'P_GROUP'    DUMMY
                        ID 'ACTVT'      FIELD '16'.
    IF sy-subrc <> 0.
      CONCATENATE 'Error: User' sy-uname
                  'has no program execution authorization for program'
                  '/SSA/ENA (needs authorization object'
                  'S_DEVELOP with activity 16 for this program)'
             INTO ev_error_text SEPARATED BY space.         "#EC NOTEXT
      trace_add2 1 'Authorization check failed =>'
                   ev_error_text.                           "#EC NOTEXT
      RETURN.
    ENDIF.


Read more...

Environment

  • SAP ERP 6.0
  • SAP Solution Manager 7.2

Product

SAP ERP 6.0 ; SAP Solution Manager 7.2

Keywords

SOLMAN, /SSA/ENA/, /SSA/IEN, Authorization, object, S_DEVELOP, S_PROGRAM, ST-A/PI 01Q, SP01. , KBA , SV-SMG-MON-BPM-DCM , Data Consistency Management , SV-SMG-MON-BPM , Business Process Operations , How To

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.