Show TOC

Setting Up Adaptation Transport OrganizerLocate this document in the navigation structure

You need to set up the adaptation transport organizer (ATO) in your development system.

Prerequisites

For more information about system requirements, see SAP Note 2283716 Information published on SAP site.

You have maintained the following authorization fields in the transaction Role Maintenance (PFCG) for the object S_DEVELOP:

Authorization Field Description

Your Entry

Package

Either a specific package that you want to use for ATO, or an * for all packages

Object Type

DEVC

Object Name

Same name as the package name

ABAP Programm Authorization Group

Nothing specific

You can enter a dummy entry here.

Activity

For default setup:
  • 1
  • 2
  • 3
For specific setup:
  • 3

Context

Before you implement the SAP Fiori applications, set up the ATO in your development system to make sure that the SAP Fiori applications work as desired.

Procedure

  1. Open the transaction ATO Setup (S_ATO_SETUP) in your S/4HANA system or sFIN system.
  2. Check if the ATO is configured for this system.

If ATO is not configured, proceed with the steps 3 to 7.

  1. Choose whether you want to use a prefix or a namespace for your packages and transports.
    Option Description
    Prefix <PREFIX_> Describes a custom prefix that is used for your packages and transports.

    Example:

    ZZ1_<Generated Name of Object>
    Namespace /<NAMESPACE>/ Describes an SAP namespace that is used for your packages and transports.

    Example:

    /<NAMESP>/<Generated Name of Object>
  2. Define a local package where extension items (ABAP objects) are initially stored.

    ABAP objects located in this package can later be transported to a target system after a reassignment. The local package needs to be assigned to the software component "Local".

    Example: $YATO_KEY_USER_LOCAL
  3. Define a sandbox package where extension items (ABAP objects) are stored that are created locally.

    ABAP objects located in this package are created locally and will never be transported. The sandbox package needs to be assigned to the software component "Local".

    Example: $YATO_KEY_USER_SANDBOX
  4. Enter a sandbox prefix to distinguish ABAP objects that must not be transported to the production system.
  5. Finish the setup.
    Option Description
    Setup with default data Use this action when you want set up the the ATO with default values provided by SAP. This option is only available when you do the setup for the first time.
    Setup with specific data Use this action to set up the ATO with the data that you defined in this transaction.