Show TOC

Background documentationCTS Roles and Authorizations Locate this document in the navigation structure

 

CTS uses the authorization concept provided by SAP NetWeaver AS ABAP. Therefore, the recommendations and guidelines for authorizations as described in the SAP NetWeaver AS Security Guide ABAP also apply to CTS.

The SAP NetWeaver authorization concept is based on assigning authorizations to users based on roles. To create and edit roles, use the profile generator (transaction PFCG) on AS ABAP. Assign the roles that correspond with the requirements of the tasks that users must perform.

Alternatively, if the roles do not suit your requirements, you can run an authorization trace to find out which authorizations are needed by your users. For more information, see Analyzing Authorizations using the System Trace.

Standard Roles

The table below shows the standard roles that are used by the CTS:

Role Name

Short Description

More Information

SAP_BC_CTS_ADMIN

Administration/support role for the Change and Transport System (CTS)

Note Note

This role is deprecated. Use role SAP_BC_TRANSPORT_ADMINISTRATOR instead.

End of the note.

SAP_BC_CTS_DISPLAY

Display role for the Change and Transport System

This role contains authorizations for the following functions:

  • Transport Management System (STMS) and QA (STMS_QA)

  • Language imports (SMLT) and exports (SMLT_EX)

  • Support Package Manager (SPAM) and Add-On Installation Tool (SAINT)

  • Transport Organizer (SE01, SE09) and its tools (SE03)

  • System settings (SE06) and client overview/settings (SCC4)

  • Overview of logical objects (SOBJ)

  • Table package assignment for original language (CUS_ORIGLANG)

SAP_BC_TRANSPORT_ADMINISTRATOR

Administration in the Change and Transport System

Transport Administrator

SAP_BC_TRANSPORT_OPERATOR

Perform transports

Transport Operator

Standard Authorization Objects

The following security-relevant authorization objects are used by the CTS:

  • S_CTS_ADMI

    Is used to safeguard administration functions in the CTS.

  • S_TRANSPRT

    Is used to safeguard functions that display and change transport requests and tasks.

More Information