could u explain the transport steps (step by step)
procedure?

Answers were Sorted based on User's Feedback



could u explain the transport steps (step by step) procedure?..

Answer / accenture

it will be very difficult to explain the whole process as
this very long and big matter to explain.
but i can help few on this

for example we have 2 syatems DEV & PRD
when we release a change request from DEV from sap level in
behind the screen sap call the os level tool tp who make the
complete transport process.
tp calls some other subtools like r3trans to make the export
process. at the same time tp program writes some file to tmp
& cofile directory, R3trans reads those files and try to
make export the change request from the source system
database to the source system database to the operationg
system ( usr/sap/Trans - which is a sharing dir ). after
finishing work he left some file in the tem directory and
inform tp. tp collect those informationand sent this to sap.

the data of change request will be in sap/trans/data dir.
the transport information file will be in sap/trans/cofile.
the complete log information will be in sap/trans/log dir
which contains SLOG,ALOG AND ULOG with some files like
SIDE9****** And some other files.

note this - the data which will be in data dir will be in
r3trans format. this helps us to make transport database
independent.

same as export/release process in import phase also r3trans
do the same work to make import.

some others programs, tools and tableS also take part in
this process like RDDIMPDP.TRBAT.TRJOB.

THIS IS VERY DIFICULT TO EXPALAIN WITH A SHORT TEXT SO
PLEASE GO FOR COMPLETE TRANSPORT DOCUMENTS -

Is This Answer Correct ?    13 Yes 1 No

could u explain the transport steps (step by step) procedure?..

Answer / amit kulkarni

If you have system landscape like this DEV-QAC-PRD..

Then first reales the request from DEV via SE09 or se10,

use tcode STMS forward that requset to QAC & import the

requset stms(QAC)..same forward & import process for PRD.

check a log after transport....for details pls read R/3
hand book Chapter No-6...that will help you lot.

Is This Answer Correct ?    11 Yes 0 No

could u explain the transport steps (step by step) procedure?..

Answer / vinvk

1)ABAP Dictionary import with R3trans: All ABAP dictionary
structural data is imported inactively,thus enabling you to
import into an active R/3 System.
2)Activation of ABAP dictionary and distribution: Runtime
descriptions (nametabs) are written inactively. After
activation and running logical checks for the new dictionary
structures, the distributio n program decides what actions
are required to bring the new objects into the running system.
3)Structure conversion: If necessary, changes are made to
table structures.
4)Move nametabs: After the new ABAP runtime objects are put
into the active runtime environment,database structures are
adjusted if necessary. From the beginning of this step until
the end of the main import, inconsistencies may occur in the
R/3 System that are removed at the end of the main
import.
5)Main import with R3trans: All data is imported and the R/3
System returns to a consistent state.
6)Activation and conversion of enqueue objects: Objects that
were not previously activated are activated in this separate
step after the main import. They are used immediately in the
running system.
7)Import of application defined objects (ADOs): These
objects include forms, styles, and printer definitions.
8)Logical imports: This phase is currently not active and is
ignored during the import process. The intentions of this
phase will be to import data to a shadow client prior to
performing required Customizing transactions in the target
client.
9)Versioning: Versions of Repository objects are only
created on the R/3 System from which the objects was
exported. However, the import process does modify the
object's Version counter which is incremented for all
Repository objects during import.
10)Execution of user-defined activities (XPRAs): XPRAs are
objects that can be used to start reports in the target
system. The XPRA object has the same name as the report.
11)Generation of ABAP programs and screens: During this
step, you can resume normal business activities in the system.

Is This Answer Correct ?    8 Yes 0 No

could u explain the transport steps (step by step) procedure?..

Answer / vinvk

forgot to add:)
you can get more info from basis week-2 material TABC10/11

Is This Answer Correct ?    1 Yes 0 No

could u explain the transport steps (step by step) procedure?..

Answer / cool dude

you may transport via OS after uploading data / cofiles to
trans dir.

tp addtobuffer <request> <sapsid>

tp import <request> <sapsid>

Is This Answer Correct ?    1 Yes 1 No

could u explain the transport steps (step by step) procedure?..

Answer / abhishek

stms&#61664; click on truck &#61664; then you will get list of the
systems&#61664; click on the development server&#61664; then you will get
the list of the request&#61664; click on refresh &#61664; you will get the
request no with green status&#61664; select the request and then
run the truck &#61664; a window will promp&#61664; select the options &#61664;
date,immediate start time after event, execution
(synchronous ,asynxhronous ) options (overwrite originals
overwrite object in unconfirmed Repairs import transport
request again , leave transport trequest for later import.)&#61664;
click on next symbole &#61664; a window will prompt and show
imoport transport req into which system and client details
&#61664;(now either login to the quality system or ) go back to
the list of the systems &#61664; click on the quality server&#61664; click
on truck get the list and then click refresh again select
the request and click on the truck&#61664; it will show a login
window for the quality system if you are in the development
system &#61664; by this way request can be transported.

Is This Answer Correct ?    0 Yes 0 No

could u explain the transport steps (step by step) procedure?..

Answer / raghu chukkapalli

What do u mean by transport steps???
Is it setting transport management system?

Is This Answer Correct ?    4 Yes 5 No

could u explain the transport steps (step by step) procedure?..

Answer / rabinesh singh

first of all go with t-code 'stms' then 'tranport overview'
then creat system either virtual or external for the
quality system and production system, if developement is
showing there then creat only qua & prod but if
developement is not there, then go with client '000' and
login with sap*, then 'stms' and creat from here all the
three, and do according to the above procedure and after
making all three go through 'transport routs' then
configuration, & then three system in a group, now give the
name of three group, and save it and activate it throughout
the system.now transport management system is configured.

Is This Answer Correct ?    4 Yes 5 No

could u explain the transport steps (step by step) procedure?..

Answer / manish gupta

Transaction SE09 which is usde by ABAP user after
successfully release request use Traction STMS_IMPORT
to import request and select option Asynchorous Option
to lock dialog and batch option

Is This Answer Correct ?    1 Yes 2 No

could u explain the transport steps (step by step) procedure?..

Answer / arjun

transport steps: doesn`t make much sense...
transport contains export and import.
before doing an export or import .. first you have to set-
up transport management system.

then export a transport request and after that go to target
system and import it.

so now tell us your question ....
you want steps to configure TMS or export tp or import
tp. ????

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More SAP Basis Interview Questions

what is the customizing t-code in charm for releasing transport request in production system???

1 Answers   Infosys,


Hai which kernel version, and patch version and now in real time we need to apply? ie means which version is now running on real time?

4 Answers  


Mention the use of personalized tab and parameter tab in user master record?

0 Answers  


What is an ‘ok’ code? What are the differences an ‘ok’ code to a ‘t-code’?

0 Answers  


What is REMEDY Ticketing tool, how it works? can any body answer.?

15 Answers   Accenture, dbcl, Diya Systems, HCL, HiTeam, IBM, TATA, TCS, Wipro,






What is RFC. why will use RFC.

12 Answers   HP,


If brtools is not working how you will add datafile?

0 Answers  


1.How could an user know in which instance he has logged on if there is one central instance and four dialog instances 2.in ecc system how to know up to what package level the basis and abap support packs needs to be updated. Depending upon the remaining components(hr,appl...)

1 Answers   CTS,


how to configure jco connection from ep to backend(ECC or bw or crm) systems?

1 Answers   Accenture,


Difference between Application server and Central Instance?

2 Answers  


What is the latest version of sap kernel? Can u give me the list of kernel versions?

8 Answers   Terrenos,


What is the exact meaning of ASAP?

8 Answers   HCL,


Categories
  • SAP Basis Interview Questions SAP Basis (1262)
  • SAP ABAP Interview Questions SAP ABAP (3939)
  • SAPScript Interview Questions SAPScript (236)
  • SAP SD (Sales & Distribution) Interview Questions SAP SD (Sales & Distribution) (2716)
  • SAP MM (Material Management) Interview Questions SAP MM (Material Management) (911)
  • SAP QM (Quality Management) Interview Questions SAP QM (Quality Management) (99)
  • SAP PP (Production Planning) Interview Questions SAP PP (Production Planning) (523)
  • SAP PM (Plant Maintenance) Interview Questions SAP PM (Plant Maintenance) (252)
  • SAP PS (Project Systems) Interview Questions SAP PS (Project Systems) (138)
  • SAP FI-CO (Financial Accounting & Controlling) Interview Questions SAP FI-CO (Financial Accounting & Controlling) (2766)
  • SAP HR (Human Resource Management) Interview Questions SAP HR (Human Resource Management) (1180)
  • SAP CRM (Customer Relationship Management) Interview Questions SAP CRM (Customer Relationship Management) (432)
  • SAP SRM (Supplier Relationship Management) Interview Questions SAP SRM (Supplier Relationship Management) (132)
  • SAP APO (Advanced Planner Optimizer) Interview Questions SAP APO (Advanced Planner Optimizer) (92)
  • SAP BW (Business Warehouse) Interview Questions SAP BW (Business Warehouse) (896)
  • SAP Business Workflow Interview Questions SAP Business Workflow (72)
  • SAP Security Interview Questions SAP Security (597)
  • SAP Interfaces Interview Questions SAP Interfaces (74)
  • SAP Netweaver Interview Questions SAP Netweaver (282)
  • SAP ALE IDocs Interview Questions SAP ALE IDocs (163)
  • SAP Business One Interview Questions SAP Business One (110)
  • SAP BO BOBJ (Business Objects) Interview Questions SAP BO BOBJ (Business Objects) (388)
  • SAP CPS (Central Process Scheduling) Interview Questions SAP CPS (Central Process Scheduling) (14)
  • SAP GTS (Global Trade Services) Interview Questions SAP GTS (Global Trade Services) (21)
  • SAP Hybris Interview Questions SAP Hybris (132)
  • SAP HANA Interview Questions SAP HANA (700)
  • SAP PI (Process Integration) Interview Questions SAP PI (Process Integration) (113)
  • SAP PO (Process Orchestration) Interview Questions SAP PO (Process Orchestration) (25)
  • SAP BI (Business Intelligence) Interview Questions SAP BI (Business Intelligence) (174)
  • SAP BPC (Business Planning and Consolidation) Interview Questions SAP BPC (Business Planning and Consolidation) (38)
  • SAP BODS (Business Objects Data Services) Interview Questions SAP BODS (Business Objects Data Services) (49)
  • SAP BODI (Business Objects Data Integrator) Interview Questions SAP BODI (Business Objects Data Integrator) (26)
  • SAP Ariba Interview Questions SAP Ariba (9)
  • SAP Fiori Interview Questions SAP Fiori (45)
  • SAP EWM (Extended Warehouse Management) Interview Questions SAP EWM (Extended Warehouse Management) (58)
  • Sap R/3 Interview Questions Sap R/3 (150)
  • SAP FSCM Financial Supply Chain Management Interview Questions SAP FSCM Financial Supply Chain Management (101)
  • SAP WM (Warehouse Management) Interview Questions SAP WM (Warehouse Management) (31)
  • SAP GRC (Governance Risk and Compliance) Interview Questions SAP GRC (Governance Risk and Compliance) (64)
  • SAP MDM (Master Data Management) Interview Questions SAP MDM (Master Data Management) (0)
  • SAP MRS (Multi Resource Scheduling) Interview Questions SAP MRS (Multi Resource Scheduling) (0)
  • SAP ESS MSS (Employee Manager Self Service) Interview Questions SAP ESS MSS (Employee Manager Self Service) (13)
  • SAP CS (Customer Service) Interview Questions SAP CS (Customer Service) (0)
  • SAP TRM (Treasury and Risk Management) Interview Questions SAP TRM (Treasury and Risk Management) (0)
  • SAP Web Dynpro ABAP Interview Questions SAP Web Dynpro ABAP (198)
  • SAP IBP (Integrated Business Planning) Interview Questions SAP IBP (Integrated Business Planning) (0)
  • SAP OO-ABAP (Object Oriented ABAP) Interview Questions SAP OO-ABAP (Object Oriented ABAP) (70)
  • SAP S/4 HANA Finance (Simple Finance) Interview Questions SAP S/4 HANA Finance (Simple Finance) (143)
  • SAP FS-CD (Collections and Disbursements) Interview Questions SAP FS-CD (Collections and Disbursements) (0)
  • SAP PLM (Product Lifecycle Management) Interview Questions SAP PLM (Product Lifecycle Management) (0)
  • SAP SuccessFactors Interview Questions SAP SuccessFactors (33)
  • SAP Vistex Interview Questions SAP Vistex (0)
  • SAP ISR (IS Retail) Interview Questions SAP ISR (IS Retail) (28)
  • SAP IdM (Identity Management) Interview Questions SAP IdM (Identity Management) (0)
  • SAP IM (Investment Management) Interview Questions SAP IM (Investment Management) (0)
  • SAP UI5 Interview Questions SAP UI5 (59)
  • SAP SCM (Supply Chain Management) Interview Questions SAP SCM (Supply Chain Management) (51)
  • SAP XI (Exchange Infrastructure) Interview Questions SAP XI (Exchange Infrastructure) (49)
  • SAP Cloud Platform Interview Questions SAP Cloud Platform (34)
  • SAP Testing Interview Questions SAP Testing (89)
  • SAP SolMan (Solution Manager) Interview Questions SAP SolMan (Solution Manager) (63)
  • SAP MaxDB Interview Questions SAP MaxDB (116)
  • SAP GUI Interview Questions SAP GUI (15)
  • SAP AllOther Interview Questions SAP AllOther (329)