SlideShare a Scribd company logo
1 of 24
The purpose of this document is to give a deep understanding and practical demonstration,

how transportation takes place between two systems. I completed this task as a part of my

assignment to satisfy required course work. You have three exercises in this document,

step by step instruction along with pictorial diagrams will make CTS (transportation system

in SAP) easy and more understandable for you.


The basic requirement to complete this exercise is that you should have access to two

learning system (not production system) configured for CTS. Here I used two systems one’s

name is SM7 and other is Ruby




Prepared and presented by
NASIR GONDAL
WHAT IS C.T.S.?

CTS is the central tool for managing changes to Customizing and Repository data that we
make in the IMG or ABAP Workbench. It records all changes in the change requests.
Documentation can be created for a change request, where one can define changes in more
detail. This document makes it easier to see which data was changed by which user and the
purpose behind it.

After finishing work in IMG or ABAP Workbench, we can release the change request. This
released change request can be used to copy the changes from this client to other
clients/systems. This automatic procedure is known as a transport. Transport of changes
by the CTS allows us to develop in one environment, test the development work in a test
environment, and then, if the tests are successful, use it productively. Transports of
changes between clients and systems are subject to rules defined in the CTS configuration
in the system landscape.

SYSTEM LANDSCAPE

They system landscape basically is the set-up or arrangement of your SAP servers. Ideally,
in an SAP environment, a three-system landscape exists. A three-system landscape
consists of the Development Server-DEV, Quality Assurance Server-QAS and the
Production Server-PROD. This kind of set-up is not primarily designed to serve as server
clusters in case of system failure, the objective to enhance “configuration pipeline
management”.




At this juncture, it is important to state that a test system - Sandbox can also exit
separately. The essence of the sandbox is to test the configuration of the business
processes of a company, especially at the inception of the project (before the Business Blue
Print is signed). It can also serve as a practice environment, even after go-live.

Change and Transport Management System (CTS) by Nasir Gondal.                        Page 1 of 54
Pipeline is the environment where the configuration in the development system is moved
to the quality assurance system and finally to the production system. The whole idea is to
ensure that the configuration of these systems is in sync at any point in time. Suffice to say
that, configuration/changes are first made in the Development system, thoroughly tested
in the Quality Assurance system before been loaded into the production (Live) system.

This approach throws up the transport management system concept. Transport
management system is the coordination of the movement of objects and configuration
changes from the development system to the Quality Assurance system and then to the
Production system. At times, this sequence of movement is not possible, especially in cases
where an SAP note mandates that changes be made directly on the production system.

Three Tier landscape

In this type of landscape each central clients has its own SAP System. This consists of a
development system DEV, a quality assurance system QAS, and a production system PRD.
The development system contains the Customizing client CUST, the quality assurance
system contains the quality assurance client QTST, and the production system contains the
production client PROD.

Make all changes to Customizing data and Repository objects in the Customizing client.
When you release the corresponding change requests, they are transported into the quality
assurance client. This means that changes to cross-client data only appear in the quality
assurance client after the transport. In the quality assurance client you can test whether the
transports are complete, or whether any linked changes are missing and are still in
unreleased change requests. If the test is successful, the change requests are transported
into the production client. The production client is completely separate from the other
clients as regards cross-client data.




Change and Transport Management System (CTS) by Nasir Gondal.                   Page 2 of 54
If you need other clients with additional roles you can set them up in one of the three
systems. Set up the development test client (TEST) and the prototype client (SAND) in the
development system. Set up the training client (TRNG) in the quality assurance system.

Two Tier landscape

A two-system landscape is an alternative for smaller SAP implementations where little
Workbench development takes place. The two-system landscape does not include a
separate quality assurance system QAS. The quality assurance client is also in the
development system DEV.




Change and Transport Management System (CTS) by Nasir Gondal.                Page 3 of 54
As in the three-system landscape, the production client is completely separate from the
other clients. The disadvantage of a two-system landscape is that cross-client data is used
in both the Customizing and quality assurance clients. This means that any changes that
are made to cross-client data in the Customizing client can affect the tests in the quality
assurance client. You can also not guarantee that transports from the Customizing client
will be complete. Although all tests in the quality assurance client were successful, errors
could still occur after the transport into the production client. This problem is caused by
changes being made to cross-client data and then not being transported.

One-tier landscape

We do not recommend a one-system landscape containing all central clients in a single SAP
System. Joint usage of hardware resources and cross-client data places serious restrictions
on how a single system operates. In particular, once the system is used productively, you
can no longer develop in it, unless you stop productive operation for the development and
test phases.



Change and Transport Management System (CTS) by Nasir Gondal.                  Page 4 of 54
TRANSPORT MANAGEMENT SYSTEM

The Transport Management System (TMS) supports administrators in organizing,
performing and monitoring imports. The TMS also helps you to set up your system
landscape, particularly the configuration of the transport routes.

All SAP Systems that are subject to the administration of the TMS form a transport
domain. This is usually all SAP Systems in the system landscape. Certain system settings
are the same for all systems within a transport domain, such as the transport routes. To
achieve this, one SAP System in the transport domain has the reference configuration, with
all other SAP Systems in the transport domain taking copies of this reference configuration.
The system with the reference configuration is known as the Transport Domain Controller;
only in this system can you make changes to the reference configuration. Each time you
change the reference configuration, you must distribute the new configuration to all
systems. The TMS automatically generates RFC connections between the systems in a
domain so that they can communicate.

Transport Organizer

The Transport Organizer provides functions for creating, documenting and releasing
change requests during the Customizing and development process. The Transport
Organizer is designed specifically for use by the development team and the project
managers of a development or implementation project.

Transport Layers & Routes

Any projects developed using the same SAP system need to be transported via the same
routes and these are grouped together to form a transport layer. Objects delivered by SAP
belong to the transport layer “SAP”. This is a standard layer. Other transport layers are
generally only needed when new development systems are included in the system group.
Once the transport layer is set up the transport routes can be set up. There are two types of
transport routes consolidation and delivery routes. The former is used to transport any
modified objects included in transportable change requests. After the request has been
released the objects can be imported into the consolidation system. The delivery routes


Change and Transport Management System (CTS) by Nasir Gondal.                  Page 5 of 54
transport all change requests that are imported into the route’s source system and flag
them for import into the route’s target system.

Transport with Import Queue

Import queues can be used as a transition between development and administration. All
changes released by developers can be seen immediately by the administrator in the
queues. The TMS provides easy-to-use functions for displaying and editing the import
queues. Import queues are a particularly good way of automating transports in your system
landscape. They can significantly reduce the amount of work for system administrators
responsible for a large number or transports; automation reduces the administrator tasks
mainly to monitoring and troubleshooting. There are two ways of releasing requests; Mass
and single transports




Change and Transport Management System (CTS) by Nasir Gondal.               Page 6 of 54
PRACTICAL - LAB WORK




Change and Transport Management System (CTS) by Nasir Gondal.   Page 7 of 54
LOGIN DETAILS & SYSTEM INFORMATION




SOURCE SYSTEM:

       NAME: SM7

       Client: 01

       LOGIN: XXX

       PASSWORD: XXX

TARGET SYSTEM

       NAME: Ruby

       Client: 800

       LOGIN: XXX

       PASSWORD: XXX




Change and Transport Management System (CTS) by Nasir Gondal.   Page 8 of 54
What you will do in this tutorial:

You will create and configure a default printer for your office. After making necessary
changes, you will transport to target system. On successful import in target system you test
it and conform.

CREATE PRINTER (Part-1)

Step 1

Login: SM7

User ID: XXX

Password: XXX




Step 2

        Use Transaction code “SPAD”


   ď‚·     Spool Adminstration: Initial Screen appears (Ref: Fig1A)

   ď‚·     Select Display




   ď‚·     The screen will look like (Fig: 1B). Click on EDIT   icon to enable change mode




Change and Transport Management System (CTS) by Nasir Gondal.                   Page 9 of 54
ď‚·     Select CREATE         icon to create a new output device.(Ref: Fig1C)




Step 3

   ď‚·     Enter (Ref: Fig 1D)
            o Output Device as “ZXX_PRINTER”
            o Short Name as “ZXX”
            o Select Device Type from drop down list as “HP5000: HP LaserJet 5000 R4.x”
            o Select Device Class from drop down list as “Standard Printer”




Change and Transport Management System (CTS) by Nasir Gondal.                    Page 10 of 54
ď‚·   Go to tab                   (Ref: Fig 1E)
      Select Host Spool Access Method from drop down list as “G: Front End Printing
       with Control Tech”
      Enter Host Printer as “__default”

   ď‚·   SAVE




   ď‚·   Note:       On       successful      save     message    will   appear      as




Change and Transport Management System (CTS) by Nasir Gondal.           Page 11 of 54
Step 4

TRANSPORT REQUEST (PART-2):


        Click on      icon once, and it will take back you to the “Spool Administration: List
         of Output Devices”.
   ď‚·     Your device (ZXX_PRINTER) being displayed on the screen (Ref:Fig1F)

        Note: If it doesn’t appearing click on   to refresh the screen to see your device.




Step 5

   ď‚·     Click on your device (ZXX_PRINTER)

   ď‚·     Press TRUCK       as shown in fig:1G




Change and Transport Management System (CTS) by Nasir Gondal.                    Page 12 of 54
ď‚·   An   information    dialog   will   appear   click   OK      (Ref:Fig1H)




Step 6

         ď‚·   Prompt for Workbench request screen appears (Ref: Fig 1i)

         ď‚·   Select   to create new request




   ď‚·     Create Request Screen Appears (Ref: Fig1j)
   ď‚·     Enter
             o Short Description as “ZXX Transport Request”
             o Note: Do not enter/change any data; Leave it as it is

             o SAVE




Change and Transport Management System (CTS) by Nasir Gondal.            Page 13 of 54
ď‚·   Note down system generated request number(Ref: Fig1K) for future references

   ď‚·   Press OK




   ď‚·   Note: Message appears as

   ď‚·   Go to Main menu using back arrow         or

                                  **** End of Part-1 ****




Change and Transport Management System (CTS) by Nasir Gondal.             Page 14 of 54
EXPORT (PART-2)

Step 7

Login: SM7

User ID: XXX

Password: XXX

Step 8

        Use transaction code “SE10”

   ď‚·     Transport organizer Screen appears
   ď‚·     Enter (Ref: Fig 1L)
            o user as “CO-XX”
            o Select “Customizing Requests”
            o Select “Workbench Requests”
            o Select “Modifiable”
            o Select Display




Change and Transport Management System (CTS) by Nasir Gondal.   Page 15 of 54
ď‚·   Note: Available requests will get displayed in hierarchical structure (Ref: Fig1M)




         ď‚·   We can release a request or can check the status. Refer request ref. number:
             SM7K901230. This request has a child node SM7K901231. Child node is system
             generated

Step 9

         ď‚·   Select child node and press Truck icon (Ref: Fig1M)
         ď‚·   The message displays at left bottom with your request reference. Expand your
             request node by clicking on it



         ď‚·   Repeat this step for original request (SM7K901230). Result will display as shown
             in Fig: 1N
         ď‚·   Note: Use refresh button to get your screen to show Fig: 1N




Change and Transport Management System (CTS) by Nasir Gondal.                      Page 16 of 54
Take snap short of this screen (Ref: Fig: 1N) and send to ANDREW




                                 **** End of Part-2 ****




Change and Transport Management System (CTS) by Nasir Gondal.      Page 17 of 54
IMPORT (PART-3)

Step 10

Logon to Target System: Ruby SM7 (S40)

Client: 800

User ID: XXX

Password: XXX

Step 11

      Use transaction “STMS”

   ď‚·   Note: Transport Management System screen appears (Ref: Fig1O)




   ď‚·   Select IMPORT OVERVIEW
   ď‚·   Import overview screen appears showing Number of Import queues (Ref: Fig1P)



Change and Transport Management System (CTS) by Nasir Gondal.             Page 18 of 54
Step 12

   ď‚·   Check queue of Rbuy-S40. Double click on S40 (Ref: Fig1Q)
   ď‚·   Status of request SM7K901230 is displayed along with all other incoming request
           o Note: Filter can be applied based on user




   ď‚·   Note the status of your request

   ď‚·   If request has a symbol        in column Number, click the icon on menu bar (Ref:
       Fig1Q)
   ď‚·   Acknowledge message (if any)

                      Result: You are ready to import your request




Change and Transport Management System (CTS) by Nasir Gondal.               Page 19 of 54
Step 13


   ď‚·   Select you request and press
   ď‚·   NOTE:


          is used for single request import and      is used for whole queue import.

   ď‚·   Import Transport Request Screen appears (Ref: Fig1R)




Step 14

   ď‚·   Enter (Ref: Fig 1S)
           o Target Client: 800
           o Go to Date tab, Select Immediate
           o Go to Execution Tab, Select radio button “Synchronous”

           o Press




Change and Transport Management System (CTS) by Nasir Gondal.                 Page 20 of 54
   Acknowledge next message, Press “Yes”
   ď‚·   Note Change in Status (Ref: Fig 1T)




Take snap short of this screen (Ref: Fig: 1T) and send to ANDREW

                                 **** End of Part-3 ****




Change and Transport Management System (CTS) by Nasir Gondal.      Page 21 of 54
TESTING (Part-4)

Step 15

Logon to Target System: Ruby SM7 (S40)

Client: 800

User ID: XXX

Password: XXX

Step 16

       Use transaction code “SPAD”
    ď‚·   Spool Adminstration: Initial Screen will appear
    ď‚·   Enter (Ref: Fig 1U)

              o Click on Display




              o List of available devices will get displayed (Ref: Fig1V)
              o Search your device (ZXX_PRINTER)
              o If found, device is successfully imported into target system




Change and Transport Management System (CTS) by Nasir Gondal.                  Page 22 of 54
*** End of Part-4 ***

                              ****** End of Tutorial ******




Change and Transport Management System (CTS) by Nasir Gondal.   Page 23 of 54

More Related Content

What's hot

Sap basis installation on win nt oracle 4.6d
Sap basis installation on win nt oracle 4.6dSap basis installation on win nt oracle 4.6d
Sap basis installation on win nt oracle 4.6dFelipeHernndez75
 
Select Refresh For SAP PPT Show
Select Refresh  For SAP PPT ShowSelect Refresh  For SAP PPT Show
Select Refresh For SAP PPT Showcspencert
 
Sap Solman Instguide Install Windows MaxDB
Sap Solman Instguide Install Windows MaxDBSap Solman Instguide Install Windows MaxDB
Sap Solman Instguide Install Windows MaxDBwlacaze
 
Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0gireesho
 
What is sap client
What is sap clientWhat is sap client
What is sap clientnanda nanda
 
Sage CRM 7.1 Service Pack 2 Release Notes
Sage CRM 7.1 Service Pack 2 Release NotesSage CRM 7.1 Service Pack 2 Release Notes
Sage CRM 7.1 Service Pack 2 Release NotesSundae Solutions Co., Ltd.
 
Sap gui administration_guide
Sap gui administration_guideSap gui administration_guide
Sap gui administration_guideVivek Srivastava
 
T codes sap-basis-training
T codes sap-basis-trainingT codes sap-basis-training
T codes sap-basis-trainingmunnasap007
 
SAP ADMINISTRATION
SAP ADMINISTRATIONSAP ADMINISTRATION
SAP ADMINISTRATIONAly Adel
 
How to write a routine for 0 calday in infopackage selection
How to write a routine for 0 calday in infopackage selectionHow to write a routine for 0 calday in infopackage selection
How to write a routine for 0 calday in infopackage selectionValko Arbalov
 
SAP Plant Maintenance Training Material | www.sapdocs.info
SAP Plant Maintenance Training Material | www.sapdocs.infoSAP Plant Maintenance Training Material | www.sapdocs.info
SAP Plant Maintenance Training Material | www.sapdocs.infosapdocs. info
 
Fi ap- payment release-1
Fi ap- payment release-1Fi ap- payment release-1
Fi ap- payment release-1Umashankar Babu
 
Reducing deployment time with Dell Chassis Management Controller
Reducing deployment time with Dell Chassis Management ControllerReducing deployment time with Dell Chassis Management Controller
Reducing deployment time with Dell Chassis Management ControllerPrincipled Technologies
 
Microsoft dynamics crm 2011 installation
Microsoft dynamics crm 2011 installation Microsoft dynamics crm 2011 installation
Microsoft dynamics crm 2011 installation Naveen Kumar
 
CHUG_SSv1_AF_CG
CHUG_SSv1_AF_CGCHUG_SSv1_AF_CG
CHUG_SSv1_AF_CGSteve Oubre
 
sap basis transaction codes
sap basis transaction codessap basis transaction codes
sap basis transaction codesEOH SAP Services
 
How to run v3 job
How to run v3 jobHow to run v3 job
How to run v3 jobAnil Kumar
 

What's hot (19)

Sap basis installation on win nt oracle 4.6d
Sap basis installation on win nt oracle 4.6dSap basis installation on win nt oracle 4.6d
Sap basis installation on win nt oracle 4.6d
 
SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...
SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...
SUSE Technical Webinar: Build B1 apps in the Framework of the SAP and SUSE Ca...
 
Select Refresh For SAP PPT Show
Select Refresh  For SAP PPT ShowSelect Refresh  For SAP PPT Show
Select Refresh For SAP PPT Show
 
Sap Solman Instguide Install Windows MaxDB
Sap Solman Instguide Install Windows MaxDBSap Solman Instguide Install Windows MaxDB
Sap Solman Instguide Install Windows MaxDB
 
Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0Using error stack and error dt ps in sap bi 7.0
Using error stack and error dt ps in sap bi 7.0
 
What is sap client
What is sap clientWhat is sap client
What is sap client
 
Sage CRM 7.1 Service Pack 2 Release Notes
Sage CRM 7.1 Service Pack 2 Release NotesSage CRM 7.1 Service Pack 2 Release Notes
Sage CRM 7.1 Service Pack 2 Release Notes
 
Sap gui administration_guide
Sap gui administration_guideSap gui administration_guide
Sap gui administration_guide
 
T codes sap-basis-training
T codes sap-basis-trainingT codes sap-basis-training
T codes sap-basis-training
 
SAP ADMINISTRATION
SAP ADMINISTRATIONSAP ADMINISTRATION
SAP ADMINISTRATION
 
How to write a routine for 0 calday in infopackage selection
How to write a routine for 0 calday in infopackage selectionHow to write a routine for 0 calday in infopackage selection
How to write a routine for 0 calday in infopackage selection
 
SAP Plant Maintenance Training Material | www.sapdocs.info
SAP Plant Maintenance Training Material | www.sapdocs.infoSAP Plant Maintenance Training Material | www.sapdocs.info
SAP Plant Maintenance Training Material | www.sapdocs.info
 
Fi ap- payment release-1
Fi ap- payment release-1Fi ap- payment release-1
Fi ap- payment release-1
 
Reducing deployment time with Dell Chassis Management Controller
Reducing deployment time with Dell Chassis Management ControllerReducing deployment time with Dell Chassis Management Controller
Reducing deployment time with Dell Chassis Management Controller
 
Microsoft dynamics crm 2011 installation
Microsoft dynamics crm 2011 installation Microsoft dynamics crm 2011 installation
Microsoft dynamics crm 2011 installation
 
CHUG_SSv1_AF_CG
CHUG_SSv1_AF_CGCHUG_SSv1_AF_CG
CHUG_SSv1_AF_CG
 
Sap gui
Sap guiSap gui
Sap gui
 
sap basis transaction codes
sap basis transaction codessap basis transaction codes
sap basis transaction codes
 
How to run v3 job
How to run v3 jobHow to run v3 job
How to run v3 job
 

Viewers also liked

CTS - Exercise part2
CTS - Exercise part2CTS - Exercise part2
CTS - Exercise part2Nasir Gondal
 
Introduction to SAP Security
Introduction to SAP SecurityIntroduction to SAP Security
Introduction to SAP SecurityNasir Gondal
 
SAP SECURITY GRC
SAP SECURITY GRCSAP SECURITY GRC
SAP SECURITY GRCtechgurusuresh
 
SAP Transport System; Step-by-step guide from concept to practical
SAP Transport System; Step-by-step guide from concept to practicalSAP Transport System; Step-by-step guide from concept to practical
SAP Transport System; Step-by-step guide from concept to practicalNasir Gondal
 
SAP Governance,Risk and Compliance
SAP Governance,Risk and ComplianceSAP Governance,Risk and Compliance
SAP Governance,Risk and ComplianceTLI GrowthSession
 
Sap GRC Basic Information | GRC 12 online training
Sap GRC Basic Information | GRC 12 online trainingSap GRC Basic Information | GRC 12 online training
Sap GRC Basic Information | GRC 12 online traininggrconlinetraining
 
SAP Business One; Step-by-Step Guide for Installation, configuration on Virtu...
SAP Business One; Step-by-Step Guide for Installation, configuration on Virtu...SAP Business One; Step-by-Step Guide for Installation, configuration on Virtu...
SAP Business One; Step-by-Step Guide for Installation, configuration on Virtu...Nasir Gondal
 
Practical guide for sap security
Practical guide for sap security Practical guide for sap security
Practical guide for sap security Siva Pradeep Bolisetti
 
SAP GRC 10 Access Control
SAP GRC 10 Access ControlSAP GRC 10 Access Control
SAP GRC 10 Access ControlNasir Gondal
 

Viewers also liked (9)

CTS - Exercise part2
CTS - Exercise part2CTS - Exercise part2
CTS - Exercise part2
 
Introduction to SAP Security
Introduction to SAP SecurityIntroduction to SAP Security
Introduction to SAP Security
 
SAP SECURITY GRC
SAP SECURITY GRCSAP SECURITY GRC
SAP SECURITY GRC
 
SAP Transport System; Step-by-step guide from concept to practical
SAP Transport System; Step-by-step guide from concept to practicalSAP Transport System; Step-by-step guide from concept to practical
SAP Transport System; Step-by-step guide from concept to practical
 
SAP Governance,Risk and Compliance
SAP Governance,Risk and ComplianceSAP Governance,Risk and Compliance
SAP Governance,Risk and Compliance
 
Sap GRC Basic Information | GRC 12 online training
Sap GRC Basic Information | GRC 12 online trainingSap GRC Basic Information | GRC 12 online training
Sap GRC Basic Information | GRC 12 online training
 
SAP Business One; Step-by-Step Guide for Installation, configuration on Virtu...
SAP Business One; Step-by-Step Guide for Installation, configuration on Virtu...SAP Business One; Step-by-Step Guide for Installation, configuration on Virtu...
SAP Business One; Step-by-Step Guide for Installation, configuration on Virtu...
 
Practical guide for sap security
Practical guide for sap security Practical guide for sap security
Practical guide for sap security
 
SAP GRC 10 Access Control
SAP GRC 10 Access ControlSAP GRC 10 Access Control
SAP GRC 10 Access Control
 

Similar to CTS - Exercise Part1

SAP BASIS Training in Chennai Demo Part-5
SAP BASIS Training in Chennai Demo Part-5SAP BASIS Training in Chennai Demo Part-5
SAP BASIS Training in Chennai Demo Part-5Thecreating Experts
 
SAP BASIS Training in Chennai Demo Part-3
SAP BASIS Training in Chennai Demo Part-3SAP BASIS Training in Chennai Demo Part-3
SAP BASIS Training in Chennai Demo Part-3Thecreating Experts
 
SAP BASIS Training in Chennai
SAP BASIS Training  in ChennaiSAP BASIS Training  in Chennai
SAP BASIS Training in ChennaiThecreating Experts
 
Traffic Simulator
Traffic SimulatorTraffic Simulator
Traffic Simulatorgystell
 
How A CX Management Platform Optimizes The Network - Blackchair.docx
How A CX Management Platform Optimizes The Network - Blackchair.docxHow A CX Management Platform Optimizes The Network - Blackchair.docx
How A CX Management Platform Optimizes The Network - Blackchair.docxBlackchair
 
Microsoft SQL Server - SQL Server Migrations Presentation
Microsoft SQL Server - SQL Server Migrations PresentationMicrosoft SQL Server - SQL Server Migrations Presentation
Microsoft SQL Server - SQL Server Migrations PresentationMicrosoft Private Cloud
 
Sap Change And Transport Management
Sap Change And Transport ManagementSap Change And Transport Management
Sap Change And Transport ManagementRavi Jain
 
Qtp interview questions_1
Qtp interview questions_1Qtp interview questions_1
Qtp interview questions_1Ramu Palanki
 
Leveraging Automation for Efficient Server to Cloud Migration.pdf
Leveraging Automation for Efficient Server to Cloud Migration.pdfLeveraging Automation for Efficient Server to Cloud Migration.pdf
Leveraging Automation for Efficient Server to Cloud Migration.pdfChristine Shepherd
 
Knowledge management and information system
Knowledge management and information systemKnowledge management and information system
Knowledge management and information systemnihad341
 
Sas Grid Migration and Roadmap
Sas Grid Migration and RoadmapSas Grid Migration and Roadmap
Sas Grid Migration and Roadmapd-Wise Technologies
 
ClearCase Version Importer - a migration tool to Rational Team Concert SCM
ClearCase Version Importer - a migration tool to Rational Team Concert SCMClearCase Version Importer - a migration tool to Rational Team Concert SCM
ClearCase Version Importer - a migration tool to Rational Team Concert SCMIBM Rational software
 
SolMan CHARM Webinar
SolMan CHARM WebinarSolMan CHARM Webinar
SolMan CHARM WebinarWise Men
 
Enterprise performance engineering solutions
Enterprise performance engineering solutionsEnterprise performance engineering solutions
Enterprise performance engineering solutionsInfosys
 
Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_systemJithin Zcs
 
TSOLogic_I-P_Overview-2016-08-16
TSOLogic_I-P_Overview-2016-08-16TSOLogic_I-P_Overview-2016-08-16
TSOLogic_I-P_Overview-2016-08-16Terence White
 

Similar to CTS - Exercise Part1 (20)

SAP BASIS Training in Chennai Demo Part-5
SAP BASIS Training in Chennai Demo Part-5SAP BASIS Training in Chennai Demo Part-5
SAP BASIS Training in Chennai Demo Part-5
 
SAP BASIS Training in Chennai Demo Part-3
SAP BASIS Training in Chennai Demo Part-3SAP BASIS Training in Chennai Demo Part-3
SAP BASIS Training in Chennai Demo Part-3
 
SAP BASIS Training in Chennai
SAP BASIS Training  in ChennaiSAP BASIS Training  in Chennai
SAP BASIS Training in Chennai
 
Traffic Simulator
Traffic SimulatorTraffic Simulator
Traffic Simulator
 
How A CX Management Platform Optimizes The Network - Blackchair.docx
How A CX Management Platform Optimizes The Network - Blackchair.docxHow A CX Management Platform Optimizes The Network - Blackchair.docx
How A CX Management Platform Optimizes The Network - Blackchair.docx
 
Microsoft SQL Server - SQL Server Migrations Presentation
Microsoft SQL Server - SQL Server Migrations PresentationMicrosoft SQL Server - SQL Server Migrations Presentation
Microsoft SQL Server - SQL Server Migrations Presentation
 
rtb_success_cms
rtb_success_cmsrtb_success_cms
rtb_success_cms
 
Sap Change And Transport Management
Sap Change And Transport ManagementSap Change And Transport Management
Sap Change And Transport Management
 
Qtp interview questions_1
Qtp interview questions_1Qtp interview questions_1
Qtp interview questions_1
 
BestPractices_SoftwareChangeMgmt
BestPractices_SoftwareChangeMgmtBestPractices_SoftwareChangeMgmt
BestPractices_SoftwareChangeMgmt
 
Sassy
SassySassy
Sassy
 
Leveraging Automation for Efficient Server to Cloud Migration.pdf
Leveraging Automation for Efficient Server to Cloud Migration.pdfLeveraging Automation for Efficient Server to Cloud Migration.pdf
Leveraging Automation for Efficient Server to Cloud Migration.pdf
 
Knowledge management and information system
Knowledge management and information systemKnowledge management and information system
Knowledge management and information system
 
Sas Grid Migration and Roadmap
Sas Grid Migration and RoadmapSas Grid Migration and Roadmap
Sas Grid Migration and Roadmap
 
ClearCase Version Importer - a migration tool to Rational Team Concert SCM
ClearCase Version Importer - a migration tool to Rational Team Concert SCMClearCase Version Importer - a migration tool to Rational Team Concert SCM
ClearCase Version Importer - a migration tool to Rational Team Concert SCM
 
SolMan CHARM Webinar
SolMan CHARM WebinarSolMan CHARM Webinar
SolMan CHARM Webinar
 
Ale qm
Ale qmAle qm
Ale qm
 
Enterprise performance engineering solutions
Enterprise performance engineering solutionsEnterprise performance engineering solutions
Enterprise performance engineering solutions
 
Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_system
 
TSOLogic_I-P_Overview-2016-08-16
TSOLogic_I-P_Overview-2016-08-16TSOLogic_I-P_Overview-2016-08-16
TSOLogic_I-P_Overview-2016-08-16
 

Recently uploaded

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 

Recently uploaded (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 

CTS - Exercise Part1

  • 1. The purpose of this document is to give a deep understanding and practical demonstration, how transportation takes place between two systems. I completed this task as a part of my assignment to satisfy required course work. You have three exercises in this document, step by step instruction along with pictorial diagrams will make CTS (transportation system in SAP) easy and more understandable for you. The basic requirement to complete this exercise is that you should have access to two learning system (not production system) configured for CTS. Here I used two systems one’s name is SM7 and other is Ruby Prepared and presented by NASIR GONDAL
  • 2. WHAT IS C.T.S.? CTS is the central tool for managing changes to Customizing and Repository data that we make in the IMG or ABAP Workbench. It records all changes in the change requests. Documentation can be created for a change request, where one can define changes in more detail. This document makes it easier to see which data was changed by which user and the purpose behind it. After finishing work in IMG or ABAP Workbench, we can release the change request. This released change request can be used to copy the changes from this client to other clients/systems. This automatic procedure is known as a transport. Transport of changes by the CTS allows us to develop in one environment, test the development work in a test environment, and then, if the tests are successful, use it productively. Transports of changes between clients and systems are subject to rules defined in the CTS configuration in the system landscape. SYSTEM LANDSCAPE They system landscape basically is the set-up or arrangement of your SAP servers. Ideally, in an SAP environment, a three-system landscape exists. A three-system landscape consists of the Development Server-DEV, Quality Assurance Server-QAS and the Production Server-PROD. This kind of set-up is not primarily designed to serve as server clusters in case of system failure, the objective to enhance “configuration pipeline management”. At this juncture, it is important to state that a test system - Sandbox can also exit separately. The essence of the sandbox is to test the configuration of the business processes of a company, especially at the inception of the project (before the Business Blue Print is signed). It can also serve as a practice environment, even after go-live. Change and Transport Management System (CTS) by Nasir Gondal. Page 1 of 54
  • 3. Pipeline is the environment where the configuration in the development system is moved to the quality assurance system and finally to the production system. The whole idea is to ensure that the configuration of these systems is in sync at any point in time. Suffice to say that, configuration/changes are first made in the Development system, thoroughly tested in the Quality Assurance system before been loaded into the production (Live) system. This approach throws up the transport management system concept. Transport management system is the coordination of the movement of objects and configuration changes from the development system to the Quality Assurance system and then to the Production system. At times, this sequence of movement is not possible, especially in cases where an SAP note mandates that changes be made directly on the production system. Three Tier landscape In this type of landscape each central clients has its own SAP System. This consists of a development system DEV, a quality assurance system QAS, and a production system PRD. The development system contains the Customizing client CUST, the quality assurance system contains the quality assurance client QTST, and the production system contains the production client PROD. Make all changes to Customizing data and Repository objects in the Customizing client. When you release the corresponding change requests, they are transported into the quality assurance client. This means that changes to cross-client data only appear in the quality assurance client after the transport. In the quality assurance client you can test whether the transports are complete, or whether any linked changes are missing and are still in unreleased change requests. If the test is successful, the change requests are transported into the production client. The production client is completely separate from the other clients as regards cross-client data. Change and Transport Management System (CTS) by Nasir Gondal. Page 2 of 54
  • 4. If you need other clients with additional roles you can set them up in one of the three systems. Set up the development test client (TEST) and the prototype client (SAND) in the development system. Set up the training client (TRNG) in the quality assurance system. Two Tier landscape A two-system landscape is an alternative for smaller SAP implementations where little Workbench development takes place. The two-system landscape does not include a separate quality assurance system QAS. The quality assurance client is also in the development system DEV. Change and Transport Management System (CTS) by Nasir Gondal. Page 3 of 54
  • 5. As in the three-system landscape, the production client is completely separate from the other clients. The disadvantage of a two-system landscape is that cross-client data is used in both the Customizing and quality assurance clients. This means that any changes that are made to cross-client data in the Customizing client can affect the tests in the quality assurance client. You can also not guarantee that transports from the Customizing client will be complete. Although all tests in the quality assurance client were successful, errors could still occur after the transport into the production client. This problem is caused by changes being made to cross-client data and then not being transported. One-tier landscape We do not recommend a one-system landscape containing all central clients in a single SAP System. Joint usage of hardware resources and cross-client data places serious restrictions on how a single system operates. In particular, once the system is used productively, you can no longer develop in it, unless you stop productive operation for the development and test phases. Change and Transport Management System (CTS) by Nasir Gondal. Page 4 of 54
  • 6. TRANSPORT MANAGEMENT SYSTEM The Transport Management System (TMS) supports administrators in organizing, performing and monitoring imports. The TMS also helps you to set up your system landscape, particularly the configuration of the transport routes. All SAP Systems that are subject to the administration of the TMS form a transport domain. This is usually all SAP Systems in the system landscape. Certain system settings are the same for all systems within a transport domain, such as the transport routes. To achieve this, one SAP System in the transport domain has the reference configuration, with all other SAP Systems in the transport domain taking copies of this reference configuration. The system with the reference configuration is known as the Transport Domain Controller; only in this system can you make changes to the reference configuration. Each time you change the reference configuration, you must distribute the new configuration to all systems. The TMS automatically generates RFC connections between the systems in a domain so that they can communicate. Transport Organizer The Transport Organizer provides functions for creating, documenting and releasing change requests during the Customizing and development process. The Transport Organizer is designed specifically for use by the development team and the project managers of a development or implementation project. Transport Layers & Routes Any projects developed using the same SAP system need to be transported via the same routes and these are grouped together to form a transport layer. Objects delivered by SAP belong to the transport layer “SAP”. This is a standard layer. Other transport layers are generally only needed when new development systems are included in the system group. Once the transport layer is set up the transport routes can be set up. There are two types of transport routes consolidation and delivery routes. The former is used to transport any modified objects included in transportable change requests. After the request has been released the objects can be imported into the consolidation system. The delivery routes Change and Transport Management System (CTS) by Nasir Gondal. Page 5 of 54
  • 7. transport all change requests that are imported into the route’s source system and flag them for import into the route’s target system. Transport with Import Queue Import queues can be used as a transition between development and administration. All changes released by developers can be seen immediately by the administrator in the queues. The TMS provides easy-to-use functions for displaying and editing the import queues. Import queues are a particularly good way of automating transports in your system landscape. They can significantly reduce the amount of work for system administrators responsible for a large number or transports; automation reduces the administrator tasks mainly to monitoring and troubleshooting. There are two ways of releasing requests; Mass and single transports Change and Transport Management System (CTS) by Nasir Gondal. Page 6 of 54
  • 8. PRACTICAL - LAB WORK Change and Transport Management System (CTS) by Nasir Gondal. Page 7 of 54
  • 9. LOGIN DETAILS & SYSTEM INFORMATION SOURCE SYSTEM: NAME: SM7 Client: 01 LOGIN: XXX PASSWORD: XXX TARGET SYSTEM NAME: Ruby Client: 800 LOGIN: XXX PASSWORD: XXX Change and Transport Management System (CTS) by Nasir Gondal. Page 8 of 54
  • 10. What you will do in this tutorial: You will create and configure a default printer for your office. After making necessary changes, you will transport to target system. On successful import in target system you test it and conform. CREATE PRINTER (Part-1) Step 1 Login: SM7 User ID: XXX Password: XXX Step 2 ď‚· Use Transaction code “SPAD” ď‚· Spool Adminstration: Initial Screen appears (Ref: Fig1A) ď‚· Select Display ď‚· The screen will look like (Fig: 1B). Click on EDIT icon to enable change mode Change and Transport Management System (CTS) by Nasir Gondal. Page 9 of 54
  • 11. ď‚· Select CREATE icon to create a new output device.(Ref: Fig1C) Step 3 ď‚· Enter (Ref: Fig 1D) o Output Device as “ZXX_PRINTER” o Short Name as “ZXX” o Select Device Type from drop down list as “HP5000: HP LaserJet 5000 R4.x” o Select Device Class from drop down list as “Standard Printer” Change and Transport Management System (CTS) by Nasir Gondal. Page 10 of 54
  • 12. ď‚· Go to tab (Ref: Fig 1E) ď‚· Select Host Spool Access Method from drop down list as “G: Front End Printing with Control Tech” ď‚· Enter Host Printer as “__default” ď‚· SAVE ď‚· Note: On successful save message will appear as Change and Transport Management System (CTS) by Nasir Gondal. Page 11 of 54
  • 13. Step 4 TRANSPORT REQUEST (PART-2): ď‚· Click on icon once, and it will take back you to the “Spool Administration: List of Output Devices”. ď‚· Your device (ZXX_PRINTER) being displayed on the screen (Ref:Fig1F) ď‚· Note: If it doesn’t appearing click on to refresh the screen to see your device. Step 5 ď‚· Click on your device (ZXX_PRINTER) ď‚· Press TRUCK as shown in fig:1G Change and Transport Management System (CTS) by Nasir Gondal. Page 12 of 54
  • 14. ď‚· An information dialog will appear click OK (Ref:Fig1H) Step 6 ď‚· Prompt for Workbench request screen appears (Ref: Fig 1i) ď‚· Select to create new request ď‚· Create Request Screen Appears (Ref: Fig1j) ď‚· Enter o Short Description as “ZXX Transport Request” o Note: Do not enter/change any data; Leave it as it is o SAVE Change and Transport Management System (CTS) by Nasir Gondal. Page 13 of 54
  • 15. ď‚· Note down system generated request number(Ref: Fig1K) for future references ď‚· Press OK ď‚· Note: Message appears as ď‚· Go to Main menu using back arrow or **** End of Part-1 **** Change and Transport Management System (CTS) by Nasir Gondal. Page 14 of 54
  • 16. EXPORT (PART-2) Step 7 Login: SM7 User ID: XXX Password: XXX Step 8 ď‚· Use transaction code “SE10” ď‚· Transport organizer Screen appears ď‚· Enter (Ref: Fig 1L) o user as “CO-XX” o Select “Customizing Requests” o Select “Workbench Requests” o Select “Modifiable” o Select Display Change and Transport Management System (CTS) by Nasir Gondal. Page 15 of 54
  • 17. ď‚· Note: Available requests will get displayed in hierarchical structure (Ref: Fig1M) ď‚· We can release a request or can check the status. Refer request ref. number: SM7K901230. This request has a child node SM7K901231. Child node is system generated Step 9 ď‚· Select child node and press Truck icon (Ref: Fig1M) ď‚· The message displays at left bottom with your request reference. Expand your request node by clicking on it ď‚· Repeat this step for original request (SM7K901230). Result will display as shown in Fig: 1N ď‚· Note: Use refresh button to get your screen to show Fig: 1N Change and Transport Management System (CTS) by Nasir Gondal. Page 16 of 54
  • 18. Take snap short of this screen (Ref: Fig: 1N) and send to ANDREW **** End of Part-2 **** Change and Transport Management System (CTS) by Nasir Gondal. Page 17 of 54
  • 19. IMPORT (PART-3) Step 10 Logon to Target System: Ruby SM7 (S40) Client: 800 User ID: XXX Password: XXX Step 11 ď‚· Use transaction “STMS” ď‚· Note: Transport Management System screen appears (Ref: Fig1O) ď‚· Select IMPORT OVERVIEW ď‚· Import overview screen appears showing Number of Import queues (Ref: Fig1P) Change and Transport Management System (CTS) by Nasir Gondal. Page 18 of 54
  • 20. Step 12 ď‚· Check queue of Rbuy-S40. Double click on S40 (Ref: Fig1Q) ď‚· Status of request SM7K901230 is displayed along with all other incoming request o Note: Filter can be applied based on user ď‚· Note the status of your request ď‚· If request has a symbol in column Number, click the icon on menu bar (Ref: Fig1Q) ď‚· Acknowledge message (if any) Result: You are ready to import your request Change and Transport Management System (CTS) by Nasir Gondal. Page 19 of 54
  • 21. Step 13 ď‚· Select you request and press ď‚· NOTE: is used for single request import and is used for whole queue import. ď‚· Import Transport Request Screen appears (Ref: Fig1R) Step 14 ď‚· Enter (Ref: Fig 1S) o Target Client: 800 o Go to Date tab, Select Immediate o Go to Execution Tab, Select radio button “Synchronous” o Press Change and Transport Management System (CTS) by Nasir Gondal. Page 20 of 54
  • 22. ď‚· Acknowledge next message, Press “Yes” ď‚· Note Change in Status (Ref: Fig 1T) Take snap short of this screen (Ref: Fig: 1T) and send to ANDREW **** End of Part-3 **** Change and Transport Management System (CTS) by Nasir Gondal. Page 21 of 54
  • 23. TESTING (Part-4) Step 15 Logon to Target System: Ruby SM7 (S40) Client: 800 User ID: XXX Password: XXX Step 16 ď‚· Use transaction code “SPAD” ď‚· Spool Adminstration: Initial Screen will appear ď‚· Enter (Ref: Fig 1U) o Click on Display o List of available devices will get displayed (Ref: Fig1V) o Search your device (ZXX_PRINTER) o If found, device is successfully imported into target system Change and Transport Management System (CTS) by Nasir Gondal. Page 22 of 54
  • 24. *** End of Part-4 *** ****** End of Tutorial ****** Change and Transport Management System (CTS) by Nasir Gondal. Page 23 of 54