SlideShare a Scribd company logo
SAP BASIS TRAINING DEMO
PART -2
By Creating Experts
www.thecreatingexperts.com/sap-
basis-training-in-chennai/
Contact us:8122241286
HOW TO LOCK/UNLOCK SAP USER
 Locking a User
Purpose of locking user is to temporarily deactivate
the users so that they cannot longer access the
system.
Users can be locked in 2 ways:-
1)Automatically:- There are two possibilities when
users get lock automatically
 Maximum number of failed attempts:- controlled via
the parameter login/fails_to_user_lock .If value is
set to 3 it means after 3 failed attempts user will be
locked.
 Auto unlock time:-
"login/failed_user_auto_unlock" defines whether
user locked due to unsuccessful logon attempts
should be automatically removed at midnight.
2)Explicitly/Forcefully: We can lock and unlock
users in 2 ways-
 Lock single user (SU01)
 Lock multiple user (SU10)
PROCEDURE TO UNLOCK A USER
Step 1) Execute T-code su01
Step 2) Enter username in User field.
Step 3) Press Lock/Unlock button
Step 4) Press Unlock button
PROCEDURE TO UNLOCK MULTIPLE USERS
Step 1) Execute T-code SU10
Step 2) Enter users' username in User field.
Step 3) Press Unlock button
Users will be unlocked
BACKGROUND JOB PROCESSING
What is Background Job?
 Unlike Foreground jobs, Background jobs are non-
interactive processes that run behind the normal
interactive operations. They run in parallel and do
not disturb interactive(foreground) processes and
operations.
It is scheduled from SM36. You can analyze it from
SM37 by viewing its job log.
CLASSIFICATION OF BACKGROUND JOBS
 Class A (High/critical Priority)
 Class B(Medium Priority)
 Class C(Low Priority)
POSSIBLE STATS OF BACKGROUND JOBS
 Scheduled
 Released
 Ready
 Active
 Finished
 Cancelled
TRANSPORT MANAGEMENT SYSTEM
Why do we need Transport Management System?
 The CTS components play an important role in the
overall development and customization
environment.
CTS is an instrument for:
 Administering & controlling new development
requests.
 Managing transports
 Recording of where and by whom changes are
made
 Configuring systems landscape
OVERVIEW OF CTS COMPONENTS
 CTO (Change and Transport Organizer) – It's the
main tool for managing, browsing, and registering
the changes done on the repository and
customizing objects. It's the central point for
organizing the development projects. SE01 is the
transaction with new extended view.
 (TMS) Transport Management System – Is used
to move, manage, control, copy development
objects and customizing settings in an orderly
fashion across SAP systems in a landscape
through pre-defined transport routes (RFC
Connections).
 Transport Tools – The actual transports happen in
the back-end at the OS level using transport tools,
which are part of SAP Kernel and includes the
program R3trans and the transport control
program tp.
CLIENT AND TYPE OF DATA IN SAP SYSTEM
 Conceptually, client is a technical and
organizational independent unit, that contains its
own set of data (Master Data, Application/
Operational data, Customizing Data)
 Clients create separate environments for users
from different user groups or with a different
purpose, within same SAP system, without actually
using different database.
 From Technical point of view, client is specified
using 3-digit numeric ID, which also acts as the
value for the table field 'MANDT', in case of client-
specific jobs.
Among client specific data, there are 3 types of data:
 User Master Data contains the user login information,
including the username, the password and the user
defaults, the authorization profiles or roles, and the other
useful information such as user groups, communication
and so on. This data is physically present in a specific
set of tables (the USR* tables).
 Customizing Data contains the configuration settings to
customize organizational structure and the business
processes for the companies implementing SAP. This
data is client dependent and is stored in tables known
as customizing tables.
 Application Data are also client dependent and
normally users distinguish two types' master data
and transactional data.
1. Master Data such as vendor master, material
master (tables such as MARA)
2. Transactional data such as sales order, financial
documents, Production Orders (POs) and so on.
HOW TO CONFIGURE TMS?
TMS Configuration
 TMS is the transport tool that assists the CTO for
central management of all transport functions. TMS
is used for performing:
 Defining Transport Domain Controller.
 Configuring the SAP system Landscape
 Defining the Transport Routes among systems
within the system Landscape
 Distributing the configuration
 Transport Domain Controller – one of the
systems from the landscape that contains complete
configuration information and controls the system
landscape whose transports are being maintained
jointly. For availability and security reasons, this
system is normally the Productive system.
 Transport Domain – comprises all the systems and
the transport routes in the landscape. Landscape,
Group and Domain are the terms that are used
synonymously by system administrators.
Step:1)Setting up the Domain Controller
 Log on to the SAP system, which is decided to be
the Domain Controller, in client 000 and enter the
transaction code STMS.
 If there is no Domain Controller already, system will
prompt you to create one. When the Transport
Domain is created for the first time, following
activities happen in the background:
 Initiation of the Transport Domain / Landscape / Group
 Creating the user TMSADM
 Generating the RFC Destinations required for R/3
Configurations, TMSADM is used as the target
login user.
 Creating DOMAIN.CFG file
in usr/sap/trans/bin directory – This file contains the
TMS configuration and is used by systems and
domains for checking existing configurations.
 Step 2:Transaction STMS
 Step 3: Adding SAP systems to the Transport
Domain
 Log on to SAP systems (to be added in the domain)
in client 000 and start transaction STMS.
 TMS will check the configuration file DOMAIN.CFG
and will automatically propose to join the domain (if
the domain controller already created). 'Select' the
proposal and save your entries.
 For security purpose, system status will still be in
'waiting' status, to be included in the transport
domain.
 For complete acceptance, login to Domain
Controller System (Client 000) -> STMS ->
Overview -> Systems. New system will be visible
there. From the menu choose 'SAP System' ->
Approve.
 Step 4:Configuring Transport Routes
 Transport Routes – are the different routes
created by system administrators and are used to
transmit changes between the systems in a system
group/landscape. There are two types of transport
routes:
 Consolidation (From DEV to QAS) – Transport Layers
are used
 Delivery (From QAS to PRD) – Transport Layers not
required
 Transport Layer – is used to group the changes of
similar kinds, for example, changes are done in
development objects of same
class/category/package, logically should be sent
through same transport route. Therefore transport
layers are assigned to all objects coming from DEV
system. Layers are used in Consolidation routes,
however after testing happens in QAS, layers are
not used and the changes are moved using single
routes towards PRD system.
 Package – (formerly known as Development
Class) is a way to classify the objects logically
belonging to the same category or project. A
package can also be seen as an object itself and is
assigned with a specific transport layer (in
consolidation route), therefore, changes made in
any of the development object belonging to a
particular Package, will be transmitted towards
target system through a designated Transport Layer
only, or else the change will be saved as a Local
(non-transportable) modification.
CONCLUSION
 In this Presentation I have explained about the SAP
USER and Transport Management Configuration
and Further topics I will explain in the next
Presentation.
 If you want to get the real time training then reach
us.We provide you the real time and live scenarios
training
 Contact us:8122241286
 Visit us: www.thecreatingexperts.com/sap-basis-
training-in-chennai/

More Related Content

What's hot

SAP An Introduction
SAP An IntroductionSAP An Introduction
SAP An Introduction
sh_neha252
 
SAP Basics and Overview
SAP Basics and OverviewSAP Basics and Overview
SAP Basics and Overview
SapFico Training
 
0102 basis
0102 basis0102 basis
0102 basis
vkyecc1
 
Sap basis made easy
Sap basis made easySap basis made easy
Sap basis made easy
Durga Balaji M
 
Basics SAP
Basics SAPBasics SAP
Basics SAP
itplant
 
Custom Development of Enterprise Services
Custom Development of Enterprise ServicesCustom Development of Enterprise Services
Custom Development of Enterprise Services
Tobias Trapp
 
Erp sap r3 overview introduction
Erp  sap r3 overview introductionErp  sap r3 overview introduction
Erp sap r3 overview introduction
Bunty Jain
 
Sap architecture
Sap architectureSap architecture
Sap architecture
Jugul Crasta
 
Presentation introduction to sap
Presentation introduction to sapPresentation introduction to sap
Presentation introduction to sap
peddada venkata surya
 
Sap overview
Sap overviewSap overview
Sap overview
learnit training
 
Building Next Generation Apps using DSAM - session at sitHH 2014
Building Next Generation Apps using DSAM - session at sitHH 2014Building Next Generation Apps using DSAM - session at sitHH 2014
Building Next Generation Apps using DSAM - session at sitHH 2014
Tobias Trapp
 
Sap basis-notes-keylabs-training
Sap basis-notes-keylabs-trainingSap basis-notes-keylabs-training
Sap basis-notes-keylabs-training
nanda nanda
 
Sap introduction
Sap introductionSap introduction
Sap introduction
learnit training
 
Sap general presentation
Sap general presentation Sap general presentation
Sap general presentation
umesh chincholikar
 
05. sap architecture final and os concepts (1)
05. sap architecture  final and os concepts (1)05. sap architecture  final and os concepts (1)
05. sap architecture final and os concepts (1)
Tarek Hossain Chowdhury
 
Study of SAP R3 architecture
Study of SAP R3 architecture Study of SAP R3 architecture
Study of SAP R3 architecture
SapFico Training
 
Sohi manjinder
Sohi manjinderSohi manjinder
Sohi manjinder
ankitvarshney44
 
SAP Net Weaver Architecture,
SAP Net Weaver Architecture, SAP Net Weaver Architecture,
SAP Net Weaver Architecture,
Tapas Bhattacharya
 
1000 solved questions
1000 solved questions1000 solved questions
1000 solved questions
Kranthi Kumar
 
Architecture overview
Architecture  overviewArchitecture  overview
Architecture overview
npss2011
 

What's hot (20)

SAP An Introduction
SAP An IntroductionSAP An Introduction
SAP An Introduction
 
SAP Basics and Overview
SAP Basics and OverviewSAP Basics and Overview
SAP Basics and Overview
 
0102 basis
0102 basis0102 basis
0102 basis
 
Sap basis made easy
Sap basis made easySap basis made easy
Sap basis made easy
 
Basics SAP
Basics SAPBasics SAP
Basics SAP
 
Custom Development of Enterprise Services
Custom Development of Enterprise ServicesCustom Development of Enterprise Services
Custom Development of Enterprise Services
 
Erp sap r3 overview introduction
Erp  sap r3 overview introductionErp  sap r3 overview introduction
Erp sap r3 overview introduction
 
Sap architecture
Sap architectureSap architecture
Sap architecture
 
Presentation introduction to sap
Presentation introduction to sapPresentation introduction to sap
Presentation introduction to sap
 
Sap overview
Sap overviewSap overview
Sap overview
 
Building Next Generation Apps using DSAM - session at sitHH 2014
Building Next Generation Apps using DSAM - session at sitHH 2014Building Next Generation Apps using DSAM - session at sitHH 2014
Building Next Generation Apps using DSAM - session at sitHH 2014
 
Sap basis-notes-keylabs-training
Sap basis-notes-keylabs-trainingSap basis-notes-keylabs-training
Sap basis-notes-keylabs-training
 
Sap introduction
Sap introductionSap introduction
Sap introduction
 
Sap general presentation
Sap general presentation Sap general presentation
Sap general presentation
 
05. sap architecture final and os concepts (1)
05. sap architecture  final and os concepts (1)05. sap architecture  final and os concepts (1)
05. sap architecture final and os concepts (1)
 
Study of SAP R3 architecture
Study of SAP R3 architecture Study of SAP R3 architecture
Study of SAP R3 architecture
 
Sohi manjinder
Sohi manjinderSohi manjinder
Sohi manjinder
 
SAP Net Weaver Architecture,
SAP Net Weaver Architecture, SAP Net Weaver Architecture,
SAP Net Weaver Architecture,
 
1000 solved questions
1000 solved questions1000 solved questions
1000 solved questions
 
Architecture overview
Architecture  overviewArchitecture  overview
Architecture overview
 

Viewers also liked

SAP BASIS Training in Chennai Demo Part-6
SAP BASIS Training in Chennai Demo Part-6SAP BASIS Training in Chennai Demo Part-6
SAP BASIS Training in Chennai Demo Part-6
Thecreating Experts
 
SAP OVERVIEW
SAP OVERVIEWSAP OVERVIEW
SAP OVERVIEW
SRITHARAN V
 
Sap basis course-contents
Sap basis course-contentsSap basis course-contents
Sap basis course-contents
nasimh
 
SAP ABAP Training | SAP ABAP Online Training | SAP ABAP Course | SAP ABAP Cer...
SAP ABAP Training | SAP ABAP Online Training | SAP ABAP Course | SAP ABAP Cer...SAP ABAP Training | SAP ABAP Online Training | SAP ABAP Course | SAP ABAP Cer...
SAP ABAP Training | SAP ABAP Online Training | SAP ABAP Course | SAP ABAP Cer...
onlinetrainingplacements
 
Thesis Report: SAP NetWeaver influence on development of further SAP business...
Thesis Report: SAP NetWeaver influence on development of further SAP business...Thesis Report: SAP NetWeaver influence on development of further SAP business...
Thesis Report: SAP NetWeaver influence on development of further SAP business...
ooerim
 
SAP BASIS - Course
SAP BASIS - CourseSAP BASIS - Course
SAP BASIS - Course
uwinpro_training
 
SAP BASIS Skills for Functional Consultants
SAP BASIS Skills for Functional ConsultantsSAP BASIS Skills for Functional Consultants
SAP BASIS Skills for Functional Consultants
Vasanth S Vasanth
 
sap basis
sap basissap basis
sap basis
Ashwani Yadav
 
SAP BASIS ONLINE TRAINING MATERIAL by Keylabs
SAP BASIS ONLINE TRAINING MATERIAL by KeylabsSAP BASIS ONLINE TRAINING MATERIAL by Keylabs
SAP BASIS ONLINE TRAINING MATERIAL by Keylabs
keylabstraining
 
ERP Presentation SAP Final
ERP Presentation SAP FinalERP Presentation SAP Final
ERP Presentation SAP Final
Kristen Bye
 
SAP NetWeaver Neo*: Community-Driven Development
SAP NetWeaver Neo*: Community-Driven DevelopmentSAP NetWeaver Neo*: Community-Driven Development
SAP NetWeaver Neo*: Community-Driven Development
Matthias Steiner
 
Mdm
MdmMdm

Viewers also liked (12)

SAP BASIS Training in Chennai Demo Part-6
SAP BASIS Training in Chennai Demo Part-6SAP BASIS Training in Chennai Demo Part-6
SAP BASIS Training in Chennai Demo Part-6
 
SAP OVERVIEW
SAP OVERVIEWSAP OVERVIEW
SAP OVERVIEW
 
Sap basis course-contents
Sap basis course-contentsSap basis course-contents
Sap basis course-contents
 
SAP ABAP Training | SAP ABAP Online Training | SAP ABAP Course | SAP ABAP Cer...
SAP ABAP Training | SAP ABAP Online Training | SAP ABAP Course | SAP ABAP Cer...SAP ABAP Training | SAP ABAP Online Training | SAP ABAP Course | SAP ABAP Cer...
SAP ABAP Training | SAP ABAP Online Training | SAP ABAP Course | SAP ABAP Cer...
 
Thesis Report: SAP NetWeaver influence on development of further SAP business...
Thesis Report: SAP NetWeaver influence on development of further SAP business...Thesis Report: SAP NetWeaver influence on development of further SAP business...
Thesis Report: SAP NetWeaver influence on development of further SAP business...
 
SAP BASIS - Course
SAP BASIS - CourseSAP BASIS - Course
SAP BASIS - Course
 
SAP BASIS Skills for Functional Consultants
SAP BASIS Skills for Functional ConsultantsSAP BASIS Skills for Functional Consultants
SAP BASIS Skills for Functional Consultants
 
sap basis
sap basissap basis
sap basis
 
SAP BASIS ONLINE TRAINING MATERIAL by Keylabs
SAP BASIS ONLINE TRAINING MATERIAL by KeylabsSAP BASIS ONLINE TRAINING MATERIAL by Keylabs
SAP BASIS ONLINE TRAINING MATERIAL by Keylabs
 
ERP Presentation SAP Final
ERP Presentation SAP FinalERP Presentation SAP Final
ERP Presentation SAP Final
 
SAP NetWeaver Neo*: Community-Driven Development
SAP NetWeaver Neo*: Community-Driven DevelopmentSAP NetWeaver Neo*: Community-Driven Development
SAP NetWeaver Neo*: Community-Driven Development
 
Mdm
MdmMdm
Mdm
 

Similar to SAP BASIS Training in Chennai

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
Thecreating Experts
 
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
Thecreating Experts
 
CTS - Exercise Part1
CTS - Exercise Part1CTS - Exercise Part1
CTS - Exercise Part1
Nasir Gondal
 
stms
stmsstms
stms
Raj p
 
NMS Projects and POCs completed and ongoing for OSS NAM v 1.5 Linkedin
NMS Projects and POCs completed and ongoing for OSS NAM v 1.5 LinkedinNMS Projects and POCs completed and ongoing for OSS NAM v 1.5 Linkedin
NMS Projects and POCs completed and ongoing for OSS NAM v 1.5 Linkedin
Javier Guillermo, MBA, MSc, PMP
 
Bus information live monitoring system
Bus information live monitoring systemBus information live monitoring system
Bus information live monitoring system
Venkat Projects
 
Sap solution manager change request management
Sap solution manager change request managementSap solution manager change request management
Sap solution manager change request management
dryday sunny
 
Whitepaper TRANSCONNECT - EN | SQL Projekt AG
Whitepaper TRANSCONNECT - EN | SQL Projekt AG Whitepaper TRANSCONNECT - EN | SQL Projekt AG
Whitepaper TRANSCONNECT - EN | SQL Projekt AG
SQL Projekt AG
 
How to Build and Promote a Successful MDM Solution on a Shoestring
How to Build and Promote a Successful MDM Solution on a ShoestringHow to Build and Promote a Successful MDM Solution on a Shoestring
How to Build and Promote a Successful MDM Solution on a Shoestring
DATAVERSITY
 
Clientadmin
ClientadminClientadmin
End to-end root cause analysis minimize the time to incident resolution
End to-end root cause analysis minimize the time to incident resolutionEnd to-end root cause analysis minimize the time to incident resolution
End to-end root cause analysis minimize the time to incident resolution
Cleo Filho
 
Step by step lsmw tutorial
Step by step lsmw tutorialStep by step lsmw tutorial
Step by step lsmw tutorial
raonivaz
 
Architecture module overview
Architecture module overviewArchitecture module overview
Architecture module overview
npss2011
 
Cis5205 s2-16-assignment2-specs
Cis5205 s2-16-assignment2-specsCis5205 s2-16-assignment2-specs
Cis5205 s2-16-assignment2-specs
Sandeep Ratnam
 
Traffic Simulator
Traffic SimulatorTraffic Simulator
Traffic Simulator
gystell
 
Asset Management System Introduction
Asset Management System IntroductionAsset Management System Introduction
Asset Management System Introduction
Sara Parker
 
IRJET- Framework for Dynamic Resource Allocation and Scheduling for Cloud
IRJET- Framework for Dynamic Resource Allocation and Scheduling for CloudIRJET- Framework for Dynamic Resource Allocation and Scheduling for Cloud
IRJET- Framework for Dynamic Resource Allocation and Scheduling for Cloud
IRJET Journal
 
Software architecture unit 4
Software architecture unit 4Software architecture unit 4
Software architecture unit 4
yawani05
 
Final Internship Presentation
Final Internship PresentationFinal Internship Presentation
Final Internship Presentation
Thekra Alqaeed
 
TechNet Live spor 1 sesjon 2 - sc-forefront 2
TechNet Live spor 1   sesjon 2 - sc-forefront 2TechNet Live spor 1   sesjon 2 - sc-forefront 2
TechNet Live spor 1 sesjon 2 - sc-forefront 2
Anders Borchsenius
 

Similar to SAP BASIS Training in Chennai (20)

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 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
 
CTS - Exercise Part1
CTS - Exercise Part1CTS - Exercise Part1
CTS - Exercise Part1
 
stms
stmsstms
stms
 
NMS Projects and POCs completed and ongoing for OSS NAM v 1.5 Linkedin
NMS Projects and POCs completed and ongoing for OSS NAM v 1.5 LinkedinNMS Projects and POCs completed and ongoing for OSS NAM v 1.5 Linkedin
NMS Projects and POCs completed and ongoing for OSS NAM v 1.5 Linkedin
 
Bus information live monitoring system
Bus information live monitoring systemBus information live monitoring system
Bus information live monitoring system
 
Sap solution manager change request management
Sap solution manager change request managementSap solution manager change request management
Sap solution manager change request management
 
Whitepaper TRANSCONNECT - EN | SQL Projekt AG
Whitepaper TRANSCONNECT - EN | SQL Projekt AG Whitepaper TRANSCONNECT - EN | SQL Projekt AG
Whitepaper TRANSCONNECT - EN | SQL Projekt AG
 
How to Build and Promote a Successful MDM Solution on a Shoestring
How to Build and Promote a Successful MDM Solution on a ShoestringHow to Build and Promote a Successful MDM Solution on a Shoestring
How to Build and Promote a Successful MDM Solution on a Shoestring
 
Clientadmin
ClientadminClientadmin
Clientadmin
 
End to-end root cause analysis minimize the time to incident resolution
End to-end root cause analysis minimize the time to incident resolutionEnd to-end root cause analysis minimize the time to incident resolution
End to-end root cause analysis minimize the time to incident resolution
 
Step by step lsmw tutorial
Step by step lsmw tutorialStep by step lsmw tutorial
Step by step lsmw tutorial
 
Architecture module overview
Architecture module overviewArchitecture module overview
Architecture module overview
 
Cis5205 s2-16-assignment2-specs
Cis5205 s2-16-assignment2-specsCis5205 s2-16-assignment2-specs
Cis5205 s2-16-assignment2-specs
 
Traffic Simulator
Traffic SimulatorTraffic Simulator
Traffic Simulator
 
Asset Management System Introduction
Asset Management System IntroductionAsset Management System Introduction
Asset Management System Introduction
 
IRJET- Framework for Dynamic Resource Allocation and Scheduling for Cloud
IRJET- Framework for Dynamic Resource Allocation and Scheduling for CloudIRJET- Framework for Dynamic Resource Allocation and Scheduling for Cloud
IRJET- Framework for Dynamic Resource Allocation and Scheduling for Cloud
 
Software architecture unit 4
Software architecture unit 4Software architecture unit 4
Software architecture unit 4
 
Final Internship Presentation
Final Internship PresentationFinal Internship Presentation
Final Internship Presentation
 
TechNet Live spor 1 sesjon 2 - sc-forefront 2
TechNet Live spor 1   sesjon 2 - sc-forefront 2TechNet Live spor 1   sesjon 2 - sc-forefront 2
TechNet Live spor 1 sesjon 2 - sc-forefront 2
 

More from Thecreating Experts

Selenium Training in Chennai
Selenium Training in ChennaiSelenium Training in Chennai
Selenium Training in Chennai
Thecreating Experts
 
Selenium training in chennai
Selenium training in chennaiSelenium training in chennai
Selenium training in chennai
Thecreating Experts
 
Selenium Training in Chennai Demo Part-2
Selenium Training in Chennai Demo Part-2 Selenium Training in Chennai Demo Part-2
Selenium Training in Chennai Demo Part-2
Thecreating Experts
 
Selenium Training in Chennai
Selenium Training in ChennaiSelenium Training in Chennai
Selenium Training in Chennai
Thecreating Experts
 
Selenium training in chennai
Selenium training in chennaiSelenium training in chennai
Selenium training in chennai
Thecreating Experts
 
SAP BASIS Training in Chennai Demo Part-7
SAP BASIS Training in Chennai Demo Part-7SAP BASIS Training in Chennai Demo Part-7
SAP BASIS Training in Chennai Demo Part-7
Thecreating Experts
 
SAP SD Training in Chennai Demo Part-4
SAP SD Training in Chennai Demo Part-4SAP SD Training in Chennai Demo Part-4
SAP SD Training in Chennai Demo Part-4
Thecreating Experts
 
SAP MM Training in Chennai Demo Part-5
SAP MM Training in Chennai Demo Part-5SAP MM Training in Chennai Demo Part-5
SAP MM Training in Chennai Demo Part-5
Thecreating Experts
 
SAP HR Training in Chennai Demo Part-4
SAP HR Training in Chennai Demo Part-4SAP HR Training in Chennai Demo Part-4
SAP HR Training in Chennai Demo Part-4
Thecreating Experts
 
SAP SD Training in Chennai Demo Part-3
SAP SD Training in Chennai Demo Part-3SAP SD Training in Chennai Demo Part-3
SAP SD Training in Chennai Demo Part-3
Thecreating Experts
 
SAP HR Training in Chennai Demo Part-3
SAP HR Training in Chennai Demo Part-3SAP HR Training in Chennai Demo Part-3
SAP HR Training in Chennai Demo Part-3
Thecreating Experts
 
SAP HR Training in Chennai Demo Part-1
SAP HR Training in Chennai Demo Part-1SAP HR Training in Chennai Demo Part-1
SAP HR Training in Chennai Demo Part-1
Thecreating Experts
 
SAP BASIS Training in Chennai Demo Part-4
SAP BASIS Training in Chennai Demo Part-4SAP BASIS Training in Chennai Demo Part-4
SAP BASIS Training in Chennai Demo Part-4
Thecreating Experts
 
SAP SD Training in Chennai Demo Part-2
SAP SD Training in Chennai Demo Part-2SAP SD Training in Chennai Demo Part-2
SAP SD Training in Chennai Demo Part-2
Thecreating Experts
 
SAP SD Training in Chennai
SAP SD Training in Chennai SAP SD Training in Chennai
SAP SD Training in Chennai
Thecreating Experts
 
SAP MM Training in Chennai Demo Part-2
SAP MM Training in Chennai Demo Part-2SAP MM Training in Chennai Demo Part-2
SAP MM Training in Chennai Demo Part-2
Thecreating Experts
 
SAP MM Training in Chennai
SAP MM Training in ChennaiSAP MM Training in Chennai
SAP MM Training in Chennai
Thecreating Experts
 
SAP BASIS Training in Chennai
SAP BASIS Training in ChennaiSAP BASIS Training in Chennai
SAP BASIS Training in Chennai
Thecreating Experts
 
SAP HR Training in Chennai
SAP HR Training in ChennaiSAP HR Training in Chennai
SAP HR Training in Chennai
Thecreating Experts
 
SAP HR Training in Chennai
SAP HR Training in ChennaiSAP HR Training in Chennai
SAP HR Training in Chennai
Thecreating Experts
 

More from Thecreating Experts (20)

Selenium Training in Chennai
Selenium Training in ChennaiSelenium Training in Chennai
Selenium Training in Chennai
 
Selenium training in chennai
Selenium training in chennaiSelenium training in chennai
Selenium training in chennai
 
Selenium Training in Chennai Demo Part-2
Selenium Training in Chennai Demo Part-2 Selenium Training in Chennai Demo Part-2
Selenium Training in Chennai Demo Part-2
 
Selenium Training in Chennai
Selenium Training in ChennaiSelenium Training in Chennai
Selenium Training in Chennai
 
Selenium training in chennai
Selenium training in chennaiSelenium training in chennai
Selenium training in chennai
 
SAP BASIS Training in Chennai Demo Part-7
SAP BASIS Training in Chennai Demo Part-7SAP BASIS Training in Chennai Demo Part-7
SAP BASIS Training in Chennai Demo Part-7
 
SAP SD Training in Chennai Demo Part-4
SAP SD Training in Chennai Demo Part-4SAP SD Training in Chennai Demo Part-4
SAP SD Training in Chennai Demo Part-4
 
SAP MM Training in Chennai Demo Part-5
SAP MM Training in Chennai Demo Part-5SAP MM Training in Chennai Demo Part-5
SAP MM Training in Chennai Demo Part-5
 
SAP HR Training in Chennai Demo Part-4
SAP HR Training in Chennai Demo Part-4SAP HR Training in Chennai Demo Part-4
SAP HR Training in Chennai Demo Part-4
 
SAP SD Training in Chennai Demo Part-3
SAP SD Training in Chennai Demo Part-3SAP SD Training in Chennai Demo Part-3
SAP SD Training in Chennai Demo Part-3
 
SAP HR Training in Chennai Demo Part-3
SAP HR Training in Chennai Demo Part-3SAP HR Training in Chennai Demo Part-3
SAP HR Training in Chennai Demo Part-3
 
SAP HR Training in Chennai Demo Part-1
SAP HR Training in Chennai Demo Part-1SAP HR Training in Chennai Demo Part-1
SAP HR Training in Chennai Demo Part-1
 
SAP BASIS Training in Chennai Demo Part-4
SAP BASIS Training in Chennai Demo Part-4SAP BASIS Training in Chennai Demo Part-4
SAP BASIS Training in Chennai Demo Part-4
 
SAP SD Training in Chennai Demo Part-2
SAP SD Training in Chennai Demo Part-2SAP SD Training in Chennai Demo Part-2
SAP SD Training in Chennai Demo Part-2
 
SAP SD Training in Chennai
SAP SD Training in Chennai SAP SD Training in Chennai
SAP SD Training in Chennai
 
SAP MM Training in Chennai Demo Part-2
SAP MM Training in Chennai Demo Part-2SAP MM Training in Chennai Demo Part-2
SAP MM Training in Chennai Demo Part-2
 
SAP MM Training in Chennai
SAP MM Training in ChennaiSAP MM Training in Chennai
SAP MM Training in Chennai
 
SAP BASIS Training in Chennai
SAP BASIS Training in ChennaiSAP BASIS Training in Chennai
SAP BASIS Training in Chennai
 
SAP HR Training in Chennai
SAP HR Training in ChennaiSAP HR Training in Chennai
SAP HR Training in Chennai
 
SAP HR Training in Chennai
SAP HR Training in ChennaiSAP HR Training in Chennai
SAP HR Training in Chennai
 

Recently uploaded

Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
math operations ued in python and all used
math operations ued in python and all usedmath operations ued in python and all used
math operations ued in python and all used
ssuser13ffe4
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
HajraNaeem15
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
IGCSE Biology Chapter 14- Reproduction in Plants.pdf
IGCSE Biology Chapter 14- Reproduction in Plants.pdfIGCSE Biology Chapter 14- Reproduction in Plants.pdf
IGCSE Biology Chapter 14- Reproduction in Plants.pdf
Amin Marwan
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Constructing Your Course Container for Effective Communication
Constructing Your Course Container for Effective CommunicationConstructing Your Course Container for Effective Communication
Constructing Your Course Container for Effective Communication
Chevonnese Chevers Whyte, MBA, B.Sc.
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
BoudhayanBhattachari
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
Nguyen Thanh Tu Collection
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
Wahiba Chair Training & Consulting
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Leena Ghag-Sakpal
 

Recently uploaded (20)

Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
math operations ued in python and all used
math operations ued in python and all usedmath operations ued in python and all used
math operations ued in python and all used
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
IGCSE Biology Chapter 14- Reproduction in Plants.pdf
IGCSE Biology Chapter 14- Reproduction in Plants.pdfIGCSE Biology Chapter 14- Reproduction in Plants.pdf
IGCSE Biology Chapter 14- Reproduction in Plants.pdf
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Constructing Your Course Container for Effective Communication
Constructing Your Course Container for Effective CommunicationConstructing Your Course Container for Effective Communication
Constructing Your Course Container for Effective Communication
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
 

SAP BASIS Training in Chennai

  • 1. SAP BASIS TRAINING DEMO PART -2 By Creating Experts www.thecreatingexperts.com/sap- basis-training-in-chennai/ Contact us:8122241286
  • 2. HOW TO LOCK/UNLOCK SAP USER  Locking a User Purpose of locking user is to temporarily deactivate the users so that they cannot longer access the system. Users can be locked in 2 ways:- 1)Automatically:- There are two possibilities when users get lock automatically  Maximum number of failed attempts:- controlled via the parameter login/fails_to_user_lock .If value is set to 3 it means after 3 failed attempts user will be locked.
  • 3.  Auto unlock time:- "login/failed_user_auto_unlock" defines whether user locked due to unsuccessful logon attempts should be automatically removed at midnight. 2)Explicitly/Forcefully: We can lock and unlock users in 2 ways-  Lock single user (SU01)  Lock multiple user (SU10)
  • 4. PROCEDURE TO UNLOCK A USER Step 1) Execute T-code su01 Step 2) Enter username in User field. Step 3) Press Lock/Unlock button Step 4) Press Unlock button
  • 5. PROCEDURE TO UNLOCK MULTIPLE USERS Step 1) Execute T-code SU10 Step 2) Enter users' username in User field. Step 3) Press Unlock button Users will be unlocked
  • 6. BACKGROUND JOB PROCESSING What is Background Job?  Unlike Foreground jobs, Background jobs are non- interactive processes that run behind the normal interactive operations. They run in parallel and do not disturb interactive(foreground) processes and operations. It is scheduled from SM36. You can analyze it from SM37 by viewing its job log.
  • 7. CLASSIFICATION OF BACKGROUND JOBS  Class A (High/critical Priority)  Class B(Medium Priority)  Class C(Low Priority)
  • 8. POSSIBLE STATS OF BACKGROUND JOBS  Scheduled  Released  Ready  Active  Finished  Cancelled
  • 9. TRANSPORT MANAGEMENT SYSTEM Why do we need Transport Management System?
  • 10.  The CTS components play an important role in the overall development and customization environment. CTS is an instrument for:  Administering & controlling new development requests.  Managing transports  Recording of where and by whom changes are made  Configuring systems landscape
  • 11. OVERVIEW OF CTS COMPONENTS
  • 12.  CTO (Change and Transport Organizer) – It's the main tool for managing, browsing, and registering the changes done on the repository and customizing objects. It's the central point for organizing the development projects. SE01 is the transaction with new extended view.  (TMS) Transport Management System – Is used to move, manage, control, copy development objects and customizing settings in an orderly fashion across SAP systems in a landscape through pre-defined transport routes (RFC Connections).
  • 13.  Transport Tools – The actual transports happen in the back-end at the OS level using transport tools, which are part of SAP Kernel and includes the program R3trans and the transport control program tp.
  • 14. CLIENT AND TYPE OF DATA IN SAP SYSTEM  Conceptually, client is a technical and organizational independent unit, that contains its own set of data (Master Data, Application/ Operational data, Customizing Data)  Clients create separate environments for users from different user groups or with a different purpose, within same SAP system, without actually using different database.  From Technical point of view, client is specified using 3-digit numeric ID, which also acts as the value for the table field 'MANDT', in case of client- specific jobs.
  • 15.
  • 16. Among client specific data, there are 3 types of data:  User Master Data contains the user login information, including the username, the password and the user defaults, the authorization profiles or roles, and the other useful information such as user groups, communication and so on. This data is physically present in a specific set of tables (the USR* tables).  Customizing Data contains the configuration settings to customize organizational structure and the business processes for the companies implementing SAP. This data is client dependent and is stored in tables known as customizing tables.
  • 17.  Application Data are also client dependent and normally users distinguish two types' master data and transactional data. 1. Master Data such as vendor master, material master (tables such as MARA) 2. Transactional data such as sales order, financial documents, Production Orders (POs) and so on.
  • 18. HOW TO CONFIGURE TMS? TMS Configuration  TMS is the transport tool that assists the CTO for central management of all transport functions. TMS is used for performing:  Defining Transport Domain Controller.  Configuring the SAP system Landscape  Defining the Transport Routes among systems within the system Landscape  Distributing the configuration
  • 19.  Transport Domain Controller – one of the systems from the landscape that contains complete configuration information and controls the system landscape whose transports are being maintained jointly. For availability and security reasons, this system is normally the Productive system.  Transport Domain – comprises all the systems and the transport routes in the landscape. Landscape, Group and Domain are the terms that are used synonymously by system administrators.
  • 20. Step:1)Setting up the Domain Controller  Log on to the SAP system, which is decided to be the Domain Controller, in client 000 and enter the transaction code STMS.  If there is no Domain Controller already, system will prompt you to create one. When the Transport Domain is created for the first time, following activities happen in the background:  Initiation of the Transport Domain / Landscape / Group  Creating the user TMSADM
  • 21.  Generating the RFC Destinations required for R/3 Configurations, TMSADM is used as the target login user.  Creating DOMAIN.CFG file in usr/sap/trans/bin directory – This file contains the TMS configuration and is used by systems and domains for checking existing configurations.
  • 23.
  • 24.  Step 3: Adding SAP systems to the Transport Domain  Log on to SAP systems (to be added in the domain) in client 000 and start transaction STMS.  TMS will check the configuration file DOMAIN.CFG and will automatically propose to join the domain (if the domain controller already created). 'Select' the proposal and save your entries.
  • 25.  For security purpose, system status will still be in 'waiting' status, to be included in the transport domain.  For complete acceptance, login to Domain Controller System (Client 000) -> STMS -> Overview -> Systems. New system will be visible there. From the menu choose 'SAP System' -> Approve.
  • 26.
  • 27.  Step 4:Configuring Transport Routes  Transport Routes – are the different routes created by system administrators and are used to transmit changes between the systems in a system group/landscape. There are two types of transport routes:  Consolidation (From DEV to QAS) – Transport Layers are used  Delivery (From QAS to PRD) – Transport Layers not required
  • 28.  Transport Layer – is used to group the changes of similar kinds, for example, changes are done in development objects of same class/category/package, logically should be sent through same transport route. Therefore transport layers are assigned to all objects coming from DEV system. Layers are used in Consolidation routes, however after testing happens in QAS, layers are not used and the changes are moved using single routes towards PRD system.
  • 29.  Package – (formerly known as Development Class) is a way to classify the objects logically belonging to the same category or project. A package can also be seen as an object itself and is assigned with a specific transport layer (in consolidation route), therefore, changes made in any of the development object belonging to a particular Package, will be transmitted towards target system through a designated Transport Layer only, or else the change will be saved as a Local (non-transportable) modification.
  • 30. CONCLUSION  In this Presentation I have explained about the SAP USER and Transport Management Configuration and Further topics I will explain in the next Presentation.  If you want to get the real time training then reach us.We provide you the real time and live scenarios training  Contact us:8122241286  Visit us: www.thecreatingexperts.com/sap-basis- training-in-chennai/